Update src/app/arrangements/page.tsx

This commit is contained in:
2026-01-23 13:45:46 +00:00
parent 64896c8a57
commit 7c02d36725

View File

@@ -49,7 +49,6 @@ export default function ArrangementsPage() {
buttons={[ buttons={[
{ text: "Browse by Occasion", href: "#products" } { text: "Browse by Occasion", href: "#products" }
]} ]}
useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -59,44 +58,20 @@ export default function ArrangementsPage() {
description="Handpicked collections for weddings, events, gifts, and everyday joy." description="Handpicked collections for weddings, events, gifts, and everyday joy."
products={[ products={[
{ {
id: "1", id: "1", brand: "Rose Studio", name: "Romantic Red Rose Bouquet", price: "$89.00", rating: 5,
brand: "Rose Studio", reviewCount: "342", imageSrc: "https://img.b2bpic.net/free-photo/vase-with-decorative-flowers_1203-1640.jpg", imageAlt: "Red roses"
name: "Romantic Red Rose Bouquet",
price: "$89.00",
rating: 5,
reviewCount: "342",
imageSrc: "https://img.b2bpic.net/free-photo/vase-with-decorative-flowers_1203-1640.jpg",
imageAlt: "Red roses"
}, },
{ {
id: "2", id: "2", brand: "Rose Studio", name: "Spring Celebration Arrangement", price: "$75.00", rating: 5,
brand: "Rose Studio", reviewCount: "218", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-flowers-blue-surface_23-2147609383.jpg", imageAlt: "Spring tulips"
name: "Spring Celebration Arrangement",
price: "$75.00",
rating: 5,
reviewCount: "218",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-flowers-blue-surface_23-2147609383.jpg",
imageAlt: "Spring tulips"
}, },
{ {
id: "3", id: "3", brand: "Rose Studio", name: "Sunshine Sunflower Bundle", price: "$72.00", rating: 5,
brand: "Rose Studio", reviewCount: "195", imageSrc: "https://img.b2bpic.net/free-photo/wedding-bouquet-wooden-piece-with-white-candles_114579-2065.jpg", imageAlt: "Sunflower arrangement"
name: "Sunshine Sunflower Bundle",
price: "$72.00",
rating: 5,
reviewCount: "195",
imageSrc: "https://img.b2bpic.net/free-photo/wedding-bouquet-wooden-piece-with-white-candles_114579-2065.jpg",
imageAlt: "Sunflower arrangement"
}, },
{ {
id: "4", id: "4", brand: "Rose Studio", name: "Peony Paradise Collection", price: "$95.00", rating: 5,
brand: "Rose Studio", reviewCount: "267", imageSrc: "https://img.b2bpic.net/free-vector/elegant-wedding-invitation-card-with-beautiful-floral_21799-2713.jpg", imageAlt: "Pink peonies"
name: "Peony Paradise Collection",
price: "$95.00",
rating: 5,
reviewCount: "267",
imageSrc: "https://img.b2bpic.net/free-vector/elegant-wedding-invitation-card-with-beautiful-floral_21799-2713.jpg",
imageAlt: "Pink peonies"
} }
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
@@ -121,8 +96,7 @@ export default function ArrangementsPage() {
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" },
@@ -130,8 +104,7 @@ export default function ArrangementsPage() {
] ]
}, },
{ {
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" },
@@ -139,8 +112,7 @@ export default function ArrangementsPage() {
] ]
}, },
{ {
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: "/" },
@@ -148,8 +120,7 @@ export default function ArrangementsPage() {
] ]
}, },
{ {
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" },