Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-09 16:13:45 +00:00
5 changed files with 1378 additions and 11 deletions

View File

@@ -72,14 +72,14 @@ export default function AboutPage() {
id: "2",
name: "Local Ingredients",
price: "Farm Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg?_wi=3",
imageAlt: "Fresh local vegetables",
},
{
id: "3",
name: "Warm Hospitality",
price: "Always",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=3",
imageAlt: "Welcoming restaurant interior",
},
]}

View File

@@ -78,7 +78,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=4"
imageAlt="Tamar Mepe restaurant interior"
mediaPosition="right"
mediaAnimation="opacity"

File diff suppressed because it is too large Load Diff

View File

@@ -61,7 +61,7 @@ export default function MenuPage() {
name: "Khachapuri Imeruli",
price: "25₾",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-delicious-pastries-dark-blue-surface_179666-44498.jpg",
"http://img.b2bpic.net/free-photo/top-view-delicious-pastries-dark-blue-surface_179666-44498.jpg?_wi=2",
imageAlt: "Georgian khachapuri cheese bread",
},
{
@@ -69,7 +69,7 @@ export default function MenuPage() {
name: "Lamb Kebab Shashlik",
price: "30₾",
imageSrc:
"http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6170.jpg",
"http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6170.jpg?_wi=2",
imageAlt: "Georgian lamb kebab",
},
{
@@ -77,7 +77,7 @@ export default function MenuPage() {
name: "Fresh Georgian Salad",
price: "12₾",
imageSrc:
"http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg",
"http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg?_wi=2",
imageAlt: "Georgian salad with herbs",
},
]}
@@ -122,7 +122,7 @@ export default function MenuPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=2"
imageAlt="Tamar Mepe restaurant interior"
mediaPosition="right"
buttonText="Submit Order"

View File

@@ -85,7 +85,7 @@ export default function HomePage() {
name: "Khachapuri Imeruli",
price: "25₾",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-delicious-pastries-dark-blue-surface_179666-44498.jpg",
"http://img.b2bpic.net/free-photo/top-view-delicious-pastries-dark-blue-surface_179666-44498.jpg?_wi=1",
imageAlt: "Georgian khachapuri cheese bread",
},
{
@@ -93,7 +93,7 @@ export default function HomePage() {
name: "Lamb Kebab Shashlik",
price: "30₾",
imageSrc:
"http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6170.jpg",
"http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6170.jpg?_wi=1",
imageAlt: "Georgian lamb kebab",
},
{
@@ -101,7 +101,7 @@ export default function HomePage() {
name: "Fresh Georgian Salad",
price: "12₾",
imageSrc:
"http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg",
"http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg?_wi=1",
imageAlt: "Georgian salad with herbs",
},
]}
@@ -254,7 +254,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=1"
imageAlt="Tamar Mepe restaurant interior"
mediaPosition="right"
buttonText="Send Request"