From 711b4beea7ba1da36354d35485b5675630f0c98c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 14:00:47 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffb265b..b7abfdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Heart, Star } from "lucide-react"; export default function LandingPage() { @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Home", id: "#home"}, { - name: "About Me", id: "#about"}, + name: "About Me", id: "/about-me"}, { name: "Services", id: "#services"}, { @@ -147,18 +147,23 @@ export default function LandingPage() {
-
@@ -261,7 +266,7 @@ export default function LandingPage() { { title: "Company", items: [ { - label: "About Me", href: "#about"}, + label: "About Me", href: "/about-me"}, { label: "Testimonials", href: "#testimonials"}, { @@ -290,4 +295,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file