Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="Fresh Malligai Flowers Wholesale in Virudhachalam"
|
||||
description="High-quality jasmine and fresh flowers at reasonable wholesale prices. Trusted by local retailers, temples, and event organizers for over a decade."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/natural-healthy-beauty-nature-sea_1203-4398.jpg", alt: "Fresh malligai flowers"},
|
||||
@@ -67,9 +67,10 @@ export default function LandingPage() {
|
||||
{ value: "4.8★", title: "Google Rating (6 reviews)" },
|
||||
{ value: "Fresh Daily", title: "Quality Supply" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-flower-shop_23-2149235773.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-flower-shop_23-2149235773.jpg"
|
||||
imageAlt="Selvam Malligai Shop storefront"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,16 +106,16 @@ export default function LandingPage() {
|
||||
description="We are committed to providing the best wholesale flower experience with reliable service and competitive prices."
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Flowers Daily", description: "Our flowers are sourced fresh daily, ensuring maximum freshness and quality for your business.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-flower-shop_23-2147761237.jpg?_wi=1", imageAlt: "Fresh flower display", buttonIcon: Sparkles,
|
||||
title: "Fresh Flowers Daily", description: "Our flowers are sourced fresh daily, ensuring maximum freshness and quality for your business.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-flower-shop_23-2147761237.jpg", imageAlt: "Fresh flower display", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Affordable Wholesale Prices", description: "We offer reasonable wholesale rates that help your business maintain healthy margins.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-flower-shop_23-2147761237.jpg?_wi=2", imageAlt: "Wholesale pricing", buttonIcon: DollarSign,
|
||||
title: "Affordable Wholesale Prices", description: "We offer reasonable wholesale rates that help your business maintain healthy margins.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-flower-shop_23-2147761237.jpg", imageAlt: "Wholesale pricing", buttonIcon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Trusted by Local Retailers", description: "Our consistent quality and reliability have made us the preferred choice for local flower retailers and decorators.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-flower-shop_23-2149235773.jpg?_wi=2", imageAlt: "Trusted business", buttonIcon: CheckCircle,
|
||||
title: "Trusted by Local Retailers", description: "Our consistent quality and reliability have made us the preferred choice for local flower retailers and decorators.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-flower-shop_23-2149235773.jpg", imageAlt: "Trusted business", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Bulk Supply Available", description: "We handle large wholesale orders for temples, events, and retail shops with professional delivery.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-smelling-flowers_23-2149834571.jpg?_wi=1", imageAlt: "Bulk flower delivery", buttonIcon: Truck,
|
||||
title: "Bulk Supply Available", description: "We handle large wholesale orders for temples, events, and retail shops with professional delivery.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-smelling-flowers_23-2149834571.jpg", imageAlt: "Bulk flower delivery", buttonIcon: Truck,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -130,13 +131,13 @@ 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", 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", 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", imageAlt: "Flower delivery service"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user