From 678576752b804ca66d512489fe48a0d308e2ff00 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 01:26:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 225 +++++++++++------------------------------------ 1 file changed, 50 insertions(+), 175 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7332f83..76c331b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen import FooterCard from '@/components/sections/footer/FooterCard'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -31,24 +31,16 @@ export default function LandingPage() { > @@ -377,23 +258,17 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "#", - ariaLabel: "Linkedin", - }, + href: "#", ariaLabel: "Linkedin"}, ]} /> ); -} +} \ No newline at end of file -- 2.49.1