Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-09 15:34:38 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ export default function AboutPage() {
description="Chef's Personal Touch"
subdescription="Istanbul-Trained Culinary Master"
icon={Flame}
imageSrc="http://img.b2bpic.net/free-photo/cook-standing-with-big-bowl-salad_23-2148040233.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cook-standing-with-big-bowl-salad_23-2148040233.jpg?_wi=2"
imageAlt="Turkish Chef"
mediaAnimation="slide-up"
useInvertedBackground={false}

View File

@@ -97,16 +97,16 @@ export default function HomePage() {
"http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16138.jpg", imageAlt: "Turkish chef grilling kebab cinematic"},
{
id: "hero-2", imageSrc:
"http://img.b2bpic.net/free-photo/mixed-grilled-foods-with-meat-vegetables_114579-3152.jpg", imageAlt: "adana kebab Turkish grilled meat platter"},
"http://img.b2bpic.net/free-photo/mixed-grilled-foods-with-meat-vegetables_114579-3152.jpg?_wi=1", imageAlt: "adana kebab Turkish grilled meat platter"},
{
id: "hero-3", imageSrc:
"http://img.b2bpic.net/free-photo/meat-sage-with-eggplant-potatoes-cooked-charcoal_140725-7391.jpg", imageAlt: "mixed grill platter lamb chicken kebab"},
"http://img.b2bpic.net/free-photo/meat-sage-with-eggplant-potatoes-cooked-charcoal_140725-7391.jpg?_wi=1", imageAlt: "mixed grill platter lamb chicken kebab"},
{
id: "hero-4", imageSrc:
"http://img.b2bpic.net/free-photo/cold-apetizers-pickles-mangal-salad-eggplant-rolls-cheese-plate-green-salad-side-view_141793-3715.jpg", imageAlt: "Turkish meze appetizers fresh starters"},
"http://img.b2bpic.net/free-photo/cold-apetizers-pickles-mangal-salad-eggplant-rolls-cheese-plate-green-salad-side-view_141793-3715.jpg?_wi=1", imageAlt: "Turkish meze appetizers fresh starters"},
{
id: "hero-5", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-baklava-with-cup-tea-turkish-delight-wooden-plank_176474-3290.jpg", imageAlt: "Turkish baklava dessert traditional honey"},
"http://img.b2bpic.net/free-photo/top-view-baklava-with-cup-tea-turkish-delight-wooden-plank_176474-3290.jpg?_wi=1", imageAlt: "Turkish baklava dessert traditional honey"},
{
id: "hero-6", imageSrc:
"http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794377.jpg", imageAlt: "Elegant restaurant interior"},
@@ -143,19 +143,19 @@ export default function HomePage() {
{
id: "1", brand: "Padisah", name: "Adana Kebab", price: "Authentic", rating: 5,
reviewCount: "180+", imageSrc:
"http://img.b2bpic.net/free-photo/mixed-grilled-foods-with-meat-vegetables_114579-3152.jpg", imageAlt: "Adana Kebab"},
"http://img.b2bpic.net/free-photo/mixed-grilled-foods-with-meat-vegetables_114579-3152.jpg?_wi=2", imageAlt: "Adana Kebab"},
{
id: "2", brand: "Padisah", name: "Mixed Grill Platter", price: "Feast", rating: 5,
reviewCount: "215+", imageSrc:
"http://img.b2bpic.net/free-photo/meat-sage-with-eggplant-potatoes-cooked-charcoal_140725-7391.jpg", imageAlt: "Mixed Grill Platter"},
"http://img.b2bpic.net/free-photo/meat-sage-with-eggplant-potatoes-cooked-charcoal_140725-7391.jpg?_wi=2", imageAlt: "Mixed Grill Platter"},
{
id: "3", brand: "Padisah", name: "Turkish Meze", price: "Starters", rating: 5,
reviewCount: "195+", imageSrc:
"http://img.b2bpic.net/free-photo/cold-apetizers-pickles-mangal-salad-eggplant-rolls-cheese-plate-green-salad-side-view_141793-3715.jpg", imageAlt: "Turkish Meze"},
"http://img.b2bpic.net/free-photo/cold-apetizers-pickles-mangal-salad-eggplant-rolls-cheese-plate-green-salad-side-view_141793-3715.jpg?_wi=2", imageAlt: "Turkish Meze"},
{
id: "4", brand: "Padisah", name: "Baklava & Tea", price: "Desserts", rating: 5,
reviewCount: "160+", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-baklava-with-cup-tea-turkish-delight-wooden-plank_176474-3290.jpg", imageAlt: "Baklava and Traditional Tea"},
"http://img.b2bpic.net/free-photo/top-view-baklava-with-cup-tea-turkish-delight-wooden-plank_176474-3290.jpg?_wi=2", imageAlt: "Baklava and Traditional Tea"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -173,7 +173,7 @@ export default function HomePage() {
description="Chef's Personal Touch"
subdescription="Istanbul-Trained Culinary Master"
icon={Flame}
imageSrc="http://img.b2bpic.net/free-photo/cook-standing-with-big-bowl-salad_23-2148040233.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cook-standing-with-big-bowl-salad_23-2148040233.jpg?_wi=1"
imageAlt="Turkish Chef"
mediaAnimation="slide-up"
useInvertedBackground={false}