From ff44266365994f535119c45364d52c13abea2504 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 00:34:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 238 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index efd9846..74c9e5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -32,73 +32,40 @@ export default function LandingPage() {
@@ -159,55 +115,26 @@ export default function LandingPage() {
-- 2.49.1