Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:40:46 +00:00
parent f10f316e2b
commit fe290b9896

View File

@@ -85,10 +85,10 @@ export default function LandingPage() {
title: "Flower Pots", description: "Stylish ceramic, plastic, and designer pots for your home & balcony.", icon: Flower,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg", imageAlt: "Ceramic flower pots collection"
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg?_wi=1", imageAlt: "Ceramic flower pots collection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg", imageAlt: "Designer planters for indoor and outdoor"
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=1", imageAlt: "Designer planters for indoor and outdoor"
}
]
},
@@ -99,7 +99,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/gifts-christmas-table_1098-22260.jpg", imageAlt: "Gift items and decorative pieces"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg", imageAlt: "Unique gift collections"
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=2", imageAlt: "Unique gift collections"
}
]
},
@@ -107,10 +107,10 @@ export default function LandingPage() {
title: "Home Decor", description: "Unique decorative items to enhance your living and working spaces.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg", imageAlt: "Home decoration items"
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=3", imageAlt: "Home decoration items"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg", imageAlt: "Decorative planters for spaces"
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg?_wi=2", imageAlt: "Decorative planters for spaces"
}
]
}