Update src/app/page.tsx
This commit is contained in:
@@ -57,9 +57,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg", imageAlt: "Şık restoran atmosferi"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg?_wi=1", imageAlt: "Şık restoran atmosferi"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg", imageAlt: "Özel pizza sunumu"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg?_wi=1", imageAlt: "Özel pizza sunumu"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
{
|
||||
value: "24/7", title: "Özenli Hizmet"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=1"
|
||||
imageAlt="Restoran atmosferi"
|
||||
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
||||
/>
|
||||
@@ -113,11 +113,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Şık Atmosfer", description: "Özel günler, date ve kız kıza buluşmalar için ideal ortam.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg"},
|
||||
id: "f1", title: "Şık Atmosfer", description: "Özel günler, date ve kız kıza buluşmalar için ideal ortam.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg?_wi=2"},
|
||||
{
|
||||
id: "f2", title: "Özel Kampanyalar", description: "Pazartesi ve Salı şaraplarda %50 indirim fırsatları.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg"},
|
||||
id: "f2", title: "Özel Kampanyalar", description: "Pazartesi ve Salı şaraplarda %50 indirim fırsatları.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg?_wi=2"},
|
||||
{
|
||||
id: "f3", title: "Profesyonel Servis", description: "Özenli ve hızlı servis anlayışıyla kusursuz bir deneyim.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"},
|
||||
id: "f3", title: "Profesyonel Servis", description: "Özenli ve hızlı servis anlayışıyla kusursuz bir deneyim.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=2"},
|
||||
]}
|
||||
title="Neden Biz?"
|
||||
description="Double Pizzeria sadece bir pizza restoranı değil; şık bir akşam deneyimidir."
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Johnson", role: "Mimar", company: "Ümitköy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-people-girl-happy-lunch_1303-1901.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-people-girl-happy-lunch_1303-1901.jpg?_wi=1"},
|
||||
{
|
||||
id: "t2", name: "Michael Chen", role: "Gurme", company: "Ankara", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg"},
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg"},
|
||||
{
|
||||
id: "t5", name: "Ayşe Yılmaz", role: "İç Mimar", company: "Çankaya", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-people-girl-happy-lunch_1303-1901.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-people-girl-happy-lunch_1303-1901.jpg?_wi=2"},
|
||||
]}
|
||||
title="Misafirlerimizden"
|
||||
description="Double Pizzeria hakkında misafirlerimizin görüşleri."
|
||||
|
||||
Reference in New Issue
Block a user