From 6684a554513cf8b42eeab1b04001c5d08f4f0b50 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:49:54 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index aac6101..1bbb350 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1605,7 +1605,7 @@ export default function RootLayout({ } } - if (url.includes('.sandbox-staging.webild.io/')) { + if (url.includes('.webild.io/')) { try { const urlObj = new URL(url); return urlObj.pathname; -- 2.49.1 From dae58a2c5651f81bd4287b6973f49878507efd7e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:49:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3ec4c7..ec3539b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Artisan floral design studio creating bespoke arrangements for life's most memorable moments. Handcrafted with passion, precision, and premium blooms." buttons={[ { text: "Explore Collections", href: "#collections" }, - { text: "Book a Consultation", href: "#contact" } + { text: "Book a Call", href: "#contact" } ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} @@ -109,15 +109,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Bespoke Design", title: "Custom Arrangements", subtitle: "Personalized floral design", description: "Work directly with our lead florist to create one-of-a-kind arrangements that perfectly capture your vision and aesthetic preferences.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-flower-shop_23-2149247549.jpg" + tag: "Bespoke Design", title: "Custom Arrangements", subtitle: "Personalized floral design", description: "Work directly with our lead florist to create one-of-a-kind arrangements that perfectly capture your vision and aesthetic preferences.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-flower-shop_23-2149247549.jpg", buttons: [{ text: "Book a Call", href: "#contact" }] }, { id: 2, - tag: "Celebration Florals", title: "Event Flowers", subtitle: "Weddings, parties & corporate events", description: "Transform your venue into a floral masterpiece with our comprehensive event design services, from intimate gatherings to grand celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg?_wi=2" + tag: "Celebration Florals", title: "Event Flowers", subtitle: "Weddings, parties & corporate events", description: "Transform your venue into a floral masterpiece with our comprehensive event design services, from intimate gatherings to grand celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg?_wi=2", buttons: [{ text: "Book a Call", href: "#contact" }] }, { id: 3, - tag: "Seasonal Delivery", title: "Subscription Plans", subtitle: "Fresh blooms delivered regularly", description: "Enjoy fresh, seasonal arrangements delivered to your home or office weekly, bi-weekly, or monthly with our flexible subscription service.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-bouquet-fresh-flowers-wedding-celebration-generated-by-ai_188544-45526.jpg?_wi=2" + tag: "Seasonal Delivery", title: "Subscription Plans", subtitle: "Fresh blooms delivered regularly", description: "Enjoy fresh, seasonal arrangements delivered to your home or office weekly, bi-weekly, or monthly with our flexible subscription service.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-bouquet-fresh-flowers-wedding-celebration-generated-by-ai_188544-45526.jpg?_wi=2", buttons: [{ text: "Book a Call", href: "#contact" }] } ]} /> -- 2.49.1