From 0f07e92a5be1bbdf79d79efaa4d1a089ed997080 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 06:16:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42e27dd..49c4031 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,32 +36,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Products", id: "products", - href: "/products", + }, { name: "Features", id: "features", - href: "/features", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Support", id: "support", - href: "/support", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="Samsung" @@ -259,7 +259,7 @@ export default function LandingPage() { { id: "1", name: "Sarah Johnson", - role: "Tech Enthusiast", + company: "DailyGadget", date: "2024-03-15", title: "Unrivaled Performance & Design", @@ -270,7 +270,7 @@ export default function LandingPage() { { id: "2", name: "Michael Chen", - role: "Creative Director", + company: "PixelWorks Studio", date: "2024-02-28", title: "Boosted My Productivity", @@ -281,7 +281,7 @@ export default function LandingPage() { { id: "3", name: "Emily Rodriguez", - role: "Fitness Coach", + company: "Vitality Hub", date: "2024-01-20", title: "Smartwatch That Keeps Up", @@ -292,7 +292,7 @@ export default function LandingPage() { { id: "4", name: "David Kim", - role: "Home Automation Expert", + company: "SmartHome Solutions", date: "2023-12-10", title: "Seamless Smart Home Integration", -- 2.49.1