16 Commits

Author SHA1 Message Date
7787a9293a Update src/app/page.tsx 2026-02-24 12:44:16 +00:00
d9cad04ded Merge version_4 into main
Merge version_4 into main
2026-02-24 12:20:20 +00:00
c6ead8bcc0 Update src/app/page.tsx 2026-02-24 12:20:16 +00:00
29239932bd Merge version_3 into main
Merge version_3 into main
2026-02-24 12:16:55 +00:00
1c3118d595 Update src/app/page.tsx 2026-02-24 12:16:50 +00:00
e6d85d3868 Merge version_3 into main
Merge version_3 into main
2026-02-24 12:16:09 +00:00
5d0c5512eb Update src/app/page.tsx 2026-02-24 12:16:05 +00:00
e6549ed111 Update src/app/layout.tsx 2026-02-24 12:16:04 +00:00
a58789eafb Merge version_2 into main
Merge version_2 into main
2026-02-23 17:25:43 +00:00
f06602ad28 Merge version_2 into main
Merge version_2 into main
2026-02-23 17:22:55 +00:00
4c46b35261 Merge version_2 into main
Merge version_2 into main
2026-02-23 16:48:37 +00:00
5d68081266 Merge version_2 into main
Merge version_2 into main
2026-02-23 16:08:33 +00:00
18370cb616 Merge version_2 into main
Merge version_2 into main
2026-02-23 16:08:09 +00:00
5af9e964c8 Merge version_2 into main
Merge version_2 into main
2026-02-23 16:07:45 +00:00
522354facb Merge version_2 into main
Merge version_2 into main
2026-02-23 16:02:32 +00:00
8ca8bcb164 Merge version_2 into main
Merge version_2 into main
2026-02-23 16:01:46 +00:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -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" }
];
@@ -56,7 +55,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Balala Flowers Studio"
title="API Keys to Power Your Connections"
description="Crafting exquisite floral arrangements for every occasion, bringing beauty and joy to your special moments."
background={{ variant: "plain" }}
tag="Your Floral Journey Starts Here"
@@ -67,7 +66,7 @@ export default function LandingPage() {
mediaItems={[
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771860987566-afmvzen0.mp4", imageAlt: "A vibrant, artfully arranged bouquet of fresh flowers" },
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771860484840-0zq4tvo8.mp4", imageAlt: "Elegant white wedding flowers and decor" },
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771850674704-2zcygfwe.mp4", imageAlt: "A modern, colorful floral arrangement with unique blooms" },
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771850674704-2zcygfwe.mp4?_wi=1", imageAlt: "A modern, colorful floral arrangement with unique blooms" },
]}
mediaAnimation="slide-up"
tagAnimation="slide-up"
@@ -86,11 +85,12 @@ 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"
useInvertedBackground={true}
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771850674704-2zcygfwe.mp4"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771850674704-2zcygfwe.mp4?_wi=2"
imageAlt="Interior of a modern, elegant flower studio with various floral arrangements and tools."
imagePosition="right"
buttons={[{ text: "Our Story", href: "/#about" }]}