Update src/app/page.tsx

This commit is contained in:
2026-05-30 15:16:54 +00:00
parent 7b296e67ed
commit bc8cfe28c6

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
href: "/accessories", href: "/accessories",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/smartphones-with-shopping-bags-yellow-table_23-2147957624.jpg" imageSrc="http://img.b2bpic.net/free-photo/smartphones-with-shopping-bags-yellow-table_23-2147957624.jpg?_wi=1"
imageAlt="Latest smartphone models displayed elegantly" imageAlt="Latest smartphone models displayed elegantly"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
@@ -148,21 +148,21 @@ export default function LandingPage() {
id: "fp-1", id: "fp-1",
name: "ProMax 15 Ultra", name: "ProMax 15 Ultra",
price: "$1299", price: "$1299",
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg?_wi=1",
imageAlt: "ProMax 15 Ultra", imageAlt: "ProMax 15 Ultra",
}, },
{ {
id: "fp-2", id: "fp-2",
name: "Galaxy Z-Fold 5", name: "Galaxy Z-Fold 5",
price: "$1799", price: "$1799",
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-camera-without-lens_23-2148532491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-camera-without-lens_23-2148532491.jpg?_wi=1",
imageAlt: "Galaxy Z-Fold 5", imageAlt: "Galaxy Z-Fold 5",
}, },
{ {
id: "fp-3", id: "fp-3",
name: "AeroBuds Pro", name: "AeroBuds Pro",
price: "$249", price: "$249",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074268.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074268.jpg?_wi=1",
imageAlt: "AeroBuds Pro", imageAlt: "AeroBuds Pro",
}, },
{ {
@@ -183,7 +183,7 @@ export default function LandingPage() {
id: "fp-6", id: "fp-6",
name: "WatchOS Connect", name: "WatchOS Connect",
price: "$349", price: "$349",
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartwatch-displaying-time-battery-icon_9975-133772.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartwatch-displaying-time-battery-icon_9975-133772.jpg?_wi=1",
imageAlt: "WatchOS Connect", imageAlt: "WatchOS Connect",
}, },
]} ]}