From e6549ed11138ec0b6f079de3470abb402a06dc19 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 12:16:04 +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 40b7510..a7ac2ab 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,7 +22,7 @@ export const metadata: Metadata = { openGraph: { title: "Balala Flowers Studio", description: "Discover stunning floral arrangements for weddings, events, and everyday beauty from Balala Flowers Studio. Fresh, handcrafted bouquets for every occasion.", url: "https://balalaflowers.com", siteName: "Balala Flowers Studio", images: [ { - url: "https://img.b2bpic.net/free-photo/elegant-bouquet-pink-white-roses-with-lilies_9975-133063.jpg", alt: "A vibrant, artfully arranged bouquet of fresh flowers"}, + url: "https://img.b2bpic.net/free-photo/elegant-bouquet-pink-white-roses-with-lilies_9975-133063.jpg", alt: "A vibrant, artfully arranged bouquet of fresh flowers"} ], type: "website"}, twitter: { -- 2.49.1 From 5d0c5512eb72320297da1298011b0371f7f92c70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 12:16:05 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5d8310..7a49688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,8 +17,7 @@ export default function LandingPage() { { name: "Products", id: "/#products" }, { name: "Shop", id: "/shop" }, { name: "Testimonials", id: "/#testimonials" }, - { name: "Blog", id: "/blog" }, - { name: "FAQ", id: "/#faq" }, + { name: "Blog", id: "/blog" }, { name: "FAQ", id: "/#faq" }, { name: "Contact", id: "/#contact" } ]; @@ -86,6 +85,7 @@ export default function LandingPage() { { title: "Artistic Design", description: "Every bouquet is a unique work of art, handcrafted with precision and creativity." }, { title: "Freshness Guaranteed", description: "We source only the freshest, highest quality blooms for lasting beauty." }, { title: "Personalized Service", description: "Dedicated to understanding your needs and bringing your floral dreams to life." }, + { title: "AI-Powered Insights", description: "Leveraging AI to analyze floral trends and personalize recommendations, ensuring every arrangement is perfectly suited to your taste and occasion." } ]} mediaAnimation="slide-up" textboxLayout="default" -- 2.49.1