Merge version_1 into main #3

Open
bender wants to merge 1 commits from version_1 into main

View File

@@ -69,15 +69,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Fresh Flowers Imported Regularly", description: "Daily shipments of premium jasmine, lotus, roses, and marigolds ensure maximum freshness for your prayers and decorations.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-onam-floral-decoration_52683-40187.jpg", imageAlt: "Fresh flower collection"
title: "Fresh Flowers Imported Regularly", description: "Daily shipments of premium jasmine, lotus, roses, and marigolds ensure maximum freshness for your prayers and decorations.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-onam-floral-decoration_52683-40187.jpg?_wi=1", imageAlt: "Fresh flower collection"
},
{
id: 2,
title: "Wide Variety of Traditional Flowers", description: "Complete selection including jasmine, lotus, marigold, tulsi, and temple flowers used in authentic Indian worship.", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-green-beans-pan-high-quality-photo_114579-78009.jpg", imageAlt: "Custom garland collection"
title: "Wide Variety of Traditional Flowers", description: "Complete selection including jasmine, lotus, marigold, tulsi, and temple flowers used in authentic Indian worship.", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-green-beans-pan-high-quality-photo_114579-78009.jpg?_wi=1", imageAlt: "Custom garland collection"
},
{
id: 3,
title: "Custom Garlands & Decorations", description: "Hand-crafted garlands for weddings, temple rituals, festivals, and home decoration with personalized design options.", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Puja items collection"
title: "Custom Garlands & Decorations", description: "Hand-crafted garlands for weddings, temple rituals, festivals, and home decoration with personalized design options.", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=1", imageAlt: "Puja items collection"
},
{
id: 4,
@@ -99,13 +99,13 @@ export default function LandingPage() {
tag="Shop Now"
products={[
{
id: "1", name: "Fresh Jasmine Flowers", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-onam-floral-decoration_52683-40187.jpg", imageAlt: "Fresh jasmine bouquet"
id: "1", name: "Fresh Jasmine Flowers", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-onam-floral-decoration_52683-40187.jpg?_wi=2", imageAlt: "Fresh jasmine bouquet"
},
{
id: "2", name: "Custom Bridal Garland", price: "AED 150", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-green-beans-pan-high-quality-photo_114579-78009.jpg", imageAlt: "Custom wedding garland"
id: "2", name: "Custom Bridal Garland", price: "AED 150", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-green-beans-pan-high-quality-photo_114579-78009.jpg?_wi=2", imageAlt: "Custom wedding garland"
},
{
id: "3", name: "Complete Puja Kit", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Puja essentials kit"
id: "3", name: "Complete Puja Kit", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=2", imageAlt: "Puja essentials kit"
}
]}
gridVariant="three-columns-all-equal-width"