From 80a2dafc2751fbe4f15cf34926b1b46cfbe45eac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 06:38:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 47 ++++++++++++++++++++--------------------------- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6b0270..1eb56ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, ShieldCheck, Users, Search, ShoppingCart } from "lucide-react"; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Award, ShieldCheck, Users } from "lucide-react"; export default function LandingPage() { const handleProductClick = () => { @@ -52,8 +52,7 @@ export default function LandingPage() {
-
-
); -} \ No newline at end of file +} -- 2.49.1