+
-
+
@@ -69,4 +55,3 @@ export default {
-
diff --git a/src/components/core/CustomSection.vue b/src/components/core/CustomSection.vue
index a698a41..1b11fd4 100644
--- a/src/components/core/CustomSection.vue
+++ b/src/components/core/CustomSection.vue
@@ -17,7 +17,7 @@ const props = defineProps({
const defaultClasses = computed(() => {
return [
"container mx-auto px-4 sm:px-6 lg:px-8 xl:px-11", // Handle horizontal padding on different screen sizes
- "py-4 sm:py-6 md:py-8 lg:py-8 xl:py-11", // Handle vertical padding for each breakpoint
+ "py-8 sm:py-10 md:py-14 lg:py-16 xl:py-24", // Handle vertical padding for each breakpoint
"w-full flex flex-col justify-start", // General layout setup
props.sectionClass,
].join(" ");
diff --git a/src/components/core/CustomSectionBackground.vue b/src/components/core/CustomSectionBackground.vue
index 8e5078d..35073e9 100644
--- a/src/components/core/CustomSectionBackground.vue
+++ b/src/components/core/CustomSectionBackground.vue
@@ -1,33 +1,22 @@
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/core/CustomSeprater.vue b/src/components/core/CustomSeprater.vue
index aa602ad..158c3f7 100644
--- a/src/components/core/CustomSeprater.vue
+++ b/src/components/core/CustomSeprater.vue
@@ -1,21 +1,15 @@
-
-
+
\ No newline at end of file
diff --git a/src/components/heroSections/HomeHeroSection.vue b/src/components/heroSections/HomeHeroSection.vue
index 5d216bf..5b02b5c 100644
--- a/src/components/heroSections/HomeHeroSection.vue
+++ b/src/components/heroSections/HomeHeroSection.vue
@@ -7,7 +7,7 @@ const props = defineProps({
title: {
type: String,
required: true,
- },
+ },
description: {
type: String,
required: true,
@@ -28,33 +28,25 @@ const props = defineProps({
-
-
-
- Your browser does not support the video tag.
-
+ class="relative flex lg:justify-start h-[calc(100vh-100px)] text-center lg:text-left bg-cover bg-center bg-no-repeat px-4 sm:px-8 lg:px-16">
+
+
+ Your browser does not support the video tag.
+
-
+
-
{{ title }}
-
-
- {{ description }}
-
+
{{ title }}
+
+
+ {{ description }}
+
- {{ primaryButton.text}}
+ {{ primaryButton.text }}
{{ secondaryButton.text }}
diff --git a/src/components/wrapper/BannerWrapper.vue b/src/components/wrapper/BannerWrapper.vue
index 8ea9eaf..398722f 100644
--- a/src/components/wrapper/BannerWrapper.vue
+++ b/src/components/wrapper/BannerWrapper.vue
@@ -16,9 +16,9 @@ const props = defineProps({
type: String,
required: true,
},
- heading:{
- type:Object,
- required:false,
+ heading: {
+ type: Object,
+ required: false,
},
primaryButton: {
type: Object,
@@ -32,22 +32,10 @@ const props = defineProps({
-
-
+
+
-
-
+
diff --git a/src/components/wrapper/TabsWrapper.vue b/src/components/wrapper/TabsWrapper.vue
index 3ee8559..d2cadae 100644
--- a/src/components/wrapper/TabsWrapper.vue
+++ b/src/components/wrapper/TabsWrapper.vue
@@ -2,8 +2,6 @@
import CustomSection from "../core/CustomSection.vue";
import Heading from "../core/Heading.vue";
import CustomTabs from "../core/CustomTabs.vue";
-import GetDemoWrapper from "./GetDemoWrapper.vue";
-import CustomSeprater from "../core/CustomSeprater.vue";
const props = defineProps({
items: {
type: Array,
diff --git a/src/components/wrapper/TopCompaniesWrapper.vue b/src/components/wrapper/TopCompaniesWrapper.vue
index 387349d..3ebbb3e 100644
--- a/src/components/wrapper/TopCompaniesWrapper.vue
+++ b/src/components/wrapper/TopCompaniesWrapper.vue
@@ -20,12 +20,7 @@ const props = defineProps({
-
+