Merge version_2 into main #2
170
src/app/page.tsx
170
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "İşletme",
|
||||
items: [
|
||||
title: "İşletme", items: [
|
||||
{ label: "Ana Sayfa", href: "/" },
|
||||
{ label: "Menü", href: "/menu" },
|
||||
{ label: "Hakkımızda", href: "/about" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Bilgi",
|
||||
items: [
|
||||
title: "Bilgi", items: [
|
||||
{ label: "Yorumlar", href: "/testimonials" },
|
||||
{ label: "İletişim", href: "/contact" },
|
||||
{ label: "Gizlilik Politikası", href: "#" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
title: "İletişim", items: [
|
||||
{ label: "Telefon: 0312 580 53 28", href: "tel:+903125805328" },
|
||||
{ label: "WhatsApp Sipariş", href: "https://wa.me/905558005328" },
|
||||
{ label: "Kanuni Mahallesi Osmangazi Cd 63/B", href: "#" },
|
||||
@@ -69,9 +66,7 @@ export default function HomePage() {
|
||||
brandName="Fatih Platin Pastanesi"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Sipariş Ver",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Sipariş Ver", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,29 +76,19 @@ export default function HomePage() {
|
||||
description="Her gün taze hazırlanan pastalar ve tatlılar. Premium kalite ve zarif tasarımla hazırlanmış ürünler."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213587.jpg",
|
||||
alt: "Müşteri",
|
||||
},
|
||||
src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", alt: "Müşteri"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg",
|
||||
alt: "Müşteri",
|
||||
},
|
||||
src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", alt: "Müşteri"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-black-background_158595-1474.jpg",
|
||||
alt: "Müşteri",
|
||||
},
|
||||
src: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", alt: "Müşteri"},
|
||||
]}
|
||||
avatarText="1000+ memnun müşteri"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Menüyü İncele",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Menüyü İncele", href: "/menu"},
|
||||
{
|
||||
text: "Yol Tarifi Al",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Yol Tarifi Al", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Fatih Platin Pastanesi ana sayfa"
|
||||
@@ -120,37 +105,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "pastries",
|
||||
name: "Pastalar",
|
||||
price: "Premium Seçim",
|
||||
variant: "Fransız Pastaları - 5 Çeşit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cakes-with-chocolate-cips-white-surface-tea-cake-biscuit-cookie-sweet-birthday-cream_140725-101636.jpg?_wi=1",
|
||||
imageAlt: "Pastalar koleksiyonu",
|
||||
},
|
||||
id: "pastries", name: "Pastalar", price: "Premium Seçim", variant: "Fransız Pastaları - 5 Çeşit", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=600&h=600&fit=crop", imageAlt: "Pastalar koleksiyonu"},
|
||||
{
|
||||
id: "desserts",
|
||||
name: "Tatlılar",
|
||||
price: "Özel Yapım",
|
||||
variant: "Gourmet Tatlılar - 8 Çeşit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cookie-pastries-inside-plate-light-table-cake-biscuit-sugar-sweet-pastry-bake_140725-24490.jpg?_wi=1",
|
||||
imageAlt: "Tatlı seçimi",
|
||||
},
|
||||
id: "desserts", name: "Tatlılar", price: "Özel Yapım", variant: "Gourmet Tatlılar - 8 Çeşit", imageSrc: "https://images.unsplash.com/photo-1509042239860-f550ce710b93?w=600&h=600&fit=crop", imageAlt: "Tatlı seçimi"},
|
||||
{
|
||||
id: "bakery",
|
||||
name: "Fırın Ürünleri",
|
||||
price: "Günlük Taze",
|
||||
variant: "Ekmek & Croissant - 6 Çeşit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-serbian-bakery_181624-57373.jpg?_wi=1",
|
||||
imageAlt: "Fırın ürünleri",
|
||||
},
|
||||
id: "bakery", name: "Fırın Ürünleri", price: "Günlük Taze", variant: "Ekmek & Croissant - 6 Çeşit", imageSrc: "https://images.unsplash.com/photo-1585521924905-c3400ca199e7?w=600&h=600&fit=crop", imageAlt: "Fırın ürünleri"},
|
||||
{
|
||||
id: "beverages",
|
||||
name: "İçecekler",
|
||||
price: "Premium İçecekler",
|
||||
variant: "Kahve & Çay - 4 Çeşit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-medium-shot_23-2149647825.jpg?_wi=1",
|
||||
imageAlt: "İçecekler",
|
||||
},
|
||||
id: "beverages", name: "İçecekler", price: "Premium İçecekler", variant: "Kahve & Çay - 4 Çeşit", imageSrc: "https://images.unsplash.com/photo-1497636577773-f1231844b47b?w=600&h=600&fit=crop", imageAlt: "İçecekler"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,24 +124,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Kalite",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Kalite", value: "100%"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Tazelik",
|
||||
value: "Günlük",
|
||||
},
|
||||
label: "Tazelik", value: "Günlük"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Hijyen",
|
||||
value: "Sertifikalı",
|
||||
},
|
||||
label: "Hijyen", value: "Sertifikalı"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Hizmet",
|
||||
value: "Güler Yüzlü",
|
||||
},
|
||||
label: "Hizmet", value: "Güler Yüzlü"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,43 +147,22 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
name: "İç Mekan",
|
||||
role: "Ambiyans",
|
||||
company: "Fatih Platin",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821330.jpg?_wi=1",
|
||||
},
|
||||
id: "gallery-1", name: "İç Mekan", role: "Ambiyans", company: "Fatih Platin", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1495521821757-a1efb6729352?w=600&h=600&fit=crop"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
name: "Vitrin",
|
||||
role: "Sergi",
|
||||
company: "Fatih Platin",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-with-cinnamon-cup-tea_140725-2894.jpg?_wi=1",
|
||||
},
|
||||
id: "gallery-2", name: "Vitrin", role: "Sergi", company: "Fatih Platin", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1488477181946-6428a0291840?w=600&h=600&fit=crop"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
name: "Özel Günler",
|
||||
role: "Üretim",
|
||||
company: "Fatih Platin",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sharing-birthday-cake_1098-15518.jpg?_wi=1",
|
||||
},
|
||||
id: "gallery-3", name: "Özel Günler", role: "Üretim", company: "Fatih Platin", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1535920527894-b400b62fe660?w=600&h=600&fit=crop"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "25+",
|
||||
label: "Yıllık Deneyim",
|
||||
},
|
||||
value: "25+", label: "Yıllık Deneyim"},
|
||||
{
|
||||
value: "10,000+",
|
||||
label: "Mutlu Müşteri",
|
||||
},
|
||||
value: "10,000+", label: "Mutlu Müşteri"},
|
||||
{
|
||||
value: "365",
|
||||
label: "Gün Açık Kalıyor",
|
||||
},
|
||||
value: "365", label: "Gün Açık Kalıyor"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -244,51 +176,25 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1",
|
||||
name: "Ayşe Yılmaz",
|
||||
role: "Müşteri",
|
||||
company: "Ankara",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213587.jpg?_wi=1",
|
||||
},
|
||||
id: "review-1", name: "Ayşe Yılmaz", role: "Müşteri", company: "Ankara", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop"},
|
||||
{
|
||||
id: "review-2",
|
||||
name: "Mehmet Kaya",
|
||||
role: "Müşteri",
|
||||
company: "Ankara",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg?_wi=1",
|
||||
},
|
||||
id: "review-2", name: "Mehmet Kaya", role: "Müşteri", company: "Ankara", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop"},
|
||||
{
|
||||
id: "review-3",
|
||||
name: "Zeynep Şahin",
|
||||
role: "Müşteri",
|
||||
company: "Ankara",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-black-background_158595-1474.jpg?_wi=1",
|
||||
},
|
||||
id: "review-3", name: "Zeynep Şahin", role: "Müşteri", company: "Ankara", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop"},
|
||||
{
|
||||
id: "review-4",
|
||||
name: "Ali Demir",
|
||||
role: "Müşteri",
|
||||
company: "Ankara",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-pensive-man_329181-12118.jpg?_wi=1",
|
||||
},
|
||||
id: "review-4", name: "Ali Demir", role: "Müşteri", company: "Ankara", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Google Rating"},
|
||||
{
|
||||
value: "2000+",
|
||||
label: "Değerlendirme",
|
||||
},
|
||||
value: "2000+", label: "Değerlendirme"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Tavsiye Eder",
|
||||
},
|
||||
value: "100%", label: "Tavsiye Eder"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -300,7 +206,7 @@ export default function HomePage() {
|
||||
description="Sipariş vermek, sorularınız cevaplamak veya özel etkinlikler için bize doğrudan iletişime geçebilirsiniz."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-traveler-accessories-wooden-surface_23-2147950753.jpg?_wi=1"
|
||||
imageSrc="https://images.unsplash.com/photo-1493857671505-72967e2e2760?w=800&h=800&fit=crop"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Email adresinizi girin"
|
||||
|
||||
Reference in New Issue
Block a user