Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 19:40:54 +00:00

View File

@@ -63,35 +63,35 @@ export default function LandingPage() {
handle: "@sommelier",
testimonial: "Exceptional curation. Every bottle tells a story of terroir and tradition.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-glass_23-2149428773.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-glass_23-2149428773.jpg?_wi=1",
},
{
name: "Elena Rossi",
handle: "@winelover",
testimonial: "A sanctuary for wine lovers. The quality here is simply unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306398.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306398.jpg?_wi=1",
},
{
name: "Marcus Vane",
handle: "@collector",
testimonial: "My go-to source for rare vintages. Absolutely pristine selection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg?_wi=1",
},
{
name: "Sofia Bell",
handle: "@sofi_wines",
testimonial: "The service is as exquisite as the wines. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144389.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144389.jpg?_wi=1",
},
{
name: "Leo Vance",
handle: "@leo_cellars",
testimonial: "A truly refined experience from start to finish.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine_23-2148060456.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine_23-2148060456.jpg?_wi=1",
},
]}
buttons={[
@@ -219,7 +219,7 @@ export default function LandingPage() {
handle: "@sarahwines",
testimonial: "Exquisite service, fast shipping.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-glass_23-2149428773.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-glass_23-2149428773.jpg?_wi=2",
},
{
id: "t2",
@@ -227,7 +227,7 @@ export default function LandingPage() {
handle: "@dk_vintages",
testimonial: "The best selection in the city.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306398.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306398.jpg?_wi=2",
},
{
id: "t3",
@@ -235,7 +235,7 @@ export default function LandingPage() {
handle: "@emilytastes",
testimonial: "Beautifully aged bottles, great notes.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg?_wi=2",
},
{
id: "t4",
@@ -243,7 +243,7 @@ export default function LandingPage() {
handle: "@mark_vino",
testimonial: "Incredible knowledge and advice.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144389.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144389.jpg?_wi=2",
},
{
id: "t5",
@@ -251,7 +251,7 @@ export default function LandingPage() {
handle: "@annap_somm",
testimonial: "A true treasure trove of wines.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine_23-2148060456.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine_23-2148060456.jpg?_wi=2",
},
]}
showRating={true}