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; 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" }] } ]} />