From 42fe32e8fe6d661d58b31152831925067dff7acf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:04:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bbb18a..8c14135 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { description="We specialize exclusively in cafes and boutique stays. That focused expertise means we understand your space, your aesthetic, and your ideal guest. No corporate templates, no one-size-fits-all strategy." tag="About Us" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-desk-concept-with-smartphone-template_23-2148111339.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-desk-concept-with-smartphone-template_23-2148111339.jpg" imageAlt="Content creation process showing photography and styling" mediaAnimation="blur-reveal" imagePosition="right" @@ -101,7 +101,7 @@ export default function LandingPage() { title: "Community management", description: "Thoughtful engagement that builds relationships. We respond, reply, and cultivate a community that feels genuinely connected to your brand.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-using-computer-business-work-with-data-charts-paper-monitor-corporate-office-businesswoman-working-with-ideas-marketing-strategy-management-planning_482257-35910.jpg", imageAlt: "Community management and guest engagement" }, { - title: "Performance tracking", description: "Real metrics that matter. We track engagement, reach, booking inquiries, and foot traffic so you always know what's working.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-concept-with-smartphone-template_23-2148111339.jpg?_wi=2", imageAlt: "Performance analytics dashboard" + title: "Performance tracking", description: "Real metrics that matter. We track engagement, reach, booking inquiries, and foot traffic so you always know what's working.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-concept-with-smartphone-template_23-2148111339.jpg", imageAlt: "Performance analytics dashboard" } ]} gridVariant="two-columns-alternating-heights" @@ -120,16 +120,16 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "booking-increase", value: "+85%", title: "Average booking increase", description: "Within 6 months of partnership, our clients see measurable growth in booking inquiries and direct reservations." + id: "booking-increase", value: "+85%", title: "Average booking increase", description: "Within 6 months of partnership, our clients see measurable growth in booking inquiries and direct reservations.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg", imageAlt: "Booking growth metrics" }, { - id: "engagement-rate", value: "8-12%", title: "Engagement rate", description: "Significantly above industry average. Our curated communities interact authentically with every post." + id: "engagement-rate", value: "8-12%", title: "Engagement rate", description: "Significantly above industry average. Our curated communities interact authentically with every post.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg", imageAlt: "Engagement rate metrics" }, { - id: "repeat-visits", value: "+65%", title: "Repeat guest increase", description: "Instagram loyalty translates to real visitors who return. Our strategy builds lasting relationships." + id: "repeat-visits", value: "+65%", title: "Repeat guest increase", description: "Instagram loyalty translates to real visitors who return. Our strategy builds lasting relationships.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg", imageAlt: "Repeat visits metrics" }, { - id: "growth-timeline", value: "6 months", title: "Average time to impact", description: "We don't promise overnight viral growth. We deliver sustainable, authentic growth that compounds over time." + id: "growth-timeline", value: "6 months", title: "Average time to impact", description: "We don't promise overnight viral growth. We deliver sustainable, authentic growth that compounds over time.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg", imageAlt: "Timeline metrics" } ]} /> -- 2.49.1