Merge version_4 into main #5
@@ -1283,4 +1283,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -2,14 +2,14 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import MediaSplitAbout from "@/components/sections/about/MediaSplitAbout";
|
||||
import FeatureCardEleven from "@/components/sections/feature/FeatureCardEleven";
|
||||
import ProductCardSix from "@/components/sections/product/ProductCardSix";
|
||||
import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCardNine";
|
||||
import TeamCardSeven from "@/components/sections/team/TeamCardSeven";
|
||||
import ContactInline from "@/components/sections/contact/ContactInline";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout';
|
||||
import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven';
|
||||
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Sparkles, CheckCircle, Star, Award, Facebook, Instagram, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -104,7 +104,6 @@ export default function LandingPage() {
|
||||
imageAlt: "Happy customer with new vehicle"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -140,7 +139,6 @@ export default function LandingPage() {
|
||||
imageAlt: "2023 Sports Car"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -186,7 +184,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694475958-2enk25sw.jpg",
|
||||
imageAlt: "Jennifer Walsh"
|
||||
}
|
||||
]}
|
||||
]
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
@@ -261,4 +259,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user