Merge version_1 into main #1

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

View File

@@ -64,35 +64,35 @@ export default function LandingPage() {
handle: "@aneliya",
testimonial: "One of those places you want to return to again and again! Cozy, delicious, and the presentation is simply magnificent.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg?_wi=1",
},
{
name: "Perizat",
handle: "@perizat",
testimonial: "I love their service, the design, and the food. It's a pleasure to spend time here with friends.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg?_wi=1",
},
{
name: "Eldar",
handle: "@eldar_coffee",
testimonial: "The best espresso in town, bar none. The attention to detail is evident in every cup.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=1",
},
{
name: "Sabina",
handle: "@sabina_cafe",
testimonial: "Beautiful interior and very tasty breakfast options. Will definitely return!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35714.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35714.jpg?_wi=1",
},
{
name: "Arman",
handle: "@arman_local",
testimonial: "Perfect place for morning catch-ups with friends. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-restaurant-shaking-her-friend39s-hand_114579-92516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-restaurant-shaking-her-friend39s-hand_114579-92516.jpg?_wi=1",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg"
@@ -257,7 +257,7 @@ export default function LandingPage() {
handle: "@aneliya",
testimonial: "The service is outstanding. The attention to detail is felt in every sip.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg?_wi=2",
},
{
id: "2",
@@ -265,7 +265,7 @@ export default function LandingPage() {
handle: "@perizat",
testimonial: "Excellent coffee! The spicy cherry coffee is a absolute must-try.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg?_wi=2",
},
{
id: "3",
@@ -273,7 +273,7 @@ export default function LandingPage() {
handle: "@localexpert",
testimonial: "Nice atmosphere and the staff is very professional and pleasant.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=2",
},
{
id: "4",
@@ -281,7 +281,7 @@ export default function LandingPage() {
handle: "@coffeeaddict",
testimonial: "Beautiful interior and very tasty breakfast options. Will definitely return!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35714.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35714.jpg?_wi=2",
},
{
id: "5",
@@ -289,7 +289,7 @@ export default function LandingPage() {
handle: "@breakfastlover",
testimonial: "Perfect place for morning catch-ups with friends. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-restaurant-shaking-her-friend39s-hand_114579-92516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-restaurant-shaking-her-friend39s-hand_114579-92516.jpg?_wi=2",
},
]}
showRating={true}