Update src/app/page.tsx

This commit is contained in:
2026-02-05 13:42:55 +00:00
parent 1a097c308a
commit 3d4192cef1

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: "Metrics", id: "metrics" },
{ name: "Reviews", id: "reviews" }, { name: "Reviews", id: "testimonials" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ button={{
@@ -55,7 +54,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"
@@ -133,14 +132,6 @@ export default function LandingPage() {
{ {
id: "4", name: "James Wilson", role: "Developer", company: "Innovation Labs", rating: 5, id: "4", name: "James Wilson", role: "Developer", company: "Innovation Labs", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/portrait-lovely-woman-fashion-glasses-home_329181-4275.jpg" imageSrc: "https://img.b2bpic.net/free-photo/portrait-lovely-woman-fashion-glasses-home_329181-4275.jpg"
},
{
id: "5", name: "Lisa Park", role: "Marketing Lead", company: "Brand Collective", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-posing-office_23-2149392072.jpg"
},
{
id: "6", name: "David Kumar", role: "Entrepreneur", company: "StartupX", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg"
} }
]} ]}
kpiItems={[ kpiItems={[