Update src/app/services/page.tsx

This commit is contained in:
2026-01-23 13:45:51 +00:00
parent e664f3d114
commit bf96035cab

View File

@@ -49,7 +49,6 @@ export default function ServicesPage() {
buttons={[ buttons={[
{ text: "Book a Service", href: "/contact" } { text: "Book a Service", href: "/contact" }
]} ]}
useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -63,24 +62,16 @@ export default function ServicesPage() {
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
accordionItems={[ accordionItems={[
{ {
id: "1", 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."
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", id: "2", title: "Wedding & Event Flowers", content: "Complete floral services for your special day. Bridal bouquets, centerpieces, ceremony decor, and more."
title: "Wedding & Event Flowers",
content: "Complete floral services for your special day. Bridal bouquets, centerpieces, ceremony decor, and more."
}, },
{ {
id: "3", id: "3", title: "Corporate Accounts", content: "Recurring flower delivery for offices, hotels, and businesses. Fresh blooms weekly or monthly."
title: "Corporate Accounts",
content: "Recurring flower delivery for offices, hotels, and businesses. Fresh blooms weekly or monthly."
}, },
{ {
id: "4", id: "4", title: "Flower Subscriptions", content: "Subscribe to regular deliveries of fresh seasonal flowers. Surprise someone special or brighten your own home."
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" logoText="Rose"
columns={[ columns={[
{ {
title: "Collections", title: "Collections", items: [
items: [
{ label: "Wedding Flowers", href: "/arrangements" }, { label: "Wedding Flowers", href: "/arrangements" },
{ label: "Event Design", href: "/arrangements" }, { label: "Event Design", href: "/arrangements" },
{ label: "Everyday Arrangements", href: "/arrangements" }, { label: "Everyday Arrangements", href: "/arrangements" },
@@ -110,8 +100,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Custom Design", href: "/services" }, { label: "Custom Design", href: "/services" },
{ label: "Delivery", href: "/services" }, { label: "Delivery", href: "/services" },
{ label: "Subscriptions", href: "/services" }, { label: "Subscriptions", href: "/services" },
@@ -119,8 +108,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/" }, { label: "About Us", href: "/" },
{ label: "Gallery", href: "/gallery" }, { label: "Gallery", href: "/gallery" },
{ label: "Blog", href: "/" }, { label: "Blog", href: "/" },
@@ -128,8 +116,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" }, { label: "Facebook", href: "https://facebook.com" },
{ label: "Pinterest", href: "https://pinterest.com" }, { label: "Pinterest", href: "https://pinterest.com" },