Update src/app/page.tsx
This commit is contained in:
@@ -70,9 +70,24 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Luxury Accessories", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736770.jpg", imageAlt: "Luxury accessories"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ultra Pro Smartwatch", price: "$349.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Ultra Pro Smartwatch"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Premium Phone Stand", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736761.jpg", imageAlt: "Premium Phone Stand"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Wireless Charging Pad", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736770.jpg", imageAlt: "Wireless Charging Pad"
|
||||
},
|
||||
{
|
||||
id: "7", name: "Portable Power Bank", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Portable Power Bank"
|
||||
},
|
||||
{
|
||||
id: "8", name: "Premium Cable Bundle", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736761.jpg", imageAlt: "Premium Cable Bundle"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -201,4 +216,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user