diff --git a/src/app/page.tsx b/src/app/page.tsx index 950124d..ec772a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -71,7 +71,7 @@ export default function LandingPage() { id: "3", brand: "Bakk Studios", name: "Fresh Collections", price: "From $85", rating: 5, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-red-roses-white-dahlias-black-background_181624-24023.jpg", imageAlt: "Fresh flower arrangement" } - ] + ]} title="Our Portfolio" description="Explore our most beloved designs and collections. Each arrangement tells a story of artistry, quality, and attention to detail." textboxLayout="default" @@ -107,7 +107,7 @@ export default function LandingPage() { id: 3, title: "Fresh Seasonal Collections", description: "Hand-selected premium flowers arranged fresh daily. Subscribe to our seasonal collections for continuous floral elegance.", imageSrc: "https://img.b2bpic.net/free-photo/assorted-flower-arrangement-vase_209848-94.jpg" } - ] + ]} title="Our Services" description="From intimate consultations to grand installations, we deliver botanical artistry across every occasion." textboxLayout="default" @@ -134,7 +134,7 @@ export default function LandingPage() { id: "4", name: "Sophie Laurent", handle: "@sophlux", testimonial: "The seasonal subscription has become a highlight of my home. Fresh, beautiful arrangements every week. Absolutely love it!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/hopeful-young-manager-businesswoman-cross-arms-chest-smiling-looking-confident-like-real-professional-white-background_176420-47052.jpg", imageAlt: "Sophie Laurent" } - ] + ]} title="Loved by Clients" description="Read what clients say about their Bakk experience and how our floral artistry enhanced their special moments." showRating={true} @@ -159,7 +159,7 @@ export default function LandingPage() { { id: "4", value: "50+", description: "Premium Flower Varieties" } - ] + ]} title="Why Choose Bakk" description="Our commitment to excellence through numbers and expertise." gridVariant="uniform-all-items-equal" @@ -186,7 +186,7 @@ export default function LandingPage() { { name: "eventType", type: "text", placeholder: "Wedding, Corporate, Other", required: true } - ] + ]} textarea={{ name: "message", placeholder: "Tell us about your vision and any specific requests...", rows: 5, required: true @@ -228,7 +228,7 @@ export default function LandingPage() { { label: "Newsletter", href: "#contact" } ] } - ] + ]} logoText="BAKK Flowers" copyrightText="© 2025 Bakk Flowers Studio. All rights reserved." />