Update src/app/page.tsx

This commit is contained in:
2026-02-05 13:50:10 +00:00
parent 5b35dff2e2
commit b5234d2b61

View File

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