12 Commits

Author SHA1 Message Date
e3c4a99ae3 Update src/app/page.tsx 2026-04-07 16:25:35 +00:00
6178d1f565 Update src/app/page.tsx 2026-04-07 16:25:06 +00:00
afd5c982f3 Update src/app/page.tsx 2026-04-07 16:24:50 +00:00
e1b97290de Update src/app/page.tsx 2026-04-07 16:24:34 +00:00
5d927eb784 Update src/app/page.tsx 2026-04-07 16:24:20 +00:00
16de1e4f95 Update src/app/page.tsx 2026-04-07 16:24:05 +00:00
086a567538 Update src/app/page.tsx 2026-04-07 16:23:49 +00:00
f264c63d57 Update src/app/page.tsx 2026-04-07 16:18:56 +00:00
f1bc730a81 Update src/app/page.tsx 2026-04-07 16:18:23 +00:00
6fa4e314d5 Merge version_1 into main
Merge version_1 into main
2026-04-07 15:54:33 +00:00
fca37c9d5b Merge version_1 into main
Merge version_1 into main
2026-04-07 15:54:09 +00:00
a0d214c46c Merge version_1 into main
Merge version_1 into main
2026-04-07 15:53:38 +00:00

View File

@@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() { export default function LandingPage() {
@@ -92,17 +92,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", name: "Adana Kebap", price: "₺450", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-with-liver-fresh-vegetables_2829-19546.jpg?_wi=1"}, id: "1", name: "Adana Kebap", price: "", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-with-liver-fresh-vegetables_2829-19546.jpg?_wi=1"},
{ {
id: "2", name: "Soğuk Mezeler", price: "₺120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=1"}, id: "2", name: "Soğuk Mezeler", price: "", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=1"},
{ {
id: "3", name: "Cevizli Çiğ Köfte", price: "₺180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-dish-turkish-cuisines-cig-kofte-with-lemon-lettuce_140725-12128.jpg?_wi=1"}, id: "3", name: "Cevizli Çiğ Köfte", price: "", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-dish-turkish-cuisines-cig-kofte-with-lemon-lettuce_140725-12128.jpg?_wi=1"},
{ {
id: "4", name: "Kuzu Şiş", price: "₺480", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-with-liver-fresh-vegetables_2829-19546.jpg?_wi=2"}, id: "4", name: "Kuzu Şiş", price: "", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-with-liver-fresh-vegetables_2829-19546.jpg?_wi=2"},
{ {
id: "5", name: "Ev Yapımı Şalgam", price: "₺60", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=2"}, id: "5", name: "Ev Yapımı Şalgam", price: "", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=2"},
{ {
id: "6", name: "Özel Karışık Izgara", price: "₺650", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-dish-turkish-cuisines-cig-kofte-with-lemon-lettuce_140725-12128.jpg?_wi=2"}, id: "6", name: "Özel Karışık Izgara", price: "", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-meat-dish-turkish-cuisines-cig-kofte-with-lemon-lettuce_140725-12128.jpg?_wi=2"},
]} ]}
title="İmza Lezzetlerimiz" title="İmza Lezzetlerimiz"
description="Adana kebabından ev yapımı şalgamımıza, cevizli çiğ köftemizden meşhur mezelerimize kadar her tabakta kalite." description="Adana kebabından ev yapımı şalgamımıza, cevizli çiğ köftemizden meşhur mezelerimize kadar her tabakta kalite."
@@ -110,23 +110,18 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardTen
title="Misafirlerimizin Kaleminden"
description="Mıdık Kazbaşı'nda lezzet yolculuğuna çıkan misafirlerimizin yorumları."
textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", title: "Harika Lezzet", quote: "Adana'nın en iyi kebabı diyebilirim. Sunum ve lezzet on numara.", name: "", role: "" },
id: "1", name: "Ahmet Yılmaz", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg"}, { id: "2", title: "Çok Şık", quote: "Ambiyans çok kaliteli, yemekler ise tam kıvamında. Tekrar geleceğiz.", name: "", role: "" },
{ { id: "3", title: "Lezzet Şöleni", quote: "Cevizli çiğ köfteyi mutlaka denemelisiniz, unutulmazdı.", name: "", role: "" },
id: "2", name: "Ayşe Demir", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg"}, { id: "4", title: "Harika Servis", quote: "Güleryüzlü hizmet ve nefis kebaplar. Herkese tavsiye ederim.", name: "", role: "" },
{ { id: "5", title: "Adana'nın Gururu", quote: "Murat Ezgü'nün elinden çıkan her tabak ayrı bir sanat eseri.", name: "", role: "" },
id: "3", name: "Mehmet Can", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598353.jpg"},
{
id: "4", name: "Elif Kaya", imageSrc: "http://img.b2bpic.net/free-photo/informal-talk-with-best-friends-restaurant-warm-summer-day_8353-9702.jpg"},
{
id: "5", name: "Murat Serin", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg"},
]} ]}
cardTitle="Misafirlerimizin Kaleminden"
cardAnimation="blur-reveal"
cardTag="Yorumlar"
/> />
</div> </div>
@@ -146,7 +141,7 @@ export default function LandingPage() {
textarea={{ textarea={{
name: "mesaj", placeholder: "Notlarınız (Kişi sayısı vb.)", required: false, name: "mesaj", placeholder: "Notlarınız (Kişi sayısı vb.)", required: false,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/engaged-couple-posing-together-city_23-2149488107.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOoe6QXbILqTVXWPFe6x2eCz1Q/uploaded-1775579098347-vuolekd5.jpg"
/> />
</div> </div>