diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 6fe6813..0a426db 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -25,30 +25,13 @@ export default function LandingPage() {
@@ -59,46 +42,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Bridal Bouquet",
- quote: "Stunning ivory roses.",
- name: "Anjali V.",
- role: "Bride",
- imageSrc: "http://img.b2bpic.net/free-photo/white-surface-with-several-flowers-romantic-heart_23-2147601282.jpg",
- },
- {
- id: "2",
- title: "Flower Crown",
- quote: "Beautifully handcrafted.",
- name: "Sonia R.",
- role: "Bride",
- imageSrc: "http://img.b2bpic.net/free-photo/wedding-day-details-bridal-bouquet-shoes-accessories_23-2151976648.jpg",
- },
- {
- id: "3",
- title: "Ring Cushion",
- quote: "Exquisite details.",
- name: "Meera K.",
- role: "Bride",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-ruler-crown_23-2150248847.jpg",
- },
- {
- id: "4",
- title: "Boutonniere",
- quote: "Perfect accent.",
- name: "Kiran S.",
- role: "Groom",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g22xro",
- },
- {
- id: "5",
- title: "Coordinated Set",
- quote: "Loved the matching set.",
- name: "Neha P.",
- role: "Bride",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-ruler-crown_23-2150248845.jpg",
- },
+ { id: "1", title: "Bridal Bouquet", quote: "Stunning ivory roses.", name: "Anjali V.", role: "Bride", imageSrc: "http://img.b2bpic.net/free-photo/white-surface-with-several-flowers-romantic-heart_23-2147601282.jpg" },
+ { id: "2", title: "Flower Crown", quote: "Beautifully handcrafted.", name: "Sonia R.", role: "Bride", imageSrc: "http://img.b2bpic.net/free-photo/wedding-day-details-bridal-bouquet-shoes-accessories_23-2151976648.jpg" },
+ { id: "3", title: "Ring Cushion", quote: "Exquisite details.", name: "Meera K.", role: "Bride", imageSrc: "http://img.b2bpic.net/free-photo/still-life-ruler-crown_23-2150248847.jpg" },
+ { id: "4", title: "Boutonniere", quote: "Perfect accent.", name: "Kiran S.", role: "Groom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g22xro" },
+ { id: "5", title: "Coordinated Set", quote: "Loved the matching set.", name: "Neha P.", role: "Bride", imageSrc: "http://img.b2bpic.net/free-photo/still-life-ruler-crown_23-2150248845.jpg" }
]}
title="Wedding Gallery"
description="Moments of beauty captured with our forever floral collection."
@@ -112,70 +60,17 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Impact"
description="Numbers that speak for our quality."
- metrics={[
- {
- id: "m1",
- value: "500+",
- title: "Happy Brides",
- description: "Satisfied customers in Bangalore.",
- imageSrc: "http://img.b2bpic.net/free-photo/wrapped-gift-boxes-with-baby-s-breath-flowers-tag-with-candles-scissor-wedding-rings_23-2147936485.jpg",
- },
- ]}
+ metrics={[{ id: "m1", value: "500+", title: "Happy Brides", description: "Satisfied customers in Bangalore.", imageSrc: "http://img.b2bpic.net/free-photo/wrapped-gift-boxes-with-baby-s-breath-flowers-tag-with-candles-scissor-wedding-rings_23-2147936485.jpg" }]}
/>
);
-}
+}
\ No newline at end of file