Merge version_1 into main #1
257
src/app/page.tsx
257
src/app/page.tsx
@@ -30,90 +30,58 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="NYC Flora Boutique"
|
||||
button={{ text: "Get Consultation", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Luxury Floral Subscriptions for NYC Hotels"
|
||||
description="Exquisite, fresh arrangements delivered three times a month to elevate your hotel's aesthetic. Dedicated service for Manhattan's premier properties."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Consultation", href: "#contact"},
|
||||
{
|
||||
text: "View Subscription Plans",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "View Subscription Plans", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flower-composition-glass-vase-white-orange-lithianthus-roses-side-view_141793-4422.jpg"
|
||||
imageAlt="Luxury hotel lobby flowers"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-working-reception-front-view_23-2149963919.jpg",
|
||||
alt: "Hotel Manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-working-reception-front-view_23-2149963919.jpg", alt: "Hotel Manager"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2103.jpg",
|
||||
alt: "Operations Director",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2103.jpg", alt: "Operations Director"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
alt: "Design Lead",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Design Lead"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg",
|
||||
alt: "Concierge",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg", alt: "Concierge"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tourist-having-fun-with-gadget-hotel_482257-76671.jpg",
|
||||
alt: "Designer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tourist-having-fun-with-gadget-hotel_482257-76671.jpg", alt: "Designer"},
|
||||
]}
|
||||
avatarText="Trusted by 50+ luxury hospitality experts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Blooms",
|
||||
},
|
||||
type: "text", text: "Seasonal Blooms"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Installation",
|
||||
},
|
||||
type: "text", text: "Professional Installation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "NYC Based Florists",
|
||||
},
|
||||
type: "text", text: "NYC Based Florists"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bespoke Aesthetics",
|
||||
},
|
||||
type: "text", text: "Bespoke Aesthetics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable Service",
|
||||
},
|
||||
type: "text", text: "Reliable Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,17 +94,11 @@ export default function LandingPage() {
|
||||
description="We understand that every hotel lobby tells a story. Our bespoke floral subscriptions ensure your property always welcomes guests with fresh, seasonal, and architecturally stunning arrangements."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Triple Monthly Delivery",
|
||||
description: "Three curated installations per month to keep decor vibrant.",
|
||||
},
|
||||
title: "Triple Monthly Delivery", description: "Three curated installations per month to keep decor vibrant."},
|
||||
{
|
||||
title: "Bespoke Floral Design",
|
||||
description: "Custom color palettes matched to your hotel interior.",
|
||||
},
|
||||
title: "Bespoke Floral Design", description: "Custom color palettes matched to your hotel interior."},
|
||||
{
|
||||
title: "Expert Maintenance",
|
||||
description: "Professional care and timely swaps by our NYC floral team.",
|
||||
},
|
||||
title: "Expert Maintenance", description: "Professional care and timely swaps by our NYC floral team."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/decorative-purple-plant-with-cushions-background_1203-1508.jpg"
|
||||
imageAlt="Florist arranging flowers"
|
||||
@@ -151,38 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Seasonal Freshness",
|
||||
author: "NYC Grown",
|
||||
description: "We source the finest local and international flowers for year-round luxury.",
|
||||
tags: [
|
||||
"Seasonal",
|
||||
"Luxury",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rose-bouquet-bachelor-party_23-2149275483.jpg",
|
||||
},
|
||||
id: "f1", title: "Seasonal Freshness", author: "NYC Grown", description: "We source the finest local and international flowers for year-round luxury.", tags: [
|
||||
"Seasonal", "Luxury"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rose-bouquet-bachelor-party_23-2149275483.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Minimalist Aesthetics",
|
||||
author: "Design-Forward",
|
||||
description: "Arrangements that complement contemporary architectural spaces.",
|
||||
tags: [
|
||||
"Modern",
|
||||
"Elegant",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-macro-flower_1404-280.jpg",
|
||||
},
|
||||
id: "f2", title: "Minimalist Aesthetics", author: "Design-Forward", description: "Arrangements that complement contemporary architectural spaces.", tags: [
|
||||
"Modern", "Elegant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-macro-flower_1404-280.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Seamless Delivery",
|
||||
author: "NYC Logistics",
|
||||
description: "Discreet, timely installations tailored to hotel operational hours.",
|
||||
tags: [
|
||||
"Logistics",
|
||||
"Professional",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiley-woman-holding-bouquet-flowers-outside_23-2148826695.jpg",
|
||||
},
|
||||
id: "f3", title: "Seamless Delivery", author: "NYC Logistics", description: "Discreet, timely installations tailored to hotel operational hours.", tags: [
|
||||
"Logistics", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiley-woman-holding-bouquet-flowers-outside_23-2148826695.jpg"},
|
||||
]}
|
||||
title="Why Choose Our Service?"
|
||||
description="Designed specifically for the fast-paced, high-end hospitality environment of New York City."
|
||||
@@ -196,54 +137,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "boutique",
|
||||
badge: "Essential",
|
||||
price: "$1,200",
|
||||
subtitle: "Monthly for boutique hotels",
|
||||
buttons: [
|
||||
id: "boutique", badge: "Essential", price: "$1,200", subtitle: "Monthly for boutique hotels", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
},
|
||||
text: "Contact Sales"},
|
||||
],
|
||||
features: [
|
||||
"3 monthly deliveries",
|
||||
"Standard vase selection",
|
||||
"Seasonal varieties",
|
||||
],
|
||||
"3 monthly deliveries", "Standard vase selection", "Seasonal varieties"],
|
||||
},
|
||||
{
|
||||
id: "signature",
|
||||
badge: "Popular",
|
||||
price: "$2,500",
|
||||
subtitle: "Monthly for premium properties",
|
||||
buttons: [
|
||||
id: "signature", badge: "Popular", price: "$2,500", subtitle: "Monthly for premium properties", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
},
|
||||
text: "Contact Sales"},
|
||||
],
|
||||
features: [
|
||||
"3 monthly deliveries",
|
||||
"Bespoke vase selection",
|
||||
"Dedicated design team",
|
||||
"Includes lobby centerpieces",
|
||||
],
|
||||
"3 monthly deliveries", "Bespoke vase selection", "Dedicated design team", "Includes lobby centerpieces"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Ultimate",
|
||||
price: "$4,000",
|
||||
subtitle: "Monthly for luxury flagship",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Ultimate", price: "$4,000", subtitle: "Monthly for luxury flagship", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
},
|
||||
text: "Contact Sales"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited deliveries/swaps",
|
||||
"Fully bespoke design",
|
||||
"On-site care management",
|
||||
"Concierge design support",
|
||||
],
|
||||
"Unlimited deliveries/swaps", "Fully bespoke design", "On-site care management", "Concierge design support"],
|
||||
},
|
||||
]}
|
||||
title="Subscription Tiers"
|
||||
@@ -253,63 +168,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexandra V.",
|
||||
role: "General Manager",
|
||||
company: "The Chelsea Collective",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-reception-front-view_23-2149963919.jpg",
|
||||
},
|
||||
id: "1", name: "Alexandra V.", role: "General Manager", company: "The Chelsea Collective", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-reception-front-view_23-2149963919.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Director of Operations",
|
||||
company: "Midtown Grand Hotel",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2103.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", role: "Director of Operations", company: "Midtown Grand Hotel", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2103.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Design Consultant",
|
||||
company: "SoHo Luxury Suites",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", role: "Design Consultant", company: "SoHo Luxury Suites", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julian King",
|
||||
role: "Front Office Manager",
|
||||
company: "Tribeca Boutique Inn",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg",
|
||||
},
|
||||
id: "4", name: "Julian King", role: "Front Office Manager", company: "Tribeca Boutique Inn", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah Bennett",
|
||||
role: "Interior Designer",
|
||||
company: "Park Ave Residences",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-having-fun-with-gadget-hotel_482257-76671.jpg",
|
||||
},
|
||||
id: "5", name: "Sarah Bennett", role: "Interior Designer", company: "Park Ave Residences", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-having-fun-with-gadget-hotel_482257-76671.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Hotels served",
|
||||
},
|
||||
value: "15+", label: "Hotels served"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Monthly installs",
|
||||
},
|
||||
value: "500+", label: "Monthly installs"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Client satisfaction",
|
||||
},
|
||||
value: "99%", label: "Client satisfaction"},
|
||||
]}
|
||||
title="Loved by Top NYC Hoteliers"
|
||||
description="See why Manhattan's luxury hotels trust us to define their lobby aesthetic."
|
||||
@@ -320,8 +205,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in touch"
|
||||
title="Request Your Consultation"
|
||||
description="Ready to bring life to your hotel lobby? Fill out the form and our design lead will contact you for a site visit."
|
||||
@@ -332,42 +216,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Consultation", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user