diff --git a/src/app/page.tsx b/src/app/page.tsx index 8707efc..8950de3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { return ( @@ -26,142 +26,37 @@ export default function LandingPage() { >
-
-
@@ -172,27 +67,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Wood Fencing", - description: "Classic and beautiful wood fence installations.", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=3", - titleIconSrc: "Fence", - buttonText: "Learn More", - }, - { - title: "Vinyl Fencing", - description: "Durable and low-maintenance vinyl solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=4", - titleIconSrc: "Fence", - buttonText: "Learn More", - }, - { - title: "Metal Fencing", - description: "Strong, modern metal fencing for security.", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=5", - titleIconSrc: "Fence", - buttonText: "Learn More", - }, + { title: "Wood Fencing", description: "Classic and beautiful wood fence installations.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=3", titleIconSrc: "Fence", buttonText: "Learn More" }, + { title: "Vinyl Fencing", description: "Durable and low-maintenance vinyl solutions.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=4", titleIconSrc: "Fence", buttonText: "Learn More" }, + { title: "Metal Fencing", description: "Strong, modern metal fencing for security.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=5", titleIconSrc: "Fence", buttonText: "Learn More" }, ]} title="Our Fencing Services" description="Comprehensive solutions to meet all your residential and commercial needs." @@ -200,92 +77,42 @@ export default function LandingPage() {
-
-
); -} +} \ No newline at end of file