Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:28:02 +00:00

View File

@@ -79,15 +79,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-photo/christmas-bouquet-wheat-plant-baskets_114579-2099.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-photo/christmas-bouquet-wheat-plant-baskets_114579-2099.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/small-assorted-boutonnieres-table_1304-4066.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/small-assorted-boutonnieres-table_1304-4066.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-vector/flat-dia-de-muertos-character-elements-collection_23-2149737719.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-vector/flat-dia-de-muertos-character-elements-collection_23-2149737719.jpg?_wi=1", imageAlt: "Puja items collection"
},
{
id: 4,
@@ -111,13 +111,13 @@ export default function LandingPage() {
tag="Shop Now"
products={[
{
id: "1", name: "Fresh Jasmine Flowers", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/christmas-bouquet-wheat-plant-baskets_114579-2099.jpg", imageAlt: "Fresh jasmine bouquet"
id: "1", name: "Fresh Jasmine Flowers", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/christmas-bouquet-wheat-plant-baskets_114579-2099.jpg?_wi=2", imageAlt: "Fresh jasmine bouquet"
},
{
id: "2", name: "Custom Bridal Garland", price: "AED 150", imageSrc: "http://img.b2bpic.net/free-photo/small-assorted-boutonnieres-table_1304-4066.jpg", imageAlt: "Custom wedding garland"
id: "2", name: "Custom Bridal Garland", price: "AED 150", imageSrc: "http://img.b2bpic.net/free-photo/small-assorted-boutonnieres-table_1304-4066.jpg?_wi=2", imageAlt: "Custom wedding garland"
},
{
id: "3", name: "Complete Puja Kit", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-vector/flat-dia-de-muertos-character-elements-collection_23-2149737719.jpg", imageAlt: "Puja essentials kit"
id: "3", name: "Complete Puja Kit", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-vector/flat-dia-de-muertos-character-elements-collection_23-2149737719.jpg?_wi=2", imageAlt: "Puja essentials kit"
}
]}
gridVariant="three-columns-all-equal-width"