From 817d51a6a7a0053ba04a9ad8e8ccab7eed728a5a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 13:59:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7abfdd..ffb265b 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 TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; 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-me"}, + name: "About Me", id: "#about"}, { name: "Services", id: "#services"}, { @@ -147,23 +147,18 @@ export default function LandingPage() {
-
@@ -266,7 +261,7 @@ export default function LandingPage() { { title: "Company", items: [ { - label: "About Me", href: "/about-me"}, + label: "About Me", href: "#about"}, { label: "Testimonials", href: "#testimonials"}, { @@ -295,4 +290,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1