diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0afda15..0aa4e24 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,90 +30,58 @@ export default function LandingPage() {
@@ -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() {