Merge version_1 into main #1
@@ -31,8 +31,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact"
|
||||
text: "Book Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -66,40 +65,20 @@ export default function AboutPage() {
|
||||
tag="Client Stories"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Bride",
|
||||
company: "2024 Wedding",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg",
|
||||
imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", role: "Bride", company: "2024 Wedding", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica Chen",
|
||||
role: "Event Planner",
|
||||
company: "Stellar Events",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
imageAlt: "Jessica Chen"
|
||||
id: "2", name: "Jessica Chen", role: "Event Planner", company: "Stellar Events", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Rodriguez",
|
||||
role: "Corporate Manager",
|
||||
company: "Tech Innovations Inc",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
|
||||
imageAlt: "Michael Rodriguez"
|
||||
id: "3", name: "Michael Rodriguez", role: "Corporate Manager", company: "Tech Innovations Inc", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Watson",
|
||||
role: "Interior Designer",
|
||||
company: "Design Studio",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg",
|
||||
imageAlt: "Emily Watson"
|
||||
id: "4", name: "Emily Watson", role: "Interior Designer", company: "Design Studio", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", imageAlt: "Emily Watson"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -114,24 +93,21 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Bella Flowers Studio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Arrangements", href: "/arrangements" },
|
||||
{ label: "Custom Orders", href: "/services" },
|
||||
{ label: "Corporate Gifts", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Delivery Info", href: "/contact" },
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" }
|
||||
|
||||
@@ -30,8 +30,7 @@ export default function ArrangementsPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact"
|
||||
text: "Book Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -43,64 +42,28 @@ export default function ArrangementsPage() {
|
||||
tag="Full Collection"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Premium Collection",
|
||||
name: "Classic White Romance",
|
||||
price: "$185",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg",
|
||||
imageAlt: "Classic White Romance arrangement"
|
||||
id: "1", brand: "Premium Collection", name: "Classic White Romance", price: "$185", rating: 5,
|
||||
reviewCount: "342", imageSrc: "https://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg", imageAlt: "Classic White Romance arrangement"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Luxury Line",
|
||||
name: "Deep Red Passion",
|
||||
price: "$225",
|
||||
rating: 5,
|
||||
reviewCount: "289",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg",
|
||||
imageAlt: "Deep Red Passion arrangement"
|
||||
id: "2", brand: "Luxury Line", name: "Deep Red Passion", price: "$225", rating: 5,
|
||||
reviewCount: "289", imageSrc: "https://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg", imageAlt: "Deep Red Passion arrangement"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Signature Series",
|
||||
name: "Spring Celebration",
|
||||
price: "$165",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg",
|
||||
imageAlt: "Spring Celebration arrangement"
|
||||
id: "3", brand: "Signature Series", name: "Spring Celebration", price: "$165", rating: 5,
|
||||
reviewCount: "156", imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Spring Celebration arrangement"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Garden Collection",
|
||||
name: "Sunny Bliss",
|
||||
price: "$145",
|
||||
rating: 5,
|
||||
reviewCount: "198",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17304.jpg",
|
||||
imageAlt: "Sunny Bliss arrangement"
|
||||
id: "4", brand: "Garden Collection", name: "Sunny Bliss", price: "$145", rating: 5,
|
||||
reviewCount: "198", imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17304.jpg", imageAlt: "Sunny Bliss arrangement"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Seasonal Special",
|
||||
name: "Autumn Harvest",
|
||||
price: "$175",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-with-green-leaves-inside-vase_114579-1439.jpg",
|
||||
imageAlt: "Autumn Harvest arrangement"
|
||||
id: "5", brand: "Seasonal Special", name: "Autumn Harvest", price: "$175", rating: 5,
|
||||
reviewCount: "124", imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-with-green-leaves-inside-vase_114579-1439.jpg", imageAlt: "Autumn Harvest arrangement"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Bridal Collection",
|
||||
name: "Eternal Elegance",
|
||||
price: "$285",
|
||||
rating: 5,
|
||||
reviewCount: "267",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/pink-fresh-tulips-wooden-table-top-view_169016-50656.jpg",
|
||||
imageAlt: "Eternal Elegance arrangement"
|
||||
id: "6", brand: "Bridal Collection", name: "Eternal Elegance", price: "$285", rating: 5,
|
||||
reviewCount: "267", imageSrc: "https://img.b2bpic.net/free-photo/pink-fresh-tulips-wooden-table-top-view_169016-50656.jpg", imageAlt: "Eternal Elegance arrangement"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -120,24 +83,12 @@ export default function ArrangementsPage() {
|
||||
tag="Seasonal"
|
||||
products={[
|
||||
{
|
||||
id: "7",
|
||||
brand: "Spring Collection",
|
||||
name: "Garden Fresh",
|
||||
price: "$155",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg",
|
||||
imageAlt: "Garden Fresh arrangement"
|
||||
id: "7", brand: "Spring Collection", name: "Garden Fresh", price: "$155", rating: 5,
|
||||
reviewCount: "89", imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Garden Fresh arrangement"
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
brand: "Summer Collection",
|
||||
name: "Tropical Paradise",
|
||||
price: "$195",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17304.jpg",
|
||||
imageAlt: "Tropical Paradise arrangement"
|
||||
id: "8", brand: "Summer Collection", name: "Tropical Paradise", price: "$195", rating: 5,
|
||||
reviewCount: "156", imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17304.jpg", imageAlt: "Tropical Paradise arrangement"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -157,24 +108,12 @@ export default function ArrangementsPage() {
|
||||
tag="Wedding Specials"
|
||||
products={[
|
||||
{
|
||||
id: "9",
|
||||
brand: "Bridal Package",
|
||||
name: "Complete Wedding Set",
|
||||
price: "$850",
|
||||
rating: 5,
|
||||
reviewCount: "78",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg",
|
||||
imageAlt: "Complete Wedding Set"
|
||||
id: "9", brand: "Bridal Package", name: "Complete Wedding Set", price: "$850", rating: 5,
|
||||
reviewCount: "78", imageSrc: "https://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg", imageAlt: "Complete Wedding Set"
|
||||
},
|
||||
{
|
||||
id: "10",
|
||||
brand: "Reception Package",
|
||||
name: "Centerpiece Collection",
|
||||
price: "$425",
|
||||
rating: 5,
|
||||
reviewCount: "112",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg",
|
||||
imageAlt: "Centerpiece Collection"
|
||||
id: "10", brand: "Reception Package", name: "Centerpiece Collection", price: "$425", rating: 5,
|
||||
reviewCount: "112", imageSrc: "https://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg", imageAlt: "Centerpiece Collection"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -192,24 +131,21 @@ export default function ArrangementsPage() {
|
||||
copyrightText="© 2025 Bella Flowers Studio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Arrangements", href: "/arrangements" },
|
||||
{ label: "Custom Orders", href: "/services" },
|
||||
{ label: "Corporate Gifts", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Delivery Info", href: "/contact" },
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" }
|
||||
|
||||
@@ -31,8 +31,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact"
|
||||
text: "Book Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,6 +58,7 @@ export default function ContactPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17371.jpg"
|
||||
imageAlt="Bella Flowers Studio workspace"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Subscribe Now"
|
||||
termsText="We respect your privacy and will never share your information. You can unsubscribe at any time."
|
||||
@@ -81,24 +81,21 @@ export default function ContactPage() {
|
||||
copyrightText="© 2025 Bella Flowers Studio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Arrangements", href: "/arrangements" },
|
||||
{ label: "Custom Orders", href: "/services" },
|
||||
{ label: "Corporate Gifts", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Delivery Info", href: "/contact" },
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" }
|
||||
|
||||
@@ -4,40 +4,27 @@ import { Work_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const workSans = Work_Sans({
|
||||
variable: "--font-work-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-work-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Bella Flowers Studio - Premium Floral Arrangements",
|
||||
description: "Discover exquisite floral arrangements for weddings, events, and celebrations at Bella Flowers Studio. Premium blooms, expert design, and exceptional service.",
|
||||
keywords: "flowers, floral arrangements, wedding flowers, florist, bouquet, events, celebrations",
|
||||
metadataBase: new URL("https://bellaflowersstudio.com"),
|
||||
title: "Bella Flowers Studio - Premium Floral Arrangements", description: "Discover exquisite floral arrangements for weddings, events, and celebrations at Bella Flowers Studio. Premium blooms, expert design, and exceptional service.", keywords: "flowers, floral arrangements, wedding flowers, florist, bouquet, events, celebrations", metadataBase: new URL("https://bellaflowersstudio.com"),
|
||||
alternates: {
|
||||
canonical: "https://bellaflowersstudio.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Bella Flowers Studio - Premium Floral Arrangements",
|
||||
description: "Discover exquisite floral arrangements for weddings, events, and celebrations at Bella Flowers Studio.",
|
||||
siteName: "Bella Flowers Studio",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Bella Flowers Studio - Premium Floral Arrangements", description: "Discover exquisite floral arrangements for weddings, events, and celebrations at Bella Flowers Studio.", siteName: "Bella Flowers Studio", type: "website", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-with-green-leaves-inside-vase_114579-1439.jpg",
|
||||
alt: "Bella Flowers Studio - Premium Arrangements"
|
||||
url: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-with-green-leaves-inside-vase_114579-1439.jpg", alt: "Bella Flowers Studio - Premium Arrangements"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Bella Flowers Studio - Premium Floral Arrangements",
|
||||
description: "Exquisite floral artistry for every occasion",
|
||||
images: ["https://img.b2bpic.net/free-photo/bouquet-pink-roses-with-green-leaves-inside-vase_114579-1439.jpg"]
|
||||
card: "summary_large_image", title: "Bella Flowers Studio - Premium Floral Arrangements", description: "Exquisite floral artistry for every occasion", images: ["https://img.b2bpic.net/free-photo/bouquet-pink-roses-with-green-leaves-inside-vase_114579-1439.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
107
src/app/page.tsx
107
src/app/page.tsx
@@ -36,8 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact"
|
||||
text: "Book Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,44 +75,20 @@ export default function HomePage() {
|
||||
tag="Our Collections"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Premium Collection",
|
||||
name: "Classic White Romance",
|
||||
price: "$185",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg",
|
||||
imageAlt: "Classic White Romance arrangement"
|
||||
id: "1", brand: "Premium Collection", name: "Classic White Romance", price: "$185", rating: 5,
|
||||
reviewCount: "342", imageSrc: "https://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg", imageAlt: "Classic White Romance arrangement"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Luxury Line",
|
||||
name: "Deep Red Passion",
|
||||
price: "$225",
|
||||
rating: 5,
|
||||
reviewCount: "289",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg",
|
||||
imageAlt: "Deep Red Passion arrangement"
|
||||
id: "2", brand: "Luxury Line", name: "Deep Red Passion", price: "$225", rating: 5,
|
||||
reviewCount: "289", imageSrc: "https://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg", imageAlt: "Deep Red Passion arrangement"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Signature Series",
|
||||
name: "Spring Celebration",
|
||||
price: "$165",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg",
|
||||
imageAlt: "Spring Celebration arrangement"
|
||||
id: "3", brand: "Signature Series", name: "Spring Celebration", price: "$165", rating: 5,
|
||||
reviewCount: "156", imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Spring Celebration arrangement"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Garden Collection",
|
||||
name: "Sunny Bliss",
|
||||
price: "$145",
|
||||
rating: 5,
|
||||
reviewCount: "198",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17304.jpg",
|
||||
imageAlt: "Sunny Bliss arrangement"
|
||||
id: "4", brand: "Garden Collection", name: "Sunny Bliss", price: "$145", rating: 5,
|
||||
reviewCount: "198", imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17304.jpg", imageAlt: "Sunny Bliss arrangement"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -133,58 +108,28 @@ export default function HomePage() {
|
||||
tag="Client Stories"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Bride",
|
||||
company: "2024 Wedding",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg",
|
||||
imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", role: "Bride", company: "2024 Wedding", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica Chen",
|
||||
role: "Event Planner",
|
||||
company: "Stellar Events",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
imageAlt: "Jessica Chen"
|
||||
id: "2", name: "Jessica Chen", role: "Event Planner", company: "Stellar Events", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Rodriguez",
|
||||
role: "Corporate Manager",
|
||||
company: "Tech Innovations Inc",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
|
||||
imageAlt: "Michael Rodriguez"
|
||||
id: "3", name: "Michael Rodriguez", role: "Corporate Manager", company: "Tech Innovations Inc", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Watson",
|
||||
role: "Interior Designer",
|
||||
company: "Design Studio",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg",
|
||||
imageAlt: "Emily Watson"
|
||||
id: "4", name: "Emily Watson", role: "Interior Designer", company: "Design Studio", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", imageAlt: "Emily Watson"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Thompson",
|
||||
role: "Hotel Manager",
|
||||
company: "Luxury Hotels Group",
|
||||
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: "David Thompson"
|
||||
id: "5", name: "David Thompson", role: "Hotel Manager", company: "Luxury Hotels Group", 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: "David Thompson"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Amanda Foster",
|
||||
role: "Boutique Owner",
|
||||
company: "Rose Boutique",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
|
||||
imageAlt: "Amanda Foster"
|
||||
id: "6", name: "Amanda Foster", role: "Boutique Owner", company: "Rose Boutique", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Amanda Foster"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -204,6 +149,7 @@ export default function HomePage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17371.jpg"
|
||||
imageAlt="Bella Flowers Studio workspace"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
@@ -215,24 +161,21 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 Bella Flowers Studio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Arrangements", href: "/arrangements" },
|
||||
{ label: "Custom Orders", href: "/services" },
|
||||
{ label: "Corporate Gifts", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Delivery Info", href: "/contact" },
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" }
|
||||
|
||||
@@ -31,8 +31,7 @@ export default function ServicesPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact"
|
||||
text: "Book Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,34 +54,16 @@ export default function ServicesPage() {
|
||||
tag="Weddings"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Bridal Service",
|
||||
name: "Bridal Bouquet Design",
|
||||
price: "From $185",
|
||||
rating: 5,
|
||||
reviewCount: "289",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg",
|
||||
imageAlt: "Bridal Bouquet Design"
|
||||
id: "1", brand: "Bridal Service", name: "Bridal Bouquet Design", price: "From $185", rating: 5,
|
||||
reviewCount: "289", imageSrc: "https://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg", imageAlt: "Bridal Bouquet Design"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Ceremony Service",
|
||||
name: "Ceremony Decoration",
|
||||
price: "From $450",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg",
|
||||
imageAlt: "Ceremony Decoration"
|
||||
id: "2", brand: "Ceremony Service", name: "Ceremony Decoration", price: "From $450", rating: 5,
|
||||
reviewCount: "156", imageSrc: "https://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg", imageAlt: "Ceremony Decoration"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Reception Service",
|
||||
name: "Reception Centerpieces",
|
||||
price: "From $85",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg",
|
||||
imageAlt: "Reception Centerpieces"
|
||||
id: "3", brand: "Reception Service", name: "Reception Centerpieces", price: "From $85", rating: 5,
|
||||
reviewCount: "342", imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Reception Centerpieces"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -102,24 +83,12 @@ export default function ServicesPage() {
|
||||
tag="Corporate"
|
||||
products={[
|
||||
{
|
||||
id: "4",
|
||||
brand: "Corporate Service",
|
||||
name: "Office Weekly Arrangements",
|
||||
price: "From $125",
|
||||
rating: 5,
|
||||
reviewCount: "198",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17304.jpg",
|
||||
imageAlt: "Office Weekly Arrangements"
|
||||
id: "4", brand: "Corporate Service", name: "Office Weekly Arrangements", price: "From $125", rating: 5,
|
||||
reviewCount: "198", imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17304.jpg", imageAlt: "Office Weekly Arrangements"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Event Service",
|
||||
name: "Corporate Event Florals",
|
||||
price: "From $350",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-with-green-leaves-inside-vase_114579-1439.jpg",
|
||||
imageAlt: "Corporate Event Florals"
|
||||
id: "5", brand: "Event Service", name: "Corporate Event Florals", price: "From $350", rating: 5,
|
||||
reviewCount: "124", imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-with-green-leaves-inside-vase_114579-1439.jpg", imageAlt: "Corporate Event Florals"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -139,24 +108,12 @@ export default function ServicesPage() {
|
||||
tag="Special Occasions"
|
||||
products={[
|
||||
{
|
||||
id: "6",
|
||||
brand: "Holiday Service",
|
||||
name: "Holiday Arrangements",
|
||||
price: "From $95",
|
||||
rating: 5,
|
||||
reviewCount: "267",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/pink-fresh-tulips-wooden-table-top-view_169016-50656.jpg",
|
||||
imageAlt: "Holiday Arrangements"
|
||||
id: "6", brand: "Holiday Service", name: "Holiday Arrangements", price: "From $95", rating: 5,
|
||||
reviewCount: "267", imageSrc: "https://img.b2bpic.net/free-photo/pink-fresh-tulips-wooden-table-top-view_169016-50656.jpg", imageAlt: "Holiday Arrangements"
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
brand: "Custom Service",
|
||||
name: "Custom Event Design",
|
||||
price: "Quote Required",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17371.jpg",
|
||||
imageAlt: "Custom Event Design"
|
||||
id: "7", brand: "Custom Service", name: "Custom Event Design", price: "Quote Required", rating: 5,
|
||||
reviewCount: "89", imageSrc: "https://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17371.jpg", imageAlt: "Custom Event Design"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -174,24 +131,21 @@ export default function ServicesPage() {
|
||||
copyrightText="© 2025 Bella Flowers Studio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Arrangements", href: "/arrangements" },
|
||||
{ label: "Custom Orders", href: "/services" },
|
||||
{ label: "Corporate Gifts", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Delivery Info", href: "/contact" },
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user