From 727589d5ce7d2d5599e0140788956740c5184cdd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:01:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f5c8a4..411ba62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ 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 FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Clock, Sparkles, Gift, Heart, Circle } from "lucide-react"; export default function LandingPage() { @@ -123,15 +123,19 @@ export default function LandingPage() {
-
-
); -} +} \ No newline at end of file -- 2.49.1