2 Commits

Author SHA1 Message Date
a6e21ba52c Merge version_2 into main
Merge version_2 into main
2026-04-08 15:44:46 +00:00
8bd325fdf0 Update src/app/page.tsx 2026-04-08 15:44:40 +00:00

View File

@@ -29,17 +29,11 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Portfolio", name: "Portfolio", id: "#portfolio"},
id: "#portfolio",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Inquire", name: "Inquire", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Bloom and Bash" brandName="Bloom and Bash"
/> />
@@ -48,63 +42,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Transform Your Celebration Into Art" title="Transform Your Celebration Into Art"
description="Bloom and Bash brings your vision to life through innovative floral design and immersive decor experiences. Award-winning styling for weddings, corporate events, and unforgettable moments." description="Bloom and Bash brings your vision to life through innovative floral design and immersive decor experiences. Award-winning styling for weddings, corporate events, and unforgettable moments."
buttons={[ buttons={[
{ {
text: "Explore Our Portfolio", text: "Explore Our Portfolio", href: "#portfolio"},
href: "#portfolio",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg" imageSrc="http://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg"
imageAlt="Luxurious floral decoration setup" imageAlt="Luxurious floral decoration setup"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150312116.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150312116.jpg", alt: "Client 1"},
alt: "Client 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/pleased-people-business-party-terrace-roof-man-women-formal-clothes-drinking-champagne-talking-eating-appetizers-teambuilding-party-concept_74855-21394.jpg", src: "http://img.b2bpic.net/free-photo/pleased-people-business-party-terrace-roof-man-women-formal-clothes-drinking-champagne-talking-eating-appetizers-teambuilding-party-concept_74855-21394.jpg", alt: "Client 2"},
alt: "Client 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-coworkers-celebrating-together_23-2149295523.jpg", src: "http://img.b2bpic.net/free-photo/close-up-coworkers-celebrating-together_23-2149295523.jpg", alt: "Client 3"},
alt: "Client 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg", src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg", alt: "Client 4"},
alt: "Client 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-feels-happy-holding-her-birthday-gift-golden-background_197531-14988.jpg", src: "http://img.b2bpic.net/free-photo/woman-feels-happy-holding-her-birthday-gift-golden-background_197531-14988.jpg", alt: "Client 5"},
alt: "Client 5",
},
]} ]}
avatarText="Trusted by 500+ happy clients" avatarText="Trusted by 500+ happy clients"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Wedding Elegance"},
text: "Wedding Elegance",
},
{ {
type: "text", type: "text", text: "Corporate Sophistication"},
text: "Corporate Sophistication",
},
{ {
type: "text", type: "text", text: "Bespoke Floral Design"},
text: "Bespoke Floral Design",
},
{ {
type: "text", type: "text", text: "Immersive Experiences"},
text: "Immersive Experiences",
},
{ {
type: "text", type: "text", text: "Artistic Detail"},
text: "Artistic Detail",
},
]} ]}
/> />
</div> </div>
@@ -127,59 +98,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Royal Wedding Gala", price: "Custom Pricing", rating: 5,
name: "Royal Wedding Gala", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481486.jpg", brand: "Weddings"},
price: "Custom Pricing",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481486.jpg",
brand: "Weddings",
},
{ {
id: "p2", id: "p2", name: "Modern Corporate Launch", price: "Custom Pricing", rating: 5,
name: "Modern Corporate Launch", reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/elegant-ceremony-venue-with-floral-decorations_23-2151978933.jpg", brand: "Corporate"},
price: "Custom Pricing",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-ceremony-venue-with-floral-decorations_23-2151978933.jpg",
brand: "Corporate",
},
{ {
id: "p3", id: "p3", name: "Boho Luxe Ceremony", price: "Custom Pricing", rating: 5,
name: "Boho Luxe Ceremony", reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-pillar-candles-candelabra-wedding-table_181624-1551.jpg", brand: "Weddings"},
price: "Custom Pricing",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-pillar-candles-candelabra-wedding-table_181624-1551.jpg",
brand: "Weddings",
},
{ {
id: "p4", id: "p4", name: "Intimate Celebration", price: "Custom Pricing", rating: 5,
name: "Intimate Celebration", reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/glance-path-leads-bright-archs-with-flowers-dark-room_1304-3344.jpg", brand: "Social"},
price: "Custom Pricing",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/glance-path-leads-bright-archs-with-flowers-dark-room_1304-3344.jpg",
brand: "Social",
},
{ {
id: "p5", id: "p5", name: "Grand Ballroom Design", price: "Custom Pricing", rating: 5,
name: "Grand Ballroom Design", reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481475.jpg", brand: "Events"},
price: "Custom Pricing",
rating: 5,
reviewCount: "20",
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481475.jpg",
brand: "Events",
},
{ {
id: "p6", id: "p6", name: "Minimalist Floral Affair", price: "Custom Pricing", rating: 5,
name: "Minimalist Floral Affair", reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/look-from-buds-chrysanthemums-threads-plastic-chairs_1304-3338.jpg", brand: "Weddings"},
price: "Custom Pricing",
rating: 5,
reviewCount: "11",
imageSrc: "http://img.b2bpic.net/free-photo/look-from-buds-chrysanthemums-threads-plastic-chairs_1304-3338.jpg",
brand: "Weddings",
},
]} ]}
title="Our Curated Portfolio" title="Our Curated Portfolio"
description="Discover our signature decor styling and transformative event designs." description="Discover our signature decor styling and transformative event designs."
@@ -194,25 +129,15 @@ export default function LandingPage() {
author="Sarah & David, Wedding Clients" author="Sarah & David, Wedding Clients"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150312116.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150312116.jpg", alt: "Sarah"},
alt: "Sarah",
},
{ {
src: "http://img.b2bpic.net/free-photo/pleased-people-business-party-terrace-roof-man-women-formal-clothes-drinking-champagne-talking-eating-appetizers-teambuilding-party-concept_74855-21394.jpg", src: "http://img.b2bpic.net/free-photo/pleased-people-business-party-terrace-roof-man-women-formal-clothes-drinking-champagne-talking-eating-appetizers-teambuilding-party-concept_74855-21394.jpg", alt: "David"},
alt: "David",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-coworkers-celebrating-together_23-2149295523.jpg", src: "http://img.b2bpic.net/free-photo/close-up-coworkers-celebrating-together_23-2149295523.jpg", alt: "KPM"},
alt: "KPM",
},
{ {
src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg", src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg", alt: "Maria"},
alt: "Maria",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-feels-happy-holding-her-birthday-gift-golden-background_197531-14988.jpg", src: "http://img.b2bpic.net/free-photo/woman-feels-happy-holding-her-birthday-gift-golden-background_197531-14988.jpg", alt: "John"},
alt: "John",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -223,8 +148,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Inquire Now" tag="Inquire Now"
title="Begin Your Design Journey" title="Begin Your Design Journey"
description="Ready to transform your upcoming event into a masterpiece? Let's discuss your vision with Bloom and Bash." description="Ready to transform your upcoming event into a masterpiece? Let's discuss your vision with Bloom and Bash."
@@ -235,50 +159,31 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Bloom and Bash", title: "Bloom and Bash", items: [
items: [
{ {
label: "Portfolio", label: "Portfolio", href: "#portfolio"},
href: "#portfolio",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Weddings", label: "Weddings", href: "#"},
href: "#",
},
{ {
label: "Corporate Events", label: "Corporate Events", href: "#"},
href: "#",
},
{ {
label: "Private Celebrations", label: "Private Celebrations", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}