Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-08 18:01:43 +00:00
2 changed files with 38 additions and 1414 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -46,13 +46,15 @@ export default function LandingPage() {
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/natural-healthy-beauty-nature-sea_1203-4398.jpg", alt: "Fresh malligai flowers"},
src: "http://img.b2bpic.net/free-photo/natural-healthy-beauty-nature-sea_1203-4398.jpg", alt: "Fresh malligai flowers"
},
]}
avatarText="Trusted by 50+ Local Retailers"
avatarText="Trusted by 50+ Retailers & 100+ Temples"
buttons={[
{ text: "📞 Call Now", href: "tel:+919965020268" },
{
text: "💬 WhatsApp Order", href: "https://wa.me/919965020268?text=I%20would%20like%20to%20inquire%20about%20flower%20wholesale%20prices"},
text: "💬 WhatsApp Order", href: "https://wa.me/919965020268?text=I%20would%20like%20to%20inquire%20about%20flower%20wholesale%20prices"
},
]}
buttonAnimation="slide-up"
/>
@@ -81,17 +83,23 @@ export default function LandingPage() {
description="We offer a wide range of fresh flowers for all occasions. From daily retail needs to special events, we have everything."
products={[
{
id: "malligai", name: "Malligai (Jasmine)", price: "Call for pricing", variant: "Fresh daily, fragrant blooms", imageSrc: "http://img.b2bpic.net/free-photo/white-flower-wooden-background_23-2147622274.jpg", imageAlt: "Fresh malligai jasmine flowers"},
id: "malligai", name: "Malligai (Jasmine)", price: "Call for pricing", variant: "Fresh daily, fragrant blooms", imageSrc: "http://img.b2bpic.net/free-photo/white-flower-wooden-background_23-2147622274.jpg", imageAlt: "Fresh malligai jasmine flowers"
},
{
id: "kanakambaram", name: "Kanakambaram (Marigold)", price: "Call for pricing", variant: "Bright yellow and orange", imageSrc: "http://img.b2bpic.net/free-photo/orange-yellow-dahlias-flowers-blurred-background-soft-focus_169016-24357.jpg", imageAlt: "Kanakambaram flowers"},
id: "kanakambaram", name: "Kanakambaram (Marigold)", price: "Call for pricing", variant: "Bright yellow and orange", imageSrc: "http://img.b2bpic.net/free-photo/orange-yellow-dahlias-flowers-blurred-background-soft-focus_169016-24357.jpg", imageAlt: "Kanakambaram flowers"
},
{
id: "rose", name: "Roses", price: "Call for pricing", variant: "Multiple colors available", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-roses_23-2147762185.jpg", imageAlt: "Fresh cut roses"},
id: "rose", name: "Roses", price: "Call for pricing", variant: "Multiple colors available", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-roses_23-2147762185.jpg", imageAlt: "Fresh cut roses"
},
{
id: "temple", name: "Temple Flowers", price: "Call for pricing", variant: "Traditional offerings", imageSrc: "http://img.b2bpic.net/free-photo/navratri-highly-detailed-floral-decoration_23-2151193757.jpg", imageAlt: "Temple worship flowers"},
id: "temple", name: "Temple Flowers", price: "Call for pricing", variant: "Traditional offerings", imageSrc: "http://img.b2bpic.net/free-photo/navratri-highly-detailed-floral-decoration_23-2151193757.jpg", imageAlt: "Temple worship flowers"
},
{
id: "wedding", name: "Wedding Flowers", price: "Call for pricing", variant: "Event decorations", imageSrc: "http://img.b2bpic.net/free-photo/young-bride-her-wedding-dress_23-2149003466.jpg", imageAlt: "Wedding decoration flowers"},
id: "wedding", name: "Wedding Flowers", price: "Call for pricing", variant: "Event decorations", imageSrc: "http://img.b2bpic.net/free-photo/young-bride-her-wedding-dress_23-2149003466.jpg", imageAlt: "Wedding decoration flowers"
},
{
id: "bulk", name: "Bulk Orders", price: "Call for pricing", variant: "Wholesale quantities", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-gardener-with-crate-begonia-flowers-standing-greenhouse_23-2147948224.jpg", imageAlt: "Bulk flower orders"},
id: "bulk", name: "Bulk Orders", price: "Call for pricing", variant: "Wholesale quantities", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-gardener-with-crate-begonia-flowers-standing-greenhouse_23-2147948224.jpg", imageAlt: "Bulk flower orders"
},
]}
textboxLayout="default"
gridVariant="uniform-all-items-equal"
@@ -131,13 +139,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Fresh Stock", role: "Daily", company: "Updates", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/assortment-flower-shop_23-2147761237.jpg?_wi=3", imageAlt: "Fresh flower display"},
imageSrc: "http://img.b2bpic.net/free-photo/assortment-flower-shop_23-2147761237.jpg?_wi=3", imageAlt: "Fresh flower display"
},
{
id: "2", name: "Our Storefront", role: "Located At", company: "Virudhachalam", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-flower-shop_23-2149235773.jpg?_wi=3", imageAlt: "Flower shop storefront"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-flower-shop_23-2149235773.jpg?_wi=3", imageAlt: "Flower shop storefront"
},
{
id: "3", name: "Quick Delivery", role: "Fast Service", company: "Reliable", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-smelling-flowers_23-2149834571.jpg?_wi=2", imageAlt: "Flower delivery service"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-smelling-flowers_23-2149834571.jpg?_wi=2", imageAlt: "Flower delivery service"
},
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
@@ -187,9 +198,11 @@ export default function LandingPage() {
title: "Contact", items: [
{ label: "📞 Call: 099650 20268", href: "tel:+919965020268" },
{
label: "💬 WhatsApp Order", href: "https://wa.me/919965020268"},
label: "💬 WhatsApp Order", href: "https://wa.me/919965020268"
},
{
label: "📍 Get Directions", href: "https://maps.google.com/?q=Selvam+Malligai+Shop+SSS+Complex+Virudhachalam"},
label: "📍 Get Directions", href: "https://maps.google.com/?q=Selvam+Malligai+Shop+SSS+Complex+Virudhachalam"
},
],
},
{