Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-02 13:38:15 +00:00

View File

@@ -100,13 +100,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Artisanal Ceramic Vase", price: "₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg"},
id: "1", name: "Artisanal Ceramic Vase", price: "₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg?_wi=1"},
{
id: "2", name: "Scented Soy Candle", price: "₦8,500", imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg"},
id: "2", name: "Scented Soy Candle", price: "₦8,500", imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg?_wi=1"},
{
id: "3", name: "Handmade Leather Wallet", price: "₦22,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg"},
id: "3", name: "Handmade Leather Wallet", price: "₦22,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg?_wi=1"},
{
id: "4", name: "Wooden Desk Organizer", price: "₦18,000", imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg"},
id: "4", name: "Wooden Desk Organizer", price: "₦18,000", imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg?_wi=1"},
{
id: "5", name: "Gourmet Gift Basket", price: "₦35,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vase-with-artificial-flowers-living-room_169016-5189.jpg"},
{
@@ -150,18 +150,18 @@ export default function LandingPage() {
title: "Local Artistry", description: "We source products directly from talented local artisans in Lagos.", icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg?_wi=2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg?_wi=2"},
],
},
{
title: "Quality Assured", description: "Every item undergoes a rigorous quality check for the perfect gift experience.", icon: ShieldCheck,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg?_wi=2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg?_wi=2"},
],
},
]}