Update src/app/occasions/page.tsx

This commit is contained in:
2026-03-09 10:08:01 +00:00
parent ec176b0447
commit b1c9d0b0d0

View File

@@ -57,7 +57,7 @@ export default function OccasionsPage() {
background={{
variant: "sparkles-gradient",
}}
imageSrc="http://img.b2bpic.net/free-photo/assorted-flower-arrangement-vase_209848-94.jpg"
imageSrc="http://img.b2bpic.net/free-photo/assorted-flower-arrangement-vase_209848-94.jpg?_wi=2"
imageAlt="Beautiful fresh flower bouquets for all occasions"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -71,28 +71,28 @@ export default function OccasionsPage() {
id: 1,
title: "Birthday Flowers",
description: "Brighten someone's special day with vibrant, cheerful arrangements. From classic roses to sunny sunflowers, celebrate with flowers that bring joy.",
imageSrc: "http://img.b2bpic.net/free-photo/flowers-frame_23-2148133799.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flowers-frame_23-2148133799.jpg?_wi=2",
imageAlt: "Birthday flower arrangement",
},
{
id: 2,
title: "Wedding Flowers",
description: "Create unforgettable moments with our premium wedding collections. Custom bridal bouquets, boutonnieres, and arrangements tailored to your vision.",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-bouquet-chair_1328-3434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-bouquet-chair_1328-3434.jpg?_wi=2",
imageAlt: "Luxury wedding flower arrangement",
},
{
id: 3,
title: "Funeral & Sympathy",
description: "Express your deepest condolences with dignified, respectful arrangements. Our sympathy flowers honor memories and provide comfort during difficult times.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-arrangement-with-flowers-pumpkin_169016-5625.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-arrangement-with-flowers-pumpkin_169016-5625.jpg?_wi=2",
imageAlt: "Sympathy flower arrangement",
},
{
id: 4,
title: "Anniversary & Romance",
description: "Celebrate love and lasting relationships with romantic arrangements. Timeless classics and modern designs to express your deepest affection.",
imageSrc: "http://img.b2bpic.net/free-photo/heart-shaped-bouquet-white-red-roses_140725-10945.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/heart-shaped-bouquet-white-red-roses_140725-10945.jpg?_wi=2",
imageAlt: "Anniversary flower bouquet",
},
]}