From 938106a4b18512b57594f1b17fbaf7edf0c85a64 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 01:58:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dae0a9c..645d68f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Home, MapPin, Users } from "lucide-react"; export default function LandingPage() { @@ -128,27 +128,25 @@ export default function LandingPage() {
-
-
@@ -177,3 +175,8 @@ export default function LandingPage() { ); } +" + } + ], + "rawPlan": "I have standardized the identification and reference implementation for the upload, testimonials, and FAQ sections to ensure consistent behavior across the page. This involved updating components to use the appropriate registry imports and ensuring section structure matches best practices." +} \ No newline at end of file -- 2.49.1