Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-02 08:50:29 +00:00

View File

@@ -66,35 +66,35 @@ export default function LandingPage() {
handle: "@annas",
testimonial: "The best dining experience in town. Truly unforgettable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg?_wi=1",
},
{
name: "James L.",
handle: "@jamesl",
testimonial: "Fresh, locally sourced and beautifully presented.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg?_wi=1",
},
{
name: "Elena R.",
handle: "@elenar",
testimonial: "Absolutely divine flavors in every bite.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=1",
},
{
name: "Marcus T.",
handle: "@marcust",
testimonial: "A masterclass in modern fine dining.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg?_wi=1",
},
{
name: "Sophie H.",
handle: "@sophieh",
testimonial: "Exquisite attention to detail and ambiance.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg?_wi=1",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3621.jpg"
@@ -246,7 +246,7 @@ export default function LandingPage() {
handle: "@mariac",
testimonial: "Everything was perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg?_wi=2",
},
{
id: "2",
@@ -254,7 +254,7 @@ export default function LandingPage() {
handle: "@johnd",
testimonial: "Exceptional service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg?_wi=2",
},
{
id: "3",
@@ -262,7 +262,7 @@ export default function LandingPage() {
handle: "@sarahp",
testimonial: "Highly recommended spot.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=2",
},
{
id: "4",
@@ -270,7 +270,7 @@ export default function LandingPage() {
handle: "@kevinb",
testimonial: "Incredible flavor profiles.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg?_wi=2",
},
{
id: "5",
@@ -278,7 +278,7 @@ export default function LandingPage() {
handle: "@lindam",
testimonial: "My new favorite place.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg?_wi=2",
},
]}
showRating={true}