Update src/app/products/page.tsx
This commit is contained in:
@@ -77,56 +77,56 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Quality Rice (50kg)",
|
||||
price: "₦45,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg?_wi=4",
|
||||
imageAlt: "Premium quality rice",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "White Sugar (10kg)",
|
||||
price: "₦28,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-fresh-milk-with-copy-space_23-2148399046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-fresh-milk-with-copy-space_23-2148399046.jpg?_wi=3",
|
||||
imageAlt: "Pure white sugar package",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cooking Oil (20L)",
|
||||
price: "₦65,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-dispenser-bottle_23-2150992082.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-dispenser-bottle_23-2150992082.jpg?_wi=3",
|
||||
imageAlt: "Large cooking oil container",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Toilet Paper (Pack of 12)",
|
||||
price: "₦15,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/getting-toilet-paper-from-pack_53876-166994.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/getting-toilet-paper-from-pack_53876-166994.jpg?_wi=2",
|
||||
imageAlt: "Toilet paper rolls pack",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "ADMA Biscuits",
|
||||
price: "₦8,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-gift-box-with-cookies_346278-528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-gift-box-with-cookies_346278-528.jpg?_wi=3",
|
||||
imageAlt: "ADMA biscuits package",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lady Pads (Pack)",
|
||||
price: "₦12,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-soaps-sprays-dark-wooden-background-top-view-copy-space-text_176474-9934.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-soaps-sprays-dark-wooden-background-top-view-copy-space-text_176474-9934.jpg?_wi=2",
|
||||
imageAlt: "Sanitary pads package",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Santa Lucia Spaghetti (1kg)",
|
||||
price: "₦6,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pasta-container_23-2149294999.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pasta-container_23-2149294999.jpg?_wi=2",
|
||||
imageAlt: "Santa Lucia spaghetti package",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Tissue Paper (Pack of 6)",
|
||||
price: "₦9,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-gift-box-with-cookies_346278-528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-gift-box-with-cookies_346278-528.jpg?_wi=4",
|
||||
imageAlt: "Tissue paper pack",
|
||||
},
|
||||
]}
|
||||
@@ -151,7 +151,7 @@ export default function ProductsPage() {
|
||||
title: "Fresh & Sourced Locally",
|
||||
description:
|
||||
"We prioritize fresh, locally-sourced groceries whenever possible. This ensures quality, supports local businesses, and provides you with the best value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg?_wi=2",
|
||||
imageAlt: "Fresh local produce",
|
||||
},
|
||||
{
|
||||
@@ -159,7 +159,7 @@ export default function ProductsPage() {
|
||||
title: "Competitive Wholesale Pricing",
|
||||
description:
|
||||
"Our bulk pricing is perfect for retailers and restaurants. We offer discounts on large orders and flexible payment terms for qualified businesses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg?_wi=5",
|
||||
imageAlt: "Wholesale bulk ordering",
|
||||
},
|
||||
{
|
||||
@@ -167,7 +167,7 @@ export default function ProductsPage() {
|
||||
title: "Convenient Ordering Methods",
|
||||
description:
|
||||
"Choose from WhatsApp ordering, phone calls, or visit our store in person. We make shopping easy and convenient for everyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-dispenser-bottle_23-2150992082.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-dispenser-bottle_23-2150992082.jpg?_wi=4",
|
||||
imageAlt: "Multiple ordering options",
|
||||
},
|
||||
]}
|
||||
@@ -198,7 +198,7 @@ export default function ProductsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/refrigerator-with-food_1203-842.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/refrigerator-with-food_1203-842.jpg?_wi=4"
|
||||
imageAlt="Fresh Local grocery store"
|
||||
logoText="Fresh Local Kigali"
|
||||
copyrightText="© 2025 Fresh Local Store. All rights reserved. Serving Kigali with quality groceries since 2017."
|
||||
|
||||
Reference in New Issue
Block a user