Update src/app/gallery/page.tsx
This commit is contained in:
@@ -45,7 +45,6 @@ export default function GalleryPage() {
|
|||||||
imageAlt="Rose gallery showcase"
|
imageAlt="Rose gallery showcase"
|
||||||
textPosition="center"
|
textPosition="center"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -55,36 +54,16 @@ export default function GalleryPage() {
|
|||||||
description="A selection of our most celebrated floral arrangements and event installations."
|
description="A selection of our most celebrated floral arrangements and event installations."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", category: "Romantic", title: "Scarlet Romance - Red Rose Centerpiece", excerpt: "A timeless arrangement of premium red roses perfect for anniversaries and romantic celebrations.", imageSrc: "https://img.b2bpic.net/free-photo/vase-with-decorative-flowers_1203-1640.jpg", imageAlt: "Red rose arrangement"
|
||||||
category: "Romantic",
|
|
||||||
title: "Scarlet Romance - Red Rose Centerpiece",
|
|
||||||
excerpt: "A timeless arrangement of premium red roses perfect for anniversaries and romantic celebrations.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/vase-with-decorative-flowers_1203-1640.jpg",
|
|
||||||
imageAlt: "Red rose arrangement"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", category: "Spring", title: "Spring Awakening - Vibrant Tulip Mix", excerpt: "Celebrate the season with our colorful tulip arrangements featuring soft pastels and bold hues.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-flowers-blue-surface_23-2147609383.jpg", imageAlt: "Spring tulip arrangement"
|
||||||
category: "Spring",
|
|
||||||
title: "Spring Awakening - Vibrant Tulip Mix",
|
|
||||||
excerpt: "Celebrate the season with our colorful tulip arrangements featuring soft pastels and bold hues.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-flowers-blue-surface_23-2147609383.jpg",
|
|
||||||
imageAlt: "Spring tulip arrangement"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", category: "Joyful", title: "Sunshine Bliss - Sunflower Installation", excerpt: "Brighten any space with our cheerful sunflower designs that radiate happiness and warmth.", imageSrc: "https://img.b2bpic.net/free-photo/wedding-bouquet-wooden-piece-with-white-candles_114579-2065.jpg", imageAlt: "Sunflower arrangement"
|
||||||
category: "Joyful",
|
|
||||||
title: "Sunshine Bliss - Sunflower Installation",
|
|
||||||
excerpt: "Brighten any space with our cheerful sunflower designs that radiate happiness and warmth.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/wedding-bouquet-wooden-piece-with-white-candles_114579-2065.jpg",
|
|
||||||
imageAlt: "Sunflower arrangement"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", category: "Luxury", title: "Peony Paradise - Premium Pink Collection", excerpt: "Elegant peonies arranged in our signature style for the most discerning floral enthusiasts.", imageSrc: "https://img.b2bpic.net/free-vector/elegant-wedding-invitation-card-with-beautiful-floral_21799-2713.jpg", imageAlt: "Pink peony arrangement"
|
||||||
category: "Luxury",
|
|
||||||
title: "Peony Paradise - Premium Pink Collection",
|
|
||||||
excerpt: "Elegant peonies arranged in our signature style for the most discerning floral enthusiasts.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-vector/elegant-wedding-invitation-card-with-beautiful-floral_21799-2713.jpg",
|
|
||||||
imageAlt: "Pink peony arrangement"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -98,8 +77,7 @@ export default function GalleryPage() {
|
|||||||
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" },
|
||||||
@@ -107,8 +85,7 @@ export default function GalleryPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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" },
|
||||||
@@ -116,8 +93,7 @@ export default function GalleryPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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: "/" },
|
||||||
@@ -125,8 +101,7 @@ export default function GalleryPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user