Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
handle: "@sarahbakery",
|
||||
testimonial: "The best cakes I've had in Tbilisi, absolutely incredible quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loaves-bread-with-price-tag_23-2147975216.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loaves-bread-with-price-tag_23-2147975216.jpg?_wi=1",
|
||||
imageAlt: "fresh artisan bakery display",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
handle: "@foodie_tbilisi",
|
||||
testimonial: "Madart is my go-to for special occasions. Consistent perfection.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-donuts-sprinkled-with-powder-sugar_140725-6874.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-donuts-sprinkled-with-powder-sugar_140725-6874.jpg?_wi=1",
|
||||
imageAlt: "fresh artisan bakery display",
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
handle: "@elena_loves",
|
||||
testimonial: "Dedicated service and the most delicious Khachapuri in town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-traditional-cake_23-2148395151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-traditional-cake_23-2148395151.jpg?_wi=1",
|
||||
imageAlt: "fresh artisan bakery display",
|
||||
},
|
||||
{
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
handle: "@georgia_tastes",
|
||||
testimonial: "Quality that hasn't changed in ten years. Truly wonderful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-bread-with-fried-egg_114579-3170.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-bread-with-fried-egg_114579-3170.jpg?_wi=1",
|
||||
imageAlt: "fresh artisan bakery display",
|
||||
},
|
||||
{
|
||||
@@ -98,11 +98,11 @@ export default function LandingPage() {
|
||||
handle: "@nino_cake",
|
||||
testimonial: "Simply the best, my kids love the chocolate banana cake!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-surface_140725-90638.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-surface_140725-90638.jpg?_wi=1",
|
||||
imageAlt: "fresh artisan bakery display",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/loaves-bread-with-price-tag_23-2147975216.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/loaves-bread-with-price-tag_23-2147975216.jpg?_wi=2"
|
||||
imageAlt="Madart Bakery freshly baked goods"
|
||||
avatars={[
|
||||
{
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
description: "Authentic Georgian bakery heritage.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-pieces-donuts-sprinkled-with-powder-sugar_140725-6874.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-pieces-donuts-sprinkled-with-powder-sugar_140725-6874.jpg?_wi=2"
|
||||
imageAlt="Bakery master working"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -194,19 +194,19 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Chocolate Banana Cake",
|
||||
price: "₾35.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-traditional-cake_23-2148395151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-traditional-cake_23-2148395151.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Traditional Khachapuri",
|
||||
price: "₾12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-bread-with-fried-egg_114579-3170.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-bread-with-fried-egg_114579-3170.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Classic Lobiani",
|
||||
price: "₾10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-surface_140725-90638.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-surface_140725-90638.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
|
||||
Reference in New Issue
Block a user