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: { 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"