diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 245ed65..6abbcce 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,7 +49,6 @@ export default function ServicesPage() { buttons={[ { text: "Book a Service", href: "/contact" } ]} - useInvertedBackground="noInvert" /> @@ -63,24 +62,16 @@ export default function ServicesPage() { useInvertedBackground="invertDefault" accordionItems={[ { - id: "1", - title: "Custom Design Consultation", - content: "Meet with our master florists to design unique arrangements. We listen to your vision and create something extraordinary." + id: "1", title: "Custom Design Consultation", content: "Meet with our master florists to design unique arrangements. We listen to your vision and create something extraordinary." }, { - id: "2", - title: "Wedding & Event Flowers", - content: "Complete floral services for your special day. Bridal bouquets, centerpieces, ceremony decor, and more." + id: "2", title: "Wedding & Event Flowers", content: "Complete floral services for your special day. Bridal bouquets, centerpieces, ceremony decor, and more." }, { - id: "3", - title: "Corporate Accounts", - content: "Recurring flower delivery for offices, hotels, and businesses. Fresh blooms weekly or monthly." + id: "3", title: "Corporate Accounts", content: "Recurring flower delivery for offices, hotels, and businesses. Fresh blooms weekly or monthly." }, { - id: "4", - title: "Flower Subscriptions", - content: "Subscribe to regular deliveries of fresh seasonal flowers. Surprise someone special or brighten your own home." + id: "4", title: "Flower Subscriptions", content: "Subscribe to regular deliveries of fresh seasonal flowers. Surprise someone special or brighten your own home." } ]} /> @@ -101,8 +92,7 @@ export default function ServicesPage() { logoText="Rose" columns={[ { - title: "Collections", - items: [ + title: "Collections", items: [ { label: "Wedding Flowers", href: "/arrangements" }, { label: "Event Design", href: "/arrangements" }, { label: "Everyday Arrangements", href: "/arrangements" }, @@ -110,8 +100,7 @@ export default function ServicesPage() { ] }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Custom Design", href: "/services" }, { label: "Delivery", href: "/services" }, { label: "Subscriptions", href: "/services" }, @@ -119,8 +108,7 @@ export default function ServicesPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Gallery", href: "/gallery" }, { label: "Blog", href: "/" }, @@ -128,8 +116,7 @@ export default function ServicesPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Pinterest", href: "https://pinterest.com" },