Update src/app/page.tsx

This commit is contained in:
2026-03-09 10:19:54 +00:00
parent 4773c8d73e
commit 1c13c55e51

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "View Offers", href: "#products" },
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-vector/store-with-limited-number-persons_52683-39754.jpg"
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-supermarket-department-store_1203-8782.jpg?id=1136080"
imageAlt="TSN MART Supermarket"
mediaAnimation="slide-up"
frameStyle="card"
@@ -78,16 +78,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", brand: "TSN MART", name: "Fresh Produce", price: "Affordable Daily", rating: 5,
reviewCount: "234 customers", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-bell-peppers-quince-cumcuats-cauliflower-blue-background_140725-145321.jpg", imageAlt: "Fresh produce selection"
id: "1", brand: "Skin Care Products", name: "", price: "Affordable Daily", rating: 5,
reviewCount: "234 customers", imageSrc: "http://img.b2bpic.net/premium-photo/colorful-display-skincare-products-wooden-shelves-bright-inviting-spa-setting-afternoon_93675-252921.jpg?id=327867832", imageAlt: "Fresh produce selection"
},
{
id: "2", brand: "TSN MART", name: "Kitchen Essentials", price: "Best Value", rating: 5,
id: "2", brand: "Skin Care Products", name: "Kitchen Essentials", price: "Best Value", rating: 5,
reviewCount: "189 customers", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-glass-containers_23-2148927395.jpg", imageAlt: "Kitchen essentials and utensils"
},
{
id: "3", brand: "TSN MART", name: "Home Products", price: "Great Deals", rating: 5,
reviewCount: "156 customers", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-composition-with-copyspace_23-2148133343.jpg", imageAlt: "Home care and household products"
id: "3", brand: "Skin Care Products", name: "Home Products", price: "Great Deals", rating: 5,
reviewCount: "156 customers", imageSrc: "http://img.b2bpic.net/premium-photo/neatly-organized-storage-shelf-brimming-with-various-household-cleaning-products-each-arranged-by-size-type_95891-110298.jpg?id=318441807", imageAlt: "Home care and household products"
},
]}
gridVariant="three-columns-all-equal-width"