Update src/app/page.tsx

This commit is contained in:
2026-04-02 13:37:12 +00:00
parent 1cdad3179a
commit 06dadc7d2e

View File

@@ -78,7 +78,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg"
imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg?_wi=1"
imageAlt="Luxurious gift shop display"
mediaAnimation="slide-up"
avatars={[
@@ -140,25 +140,25 @@ export default function LandingPage() {
id: "1",
name: "Artisanal Ceramic Vase",
price: "₦15,000",
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=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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg?_wi=1",
},
{
id: "5",
@@ -228,13 +228,13 @@ export default function LandingPage() {
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",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg?_wi=2",
imageAlt: "elegant gift store display warm lighting",
},
{
@@ -243,13 +243,13 @@ export default function LandingPage() {
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",
},
],
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=3",
imageAlt: "handmade ceramic gift artisanal",
},
]}