diff --git a/src/app/winners/page.tsx b/src/app/winners/page.tsx
index 6cb1123..a17b378 100644
--- a/src/app/winners/page.tsx
+++ b/src/app/winners/page.tsx
@@ -27,41 +27,25 @@ export default function LandingPage() {
@@ -71,50 +55,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- title: "Dream Wine Realized!",
- quote: "Winning the Pétrus 2000 was absolutely incredible! FineWine Raffles made my dream come true, and the process was so straightforward.",
- name: "Chad M.",
- role: "Wine Collector",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-white-suit-with-embroidery-sits-windowsill-before-bright-window_8353-8275.jpg",
- imageAlt: "Chad M.",
- },
+ id: "t1", title: "Dream Wine Realized!", quote: "Winning the Pétrus 2000 was absolutely incredible! FineWine Raffles made my dream come true, and the process was so straightforward.", name: "Chad M.", role: "Wine Collector", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-white-suit-with-embroidery-sits-windowsill-before-bright-window_8353-8275.jpg", imageAlt: "Chad M."},
{
- id: "t2",
- title: "A Rare Find, Easily Won",
- quote: "I never thought I'd own a Romanée-Conti. The trivia game was fun, and the draw was transparent. Highly recommend FineWine Raffles!",
- name: "Samuel T.",
- role: "Sommelier",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-glass_23-2149272798.jpg",
- imageAlt: "Samuel T.",
- },
+ id: "t2", title: "A Rare Find, Easily Won", quote: "I never thought I'd own a Romanée-Conti. The trivia game was fun, and the draw was transparent. Highly recommend FineWine Raffles!", name: "Samuel T.", role: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-glass_23-2149272798.jpg", imageAlt: "Samuel T."},
{
- id: "t3",
- title: "Excitement and Luxury!",
- quote: "The thrill of entering and then actually winning a Château Lafite Rothschild was amazing. FineWine Raffles provides a truly unique experience.",
- name: "Emily P.",
- role: "Restaurant Owner",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-shaking-bottle-champagne_23-2147987973.jpg",
- imageAlt: "Emily P.",
- },
+ id: "t3", title: "Excitement and Luxury!", quote: "The thrill of entering and then actually winning a Château Lafite Rothschild was amazing. FineWine Raffles provides a truly unique experience.", name: "Emily P.", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-shaking-bottle-champagne_23-2147987973.jpg", imageAlt: "Emily P."},
{
- id: "t4",
- title: "My Favorite Wine Now!",
- quote: "I won a bottle of Screaming Eagle, a wine I've always admired. The platform is secure, and their communication is excellent.",
- name: "David K.",
- role: "Executive Chef",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6180.jpg",
- imageAlt: "David K.",
- },
+ id: "t4", title: "My Favorite Wine Now!", quote: "I won a bottle of Screaming Eagle, a wine I've always admired. The platform is secure, and their communication is excellent.", name: "David K.", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6180.jpg", imageAlt: "David K."},
{
- id: "t5",
- title: "Fair Play, Great Wins",
- quote: "FineWine Raffles offers legitimate chances to win truly exceptional wines. I'm now a proud owner of a Vega Sicilia Unico. Fantastic service!",
- name: "Sarah J.",
- role: "Wine Blogger",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-eating-dessert-with-fork_23-2147871276.jpg",
- imageAlt: "Sarah J.",
- },
+ id: "t5", title: "Fair Play, Great Wins", quote: "FineWine Raffles offers legitimate chances to win truly exceptional wines. I'm now a proud owner of a Vega Sicilia Unico. Fantastic service!", name: "Sarah J.", role: "Wine Blogger", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-eating-dessert-with-fork_23-2147871276.jpg", imageAlt: "Sarah J."},
]}
title="Meet Our Lucky Winners"
description="Real stories from fine wine enthusiasts who've won their dream bottles with FineWine Raffles."
@@ -125,31 +74,20 @@ export default function LandingPage() {