Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-19 20:42:55 +00:00

View File

@@ -100,7 +100,7 @@ export default function LandingPage() {
id: "menu", title: "Gourmet Menü", descriptions: [
"Amerikan mutfağının en seçkin örnekleri", "Taze, kaliteli malzemeler", "Şef tarafından dikkatle hazırlanan her yemek"
],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-food-styling-steak-rustic-style_53876-42887.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-food-styling-steak-rustic-style_53876-42887.jpg?_wi=1"
},
{
id: "service", title: "Mükemmel Hizmet", descriptions: [
@@ -129,10 +129,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
products={[
{ id: "burgers", name: "Burgers", price: "Başlangıç", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg", imageAlt: "Premium Burgers" },
{ id: "steaks", name: "Steaks (Dallas, T-Bone)", price: "Favoriler", imageSrc: "http://img.b2bpic.net/free-photo/closeup-food-styling-steak-rustic-style_53876-42887.jpg", imageAlt: "Premium Steaks" },
{ id: "steaks", name: "Steaks (Dallas, T-Bone)", price: "Favoriler", imageSrc: "http://img.b2bpic.net/free-photo/closeup-food-styling-steak-rustic-style_53876-42887.jpg?_wi=2", imageAlt: "Premium Steaks" },
{ id: "chicken", name: "Chicken", price: "Hafif", imageSrc: "http://img.b2bpic.net/free-photo/chicken-gardenblue-with-vegetables-plate_140725-4541.jpg", imageAlt: "Grilled Chicken" },
{ id: "breakfast", name: "Breakfast", price: "Sabah", imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg", imageAlt: "Gourmet Breakfast" },
{ id: "desserts", name: "Desserts", price: "Tatlandırıcı", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132618.jpg", imageAlt: "Luxury Desserts" }
{ id: "desserts", name: "Desserts", price: "Tatlandırıcı", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132618.jpg?_wi=1", imageAlt: "Luxury Desserts" }
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -205,7 +205,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
blogs={[
{
id: "food-1", category: "Yemek", title: "Premium Burger Sanatı", excerpt: "Taze malzeme ve şef tarafından titizlikle hazırlanan özel burgerlerimizi görün.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", imageAlt: "Gourmet Burger", authorName: "Chef Edward's", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", date: "Her Gün"
id: "food-1", category: "Yemek", title: "Premium Burger Sanatı", excerpt: "Taze malzeme ve şef tarafından titizlikle hazırlanan özel burgerlerimizi görün.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1", imageAlt: "Gourmet Burger", authorName: "Chef Edward's", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", date: "Her Gün"
},
{
id: "food-2", category: "Yemek", title: "Mükemmel Steak Pişirme", excerpt: "Dallas ve T-Bone steaklerimiz, mükemmel pişirme derecesi ve lüks sunum ile hazırlanır.", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-creamy-mushroom-sauce-rice_140725-2206.jpg", imageAlt: "Premium Steak", authorName: "Chef Edward's", authorAvatar: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-cheerfully-pointin-with-thumbs-back_141793-55345.jpg", date: "Her Gün"
@@ -246,7 +246,7 @@ export default function LandingPage() {
id: "daily-posts", title: "Günlük Paylaşımlar", descriptions: [
"Yemek fotoğrafları ve pişirme sanatı", "Müşteri deneyimleri ve sosyal anlar", "Taze menü önerileri"
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2"
},
{
id: "live-events", title: "Canlı Müzik Etkinlikleri", descriptions: [
@@ -258,7 +258,7 @@ export default function LandingPage() {
id: "specials", title: "Özel Teklifler", descriptions: [
"Instagram takipçilerine özel indirimler", "Sınırlı menü öğeleri", "Eksklusif etkinlik duyuruları"
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132618.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132618.jpg?_wi=2"
}
]}
gridVariant="three-columns-all-equal-width"