Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-14 13:52:37 +00:00

View File

@@ -33,64 +33,44 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Flowers",
id: "products",
},
name: "Flowers", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Floral Aura"
button={{
text: "Order Now", href: "#contact"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Bring Nature Home"
description="Hand-crafted bouquets and fresh arrangements for every special moment in your life."
buttons={[
{
text: "Shop Collections",
href: "#products",
},
text: "Shop Collections", href: "#products"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg?_wi=1",
imageAlt: "Flowers 1",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg", imageAlt: "Flowers 1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg?_wi=1",
imageAlt: "Flowers 2",
},
imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg", imageAlt: "Flowers 2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beautiful-floral-bouquet_23-2148846520.jpg",
imageAlt: "Flowers 3",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beautiful-floral-bouquet_23-2148846520.jpg", imageAlt: "Flowers 3"},
{
imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949781.jpg",
imageAlt: "Flowers 4",
},
imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949781.jpg", imageAlt: "Flowers 4"},
{
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-arrangement-with-decorative-dried-flowers_23-2151363251.jpg",
imageAlt: "Flowers 5",
},
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-arrangement-with-decorative-dried-flowers_23-2151363251.jpg", imageAlt: "Flowers 5"},
{
imageSrc: "http://img.b2bpic.net/free-photo/labels-plants-florist-shop_53876-134342.jpg",
imageAlt: "Flowers 6",
},
imageSrc: "http://img.b2bpic.net/free-photo/labels-plants-florist-shop_53876-134342.jpg", imageAlt: "Flowers 6"},
]}
/>
</div>
@@ -100,9 +80,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Passion for Petals"
description={[
"We source only the freshest stems from local growers to ensure beauty that lasts.",
"Our expert florists pour love into every arrangement, creating art that speaks to the heart.",
]}
"We source only the freshest stems from local growers to ensure beauty that lasts.", "Our expert florists pour love into every arrangement, creating art that speaks to the heart."]}
/>
</div>
@@ -114,41 +92,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Classic Rose Dream",
price: "$65",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17402.jpg",
},
id: "1", name: "Classic Rose Dream", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17402.jpg"},
{
id: "2",
name: "Pastel Spring Morn",
price: "$55",
imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-blurred-background-copy-space_169016-28703.jpg",
},
id: "2", name: "Pastel Spring Morn", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-blurred-background-copy-space_169016-28703.jpg"},
{
id: "3",
name: "Golden Sunflower Joy",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg",
},
id: "3", name: "Golden Sunflower Joy", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg"},
{
id: "4",
name: "Tropical Orchid Bliss",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-elegant-pink-flowers-wooden-background_23-2148252352.jpg",
},
id: "4", name: "Tropical Orchid Bliss", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/pretty-elegant-pink-flowers-wooden-background_23-2148252352.jpg"},
{
id: "5",
name: "Fragrant Lavender Dream",
price: "$40",
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-pink-background_23-2148164024.jpg",
},
id: "5", name: "Fragrant Lavender Dream", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-pink-background_23-2148164024.jpg"},
{
id: "6",
name: "Seasonal Mixed Bloom",
price: "$50",
imageSrc: "http://img.b2bpic.net/free-photo/spring-scene-with-different-vases_23-2147609481.jpg",
},
id: "6", name: "Seasonal Mixed Bloom", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/spring-scene-with-different-vases_23-2147609481.jpg"},
]}
title="Our Signature Bouquets"
description="Curated selections for every occasion, from elegant weddings to spontaneous gestures."
@@ -161,29 +115,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "Fresh",
title: "Farm to Vase",
subtitle: "Freshness Guaranteed",
description: "Flowers picked daily for maximum longevity.",
imageSrc: "http://img.b2bpic.net/free-photo/florist-preparing-flowers-shop_23-2147742934.jpg",
imageAlt: "professional florist arranging flowers",
},
tag: "Fresh", title: "Farm to Vase", subtitle: "Freshness Guaranteed", description: "Flowers picked daily for maximum longevity.", imageSrc: "http://img.b2bpic.net/free-photo/florist-preparing-flowers-shop_23-2147742934.jpg", imageAlt: "professional florist arranging flowers"},
{
tag: "Design",
title: "Expert Artistry",
subtitle: "Modern Floral Design",
description: "Award-winning florists for your events.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg?_wi=2",
imageAlt: "professional florist arranging flowers",
},
tag: "Design", title: "Expert Artistry", subtitle: "Modern Floral Design", description: "Award-winning florists for your events.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg", imageAlt: "professional florist arranging flowers"},
{
tag: "Swift",
title: "Same-Day Delivery",
subtitle: "Speedy Service",
description: "We ensure your flowers arrive in time.",
imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg?_wi=2",
imageAlt: "professional florist arranging flowers",
},
tag: "Swift", title: "Same-Day Delivery", subtitle: "Speedy Service", description: "We ensure your flowers arrive in time.", imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg", imageAlt: "professional florist arranging flowers"},
]}
title="Why Floral Aura?"
description="Excellence in every stem, delivery, and experience."
@@ -192,44 +128,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Emma L.",
role: "Wedding Client",
testimonial: "Absolutely breathtaking flowers for my wedding!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-african-american-woman-accepts-congratulations-birthday-receives-flowers-has-surprised-expression_273609-46093.jpg",
},
id: "1", name: "Emma L.", role: "Wedding Client", testimonial: "Absolutely breathtaking flowers for my wedding!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-african-american-woman-accepts-congratulations-birthday-receives-flowers-has-surprised-expression_273609-46093.jpg"},
{
id: "2",
name: "Mark S.",
role: "Subscriber",
testimonial: "Best flower shop in town by far.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-florist-giving-flower-paper-bag-her-customer_23-2147929268.jpg",
},
id: "2", name: "Mark S.", role: "Subscriber", testimonial: "Best flower shop in town by far.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-florist-giving-flower-paper-bag-her-customer_23-2147929268.jpg"},
{
id: "3",
name: "Sarah P.",
role: "Regular Customer",
testimonial: "The arrangements are always fresh and creative.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-bunch-artificial-white-red-flowers-standing-garden_23-2148048880.jpg",
},
id: "3", name: "Sarah P.", role: "Regular Customer", testimonial: "The arrangements are always fresh and creative.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-bunch-artificial-white-red-flowers-standing-garden_23-2148048880.jpg"},
{
id: "4",
name: "David W.",
role: "Gift Sender",
testimonial: "Always delivers on time, reliable service.",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-woman-with-curly-hair-keeps-eyes-closed-holds-beautiful-pink-gerbera-flowers-enjoys-festive-day-dressed-grey-jacket-isolated-blue-wall_273609-47880.jpg",
},
id: "4", name: "David W.", role: "Gift Sender", testimonial: "Always delivers on time, reliable service.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-woman-with-curly-hair-keeps-eyes-closed-holds-beautiful-pink-gerbera-flowers-enjoys-festive-day-dressed-grey-jacket-isolated-blue-wall_273609-47880.jpg"},
{
id: "5",
name: "Linda R.",
role: "Event Planner",
testimonial: "Floral Aura is my go-to for events.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-face-smiling-bride-young-woman-with-bouquet-with-white-flowers-beautiful-girl-with-bridal-makeup-hairstyle-looking-into-camera-bridal-morning-preparing-wedding-day-party_8353-12011.jpg",
},
id: "5", name: "Linda R.", role: "Event Planner", testimonial: "Floral Aura is my go-to for events.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-face-smiling-bride-young-woman-with-bouquet-with-white-flowers-beautiful-girl-with-bridal-makeup-hairstyle-looking-into-camera-bridal-morning-preparing-wedding-day-party_8353-12011.jpg"},
]}
title="Customer Stories"
description="See why our customers love our fresh arrangements."
@@ -242,20 +154,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you deliver locally?",
content: "Yes, we offer local delivery to all areas within the city.",
},
id: "1", title: "Do you deliver locally?", content: "Yes, we offer local delivery to all areas within the city."},
{
id: "2",
title: "How long do your flowers last?",
content: "With proper care, our flowers typically last 7-10 days.",
},
id: "2", title: "How long do your flowers last?", content: "With proper care, our flowers typically last 7-10 days."},
{
id: "3",
title: "Can I request custom bouquets?",
content: "Absolutely! Contact us for bespoke arrangements.",
},
id: "3", title: "Can I request custom bouquets?", content: "Absolutely! Contact us for bespoke arrangements."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-cutting-leaf-pink-peony-flower-with-scissor_23-2148075300.jpg"
mediaAnimation="slide-up"
@@ -272,22 +175,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
title: "Happy Clients",
value: "5,000+",
icon: Award,
id: "1", title: "Happy Clients", value: "5,000+", icon: Award,
},
{
id: "2",
title: "Bouquets Delivered",
value: "12,000+",
icon: Truck,
id: "2", title: "Bouquets Delivered", value: "12,000+", icon: Truck,
},
{
id: "3",
title: "Flower Varieties",
value: "150+",
icon: Star,
id: "3", title: "Flower Varieties", value: "150+", icon: Star,
},
]}
title="Our Impact"
@@ -299,8 +193,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact"
title="Visit Us or Get in Touch"
description="Have questions? We'd love to hear from you."
@@ -315,25 +208,17 @@ export default function LandingPage() {
{
items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Shop",
href: "#products",
},
label: "Shop", href: "#products"},
],
},
{
items: [
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}