Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-04 16:25:13 +00:00

View File

@@ -63,35 +63,35 @@ export default function LandingPage() {
handle: "@sarahj",
testimonial: "The best soft serve I have ever had! The staff is incredibly friendly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/boy-picking-donut-with-chocolate_23-2147624699.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/boy-picking-donut-with-chocolate_23-2147624699.jpg?_wi=1",
},
{
name: "Mike D.",
handle: "@miked",
testimonial: "Ordered a custom cake for my daughter's birthday and it was perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-park_23-2148162599.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-park_23-2148162599.jpg?_wi=1",
},
{
name: "Emily R.",
handle: "@emilyr",
testimonial: "Local favorite for a reason. Great variety and fast service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-girl-pink-denim-jacket-smiles-sincerely-outdoors-happy-pretty-shorthaired-woman-walks-outside_197531-29548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-girl-pink-denim-jacket-smiles-sincerely-outdoors-happy-pretty-shorthaired-woman-walks-outside_197531-29548.jpg?_wi=1",
},
{
name: "Tom B.",
handle: "@tomb",
testimonial: "Excellent quality ice cream cakes, highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-wine-posing-outdoor-party_23-2149366204.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-wine-posing-outdoor-party_23-2149366204.jpg?_wi=1",
},
{
name: "Jane K.",
handle: "@janek",
testimonial: "Love coming here after dinner with the whole family.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-ice-cream-cones_23-2149426774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-ice-cream-cones_23-2149426774.jpg?_wi=1",
},
]}
buttons={[
@@ -269,7 +269,7 @@ export default function LandingPage() {
handle: "@sarahj",
testimonial: "Simply the best, never disappointed!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/boy-picking-donut-with-chocolate_23-2147624699.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/boy-picking-donut-with-chocolate_23-2147624699.jpg?_wi=2",
},
{
id: "t2",
@@ -277,7 +277,7 @@ export default function LandingPage() {
handle: "@miked",
testimonial: "Custom cake was incredible!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-park_23-2148162599.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-park_23-2148162599.jpg?_wi=2",
},
{
id: "t3",
@@ -285,7 +285,7 @@ export default function LandingPage() {
handle: "@emilyr",
testimonial: "Best ice cream in Oyster Bay.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-girl-pink-denim-jacket-smiles-sincerely-outdoors-happy-pretty-shorthaired-woman-walks-outside_197531-29548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-girl-pink-denim-jacket-smiles-sincerely-outdoors-happy-pretty-shorthaired-woman-walks-outside_197531-29548.jpg?_wi=2",
},
{
id: "t4",
@@ -293,7 +293,7 @@ export default function LandingPage() {
handle: "@tomb",
testimonial: "Amazing service every single time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-wine-posing-outdoor-party_23-2149366204.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-wine-posing-outdoor-party_23-2149366204.jpg?_wi=2",
},
{
id: "t5",
@@ -301,7 +301,7 @@ export default function LandingPage() {
handle: "@janek",
testimonial: "Great atmosphere for families.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-ice-cream-cones_23-2149426774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-ice-cream-cones_23-2149426774.jpg?_wi=2",
},
]}
showRating={true}