Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-26 18:10:43 +00:00

View File

@@ -46,13 +46,13 @@ export default function LandingPage() {
title="Welcome to Cloves Cafe"
description="Experience the finest specialty coffees and artisanal pastries in the heart of Gaziantep. A cozy sanctuary for coffee lovers."
testimonials={[
{ name: "Zeynep Y.", handle: "@zeynepy", testimonial: "The best coffee in Gaziantep! Absolutely lovely atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg", imageAlt: "cozy cafe interior warm lighting" },
{ name: "Zeynep Y.", handle: "@zeynepy", testimonial: "The best coffee in Gaziantep! Absolutely lovely atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting" },
{ name: "Ahmet K.", handle: "@ahmetk", testimonial: "Fantastic service and delicious pastries. Highly recommend the macchiato.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-giving-coffee-his-customers-while-serving-them-coffee-shop_637285-3991.jpg", imageAlt: "cozy cafe interior warm lighting" },
{ name: "Selin A.", handle: "@selina", testimonial: "Great place to work and enjoy a quiet morning coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg", imageAlt: "cozy cafe interior warm lighting" },
{ name: "Mehmet D.", handle: "@mehmetd", testimonial: "Friendly baristas and truly artisanal coffee experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg", imageAlt: "cozy cafe interior warm lighting" },
{ name: "Ayşe E.", handle: "@aysee", testimonial: "Beautiful interior and consistent quality every single visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/muffins-served-with-coffee_23-2147693700.jpg", imageAlt: "cozy cafe interior warm lighting" },
{ name: "Selin A.", handle: "@selina", testimonial: "Great place to work and enjoy a quiet morning coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting" },
{ name: "Mehmet D.", handle: "@mehmetd", testimonial: "Friendly baristas and truly artisanal coffee experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting" },
{ name: "Ayşe E.", handle: "@aysee", testimonial: "Beautiful interior and consistent quality every single visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/muffins-served-with-coffee_23-2147693700.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting" },
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27376.jpg?_wi=2"
imageAlt="Cloves Cafe atmosphere"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14731.jpg", alt: "Customer profile 1" },
@@ -104,9 +104,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Classic Cappuccino", price: "60₺", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg" },
{ id: "p2", name: "Signature Espresso", price: "45₺", imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg" },
{ id: "p3", name: "Flat White", price: "70₺", imageSrc: "http://img.b2bpic.net/free-photo/muffins-served-with-coffee_23-2147693700.jpg" },
{ id: "p1", name: "Classic Cappuccino", price: "60₺", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg?_wi=2" },
{ id: "p2", name: "Signature Espresso", price: "45₺", imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg?_wi=2" },
{ id: "p3", name: "Flat White", price: "70₺", imageSrc: "http://img.b2bpic.net/free-photo/muffins-served-with-coffee_23-2147693700.jpg?_wi=2" },
{ id: "p4", name: "Specialty Pour Over", price: "85₺", imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709915.jpg" },
{ id: "p5", name: "Matcha Latte", price: "90₺", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-latte_1339-1040.jpg" },
{ id: "p6", name: "Artisan Muffin", price: "55₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-herbal-tea-freshly-cooked-eggs-salad-bacon-toast-plate-table_23-2148067047.jpg" },