Update src/app/page.tsx

This commit is contained in:
2026-02-05 13:50:06 +00:00
parent ece77503ba
commit 0583cdfab0

View File

@@ -29,9 +29,8 @@ export default function LandingPage() {
brandName="iPhone Store"
navItems={[
{ name: "Products", id: "products" },
{ name: "Features", id: "features" },
{ name: "Reviews", id: "reviews" },
{ name: "About", id: "about" },
{ name: "Features", id: "metrics" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Shop Now", href: "products" }}
@@ -53,7 +52,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
buttons={[
{ text: "Buy Now", href: "products" },
{ text: "Learn More", href: "features" }
{ text: "Learn More", href: "metrics" }
]}
imageSrc="https://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg"
imageAlt="Latest iPhone showcase"
@@ -169,9 +168,9 @@ export default function LandingPage() {
},
{
items: [
{ label: "Company", href: "about" },
{ label: "About Us", href: "about" },
{ label: "Career", href: "about" }
{ label: "Company", href: "#" },
{ label: "About Us", href: "#" },
{ label: "Career", href: "#" }
]
},
{