From 82a84c502b38c830cf673727d7de667b3dda6a74 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 16:56:02 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 74 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 52 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54eb81d..54dc86d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,11 @@ import ReactLenis from "lenis/react"; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -41,11 +41,35 @@ export default function LandingPage() {
-
@@ -58,32 +82,38 @@ export default function LandingPage() {
-
-
@@ -140,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file