Update src/app/page.tsx

This commit is contained in:
2026-05-12 14:30:38 +00:00
parent 73e8fc5e42
commit 8865aefd98

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg", imageAlt: "tech" },
{ imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg", imageAlt: "audio" }
{ imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=1", imageAlt: "audio" }
]}
/>
</div>
@@ -81,7 +81,7 @@ export default function LandingPage() {
gridVariant="bento-grid"
animationType="slide-up"
products={[
{ id: "1", brand: "AudioTech", name: "Noise Cancelling Headphones", price: "$299", rating: 4.8, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg" }
{ id: "1", brand: "AudioTech", name: "Noise Cancelling Headphones", price: "$299", rating: 4.8, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=2" }
]}
/>
</div>