From a39be2590395b87465350454a33803118ab22677 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:25:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 66 +++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bef6609..70f18b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Phone, Mail, ArrowRight } from "lucide-react"; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -47,9 +48,6 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg?_wi=1", imageAlt: "Luxury custom deck" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg?_wi=1", imageAlt: "Custom sunroom design" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg?_wi=1", imageAlt: "High quality deck stairs" }, - { imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg?_wi=2", imageAlt: "Luxury custom deck" }, - { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg?_wi=2", imageAlt: "Custom sunroom design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg?_wi=2", imageAlt: "High quality deck stairs" }, ]} /> @@ -64,52 +62,58 @@ export default function LandingPage() {
-
-
-
); -} +} \ No newline at end of file -- 2.49.1