diff --git a/src/app/arrangements/page.tsx b/src/app/arrangements/page.tsx index 43837ea..473df14 100644 --- a/src/app/arrangements/page.tsx +++ b/src/app/arrangements/page.tsx @@ -49,7 +49,6 @@ export default function ArrangementsPage() { buttons={[ { text: "Browse by Occasion", href: "#products" } ]} - useInvertedBackground="noInvert" /> @@ -59,44 +58,20 @@ export default function ArrangementsPage() { description="Handpicked collections for weddings, events, gifts, and everyday joy." products={[ { - id: "1", - brand: "Rose Studio", - 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: "1", brand: "Rose Studio", 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", - brand: "Rose Studio", - 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: "2", brand: "Rose Studio", 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", - brand: "Rose Studio", - 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: "3", brand: "Rose Studio", 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", - brand: "Rose Studio", - 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" + id: "4", brand: "Rose Studio", 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" @@ -121,8 +96,7 @@ export default function ArrangementsPage() { logoText="Rose" columns={[ { - title: "Collections", - items: [ + title: "Collections", items: [ { label: "Wedding Flowers", href: "/arrangements" }, { label: "Event Design", href: "/arrangements" }, { label: "Everyday Arrangements", href: "/arrangements" }, @@ -130,8 +104,7 @@ export default function ArrangementsPage() { ] }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Custom Design", href: "/services" }, { label: "Delivery", href: "/services" }, { label: "Subscriptions", href: "/services" }, @@ -139,8 +112,7 @@ export default function ArrangementsPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Gallery", href: "/gallery" }, { label: "Blog", href: "/" }, @@ -148,8 +120,7 @@ export default function ArrangementsPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Pinterest", href: "https://pinterest.com" },