Update src/app/page.tsx
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
||||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MediaSplitAbout from "@/components/sections/about/MediaSplitAbout";
|
import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout';
|
||||||
import FeatureCardEleven from "@/components/sections/feature/FeatureCardEleven";
|
import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven';
|
||||||
import ProductCardSix from "@/components/sections/product/ProductCardSix";
|
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
||||||
import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCardNine";
|
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||||
import TeamCardSeven from "@/components/sections/team/TeamCardSeven";
|
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
||||||
import ContactInline from "@/components/sections/contact/ContactInline";
|
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Sparkles, CheckCircle, Star, Award, Facebook, Instagram, Linkedin } from "lucide-react";
|
import { Sparkles, CheckCircle, Star, Award, Facebook, Instagram, Linkedin } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -104,7 +104,6 @@ export default function LandingPage() {
|
|||||||
imageAlt: "Happy customer with new vehicle"
|
imageAlt: "Happy customer with new vehicle"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="opacity"
|
animationType="opacity"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
@@ -140,7 +139,6 @@ export default function LandingPage() {
|
|||||||
imageAlt: "2023 Sports Car"
|
imageAlt: "2023 Sports Car"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
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",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694475958-2enk25sw.jpg",
|
||||||
imageAlt: "Jennifer Walsh"
|
imageAlt: "Jennifer Walsh"
|
||||||
}
|
}
|
||||||
]}
|
]
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user