From 44c193ebd3fdd479218c0445ce7b9723cab31d8d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 00:53:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 335 +++++++++-------------------------------------- 1 file changed, 62 insertions(+), 273 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12c9910..9a865cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, Camera, Star } from "lucide-react"; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Award, Camera, Star, Mail, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,12 @@ export default function LandingPage() {
-
-
-
); -} +} \ No newline at end of file -- 2.49.1