Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-12 19:28:00 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "Our Story", href: "#about" }
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/wedding-invitation-with-golden-lines_23-2148289648.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wedding-invitation-with-golden-lines_23-2148289648.jpg?_wi=1"
imageAlt="Handcrafted ribbon rose bouquet with soft cream and dusty rose tones"
frameStyle="card"
mediaAnimation="slide-up"
@@ -86,7 +86,7 @@ export default function LandingPage() {
title: "Eternal Blooms for Fleeting Moments", description: "Our flowers never fade, making them perfect for weddings, corporate events, anniversaries, and cherished personal moments.", icon: Heart
}
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-s-hand-tying-bunch-flowers-with-string-shop_23-2147882098.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-s-hand-tying-bunch-flowers-with-string-shop_23-2147882098.jpg?_wi=1"
imageAlt="Artisan hands crafting ribbon roses in our Northeast India studio"
mediaAnimation="slide-up"
imagePosition="right"
@@ -104,22 +104,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "ribbon-flowers-basic", name: "Ribbon Flowers - Starter Collection", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-vector/cute-floral-wreaths-with-blue-ribbon-valentine-s-day_23-2147590364.jpg", imageAlt: "Handmade ribbon flowers in assorted colors", initialQuantity: 1
id: "ribbon-flowers-basic", name: "Ribbon Flowers - Starter Collection", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-vector/cute-floral-wreaths-with-blue-ribbon-valentine-s-day_23-2147590364.jpg?_wi=1", imageAlt: "Handmade ribbon flowers in assorted colors", initialQuantity: 1
},
{
id: "ribbon-flowers-premium", name: "Ribbon Flowers - Premium Assortment", price: "₹5,999", imageSrc: "http://img.b2bpic.net/free-vector/cute-floral-wreaths-with-blue-ribbon-valentine-s-day_23-2147590364.jpg", imageAlt: "Premium handcrafted ribbon rose collection", initialQuantity: 1
id: "ribbon-flowers-premium", name: "Ribbon Flowers - Premium Assortment", price: "₹5,999", imageSrc: "http://img.b2bpic.net/free-vector/cute-floral-wreaths-with-blue-ribbon-valentine-s-day_23-2147590364.jpg?_wi=2", imageAlt: "Premium handcrafted ribbon rose collection", initialQuantity: 1
},
{
id: "pipe-cleaner-blooms", name: "Pipe Cleaner Blooms - Rainbow Collection", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-raw-spaghetti-blue-surface_23-2148240636.jpg", imageAlt: "Colorful handmade pipe cleaner flowers", initialQuantity: 1
},
{
id: "gift-hampers-basic", name: "Gift Hampers - Classic Arrangement", price: "₹3,599", imageSrc: "http://img.b2bpic.net/free-photo/european-female-florist-with-green-apron-making-flower-arrangements-floral-studio_181624-36646.jpg", imageAlt: "Luxury gift hamper with ribbon flowers", initialQuantity: 1
id: "gift-hampers-basic", name: "Gift Hampers - Classic Arrangement", price: "₹3,599", imageSrc: "http://img.b2bpic.net/free-photo/european-female-florist-with-green-apron-making-flower-arrangements-floral-studio_181624-36646.jpg?_wi=1", imageAlt: "Luxury gift hamper with ribbon flowers", initialQuantity: 1
},
{
id: "gift-hampers-deluxe", name: "Gift Hampers - Deluxe Experience", price: "₹7,999", imageSrc: "http://img.b2bpic.net/free-photo/european-female-florist-with-green-apron-making-flower-arrangements-floral-studio_181624-36646.jpg", imageAlt: "Premium luxury gift hamper with premium flowers", initialQuantity: 1
id: "gift-hampers-deluxe", name: "Gift Hampers - Deluxe Experience", price: "₹7,999", imageSrc: "http://img.b2bpic.net/free-photo/european-female-florist-with-green-apron-making-flower-arrangements-floral-studio_181624-36646.jpg?_wi=2", imageAlt: "Premium luxury gift hamper with premium flowers", initialQuantity: 1
},
{
id: "custom-bouquet", name: "Custom Bouquet - Bespoke Creation", price: "₹4,999", imageSrc: "http://img.b2bpic.net/free-photo/wedding-invitation-with-golden-lines_23-2148289648.jpg", imageAlt: "Custom handcrafted ribbon rose bouquet", initialQuantity: 1
id: "custom-bouquet", name: "Custom Bouquet - Bespoke Creation", price: "₹4,999", imageSrc: "http://img.b2bpic.net/free-photo/wedding-invitation-with-golden-lines_23-2148289648.jpg?_wi=2", imageAlt: "Custom handcrafted ribbon rose bouquet", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"
@@ -145,10 +145,10 @@ export default function LandingPage() {
title: "Design & Ideation", description: "Our artisans sketch each design with precision, selecting colors and textures that embody elegance and timelessness.", icon: Pencil,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-tying-bunch-flowers-with-string-shop_23-2147882098.jpg", imageAlt: "Artisan designing ribbon flower patterns"
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-tying-bunch-flowers-with-string-shop_23-2147882098.jpg?_wi=2", imageAlt: "Artisan designing ribbon flower patterns"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-inscription-with-tulips-gift_23-2148096143.jpg", imageAlt: "Design sketches and color palette selection"
imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-inscription-with-tulips-gift_23-2148096143.jpg?_wi=1", imageAlt: "Design sketches and color palette selection"
}
]
},
@@ -156,10 +156,10 @@ export default function LandingPage() {
title: "Hand Assembly", description: "Each ribbon is carefully shaped, layered, and sewn by skilled hands, ensuring perfect symmetry and premium quality in every bloom.", icon: Wand2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-inscription-with-tulips-gift_23-2148096143.jpg", imageAlt: "Hands assembling ribbon petals into flowers"
imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-inscription-with-tulips-gift_23-2148096143.jpg?_wi=2", imageAlt: "Hands assembling ribbon petals into flowers"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-tying-bunch-flowers-with-string-shop_23-2147882098.jpg", imageAlt: "Detail work on ribbon flower assembly"
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-tying-bunch-flowers-with-string-shop_23-2147882098.jpg?_wi=3", imageAlt: "Detail work on ribbon flower assembly"
}
]
},
@@ -167,10 +167,10 @@ export default function LandingPage() {
title: "Curation & Arrangement", description: "Finished blooms are thoughtfully arranged into stunning bouquets, each one a masterpiece ready to tell your story.", icon: Flower2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-invitation-with-golden-lines_23-2148289648.jpg", imageAlt: "Final ribbon rose bouquet arrangement"
imageSrc: "http://img.b2bpic.net/free-photo/wedding-invitation-with-golden-lines_23-2148289648.jpg?_wi=3", imageAlt: "Final ribbon rose bouquet arrangement"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-florist-cutting-plaint_23-2147742978.jpg", imageAlt: "Bouquet being wrapped with premium packaging"
imageSrc: "http://img.b2bpic.net/free-photo/crop-florist-cutting-plaint_23-2147742978.jpg?_wi=1", imageAlt: "Bouquet being wrapped with premium packaging"
}
]
},
@@ -178,10 +178,10 @@ export default function LandingPage() {
title: "Packaging & Delivery", description: "Every creation is carefully packaged with love and shipped nationwide within 12-14 days, arriving as fresh and vibrant as the day it was made.", icon: Package,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/european-female-florist-with-green-apron-making-flower-arrangements-floral-studio_181624-36646.jpg", imageAlt: "Premium luxury packaging for ribbon flowers"
imageSrc: "http://img.b2bpic.net/free-photo/european-female-florist-with-green-apron-making-flower-arrangements-floral-studio_181624-36646.jpg?_wi=3", imageAlt: "Premium luxury packaging for ribbon flowers"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-florist-cutting-plaint_23-2147742978.jpg", imageAlt: "Final wrapped package ready for shipping"
imageSrc: "http://img.b2bpic.net/free-photo/crop-florist-cutting-plaint_23-2147742978.jpg?_wi=2", imageAlt: "Final wrapped package ready for shipping"
}
]
}