From da71faf4acab376999d4f94c0306658742e99a7e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 13:25:57 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 82 +++++++++------------------------------ 1 file changed, 18 insertions(+), 64 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 70b3913..adb00b3 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -31,8 +31,7 @@ export default function ServicesPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Book Now", - href: "/contact" + text: "Book Now", href: "/contact" }} /> @@ -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: "#" }