Merge version_1 into main #2
231
src/app/page.tsx
231
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { BookOpen, Coffee, Heart, Wifi } from "lucide-react";
|
||||
import { BookOpen, Coffee, Heart, Wifi, Smile, Laptop, Percent, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Ana Sayfa", id: "hero"},
|
||||
{
|
||||
name: "Menü",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menü", id: "products"},
|
||||
{
|
||||
name: "Biz Kimiz",
|
||||
id: "about",
|
||||
},
|
||||
name: "Biz Kimiz", id: "about"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="Beneficiato Coffee"
|
||||
/>
|
||||
@@ -53,86 +45,55 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Sadece Kahve Değil, Deneyim Sunuyoruz"
|
||||
description="Güler yüzlü hizmet, uygun fiyatlar ve huzurlu çalışma alanlarıyla benzersiz bir kafe deneyimi sizi bekliyor."
|
||||
kpis={[
|
||||
{
|
||||
value: "12+",
|
||||
label: "Yıllık Tecrübe",
|
||||
},
|
||||
value: "12+", label: "Yıllık Tecrübe"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Özel Kahve",
|
||||
},
|
||||
value: "20+", label: "Özel Kahve"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Memnuniyet",
|
||||
},
|
||||
value: "100%", label: "Memnuniyet"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Menüyü Gör",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Menüyü Gör", href: "#products"},
|
||||
{
|
||||
text: "Bizi Ziyaret Et",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Bizi Ziyaret Et", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-glass-cabinet-caf-shop_23-2147892914.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-glass-cabinet-caf-shop_23-2147892914.jpg"
|
||||
imageAlt="Modern ve sıcak kafe atmosferi"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg",
|
||||
alt: "Müşteri 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg", alt: "Müşteri 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-shop-owner-working-mock-up_23-2148366557.jpg",
|
||||
alt: "Müşteri 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-shop-owner-working-mock-up_23-2148366557.jpg", alt: "Müşteri 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray_158538-14905.jpg",
|
||||
alt: "Müşteri 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray_158538-14905.jpg", alt: "Müşteri 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23100.jpg",
|
||||
alt: "Müşteri 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23100.jpg", alt: "Müşteri 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-apron-posing-with-coffee-machine-component_23-2148366659.jpg",
|
||||
alt: "Müşteri 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-apron-posing-with-coffee-machine-component_23-2148366659.jpg", alt: "Müşteri 5"},
|
||||
]}
|
||||
avatarText="1000+ Mutlu Misafir"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Taze Çekirdek",
|
||||
icon: Coffee,
|
||||
type: "text-icon", text: "Taze Çekirdek", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hızlı Wi-Fi",
|
||||
icon: Wifi,
|
||||
type: "text-icon", text: "Hızlı Wi-Fi", icon: Wifi,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sessiz Çalışma",
|
||||
icon: BookOpen,
|
||||
type: "text-icon", text: "Sessiz Çalışma", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "El Yapımı",
|
||||
icon: Coffee,
|
||||
type: "text-icon", text: "El Yapımı", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Samimi Ortam",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Samimi Ortam", icon: Heart,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -144,35 +105,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Özel Kahve",
|
||||
description: "Özenle kavrulmuş çekirdekler.",
|
||||
buttonIcon: "Coffee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg?_wi=1",
|
||||
},
|
||||
title: "Özel Kahve", description: "Özenle kavrulmuş çekirdekler.", buttonIcon: Coffee,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg"},
|
||||
{
|
||||
title: "Güler Yüz",
|
||||
description: "Samimi ve hızlı servis.",
|
||||
buttonIcon: "Smile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-apron-posing-with-coffee-machine-component_23-2148366659.jpg",
|
||||
},
|
||||
title: "Güler Yüz", description: "Samimi ve hızlı servis.", buttonIcon: Smile,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-apron-posing-with-coffee-machine-component_23-2148366659.jpg"},
|
||||
{
|
||||
title: "Çalışma Alanı",
|
||||
description: "Sessiz ve verimli bölümler.",
|
||||
buttonIcon: "Laptop",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-sitting-cafe-drinking-coffee-working-computer_1303-14885.jpg",
|
||||
},
|
||||
title: "Çalışma Alanı", description: "Sessiz ve verimli bölümler.", buttonIcon: Laptop,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-sitting-cafe-drinking-coffee-working-computer_1303-14885.jpg"},
|
||||
{
|
||||
title: "Uygun Fiyat",
|
||||
description: "Öğrenci dostu fiyatlar.",
|
||||
buttonIcon: "Percent",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-vertical-flyer-template_23-2148904983.jpg",
|
||||
},
|
||||
title: "Uygun Fiyat", description: "Öğrenci dostu fiyatlar.", buttonIcon: Percent,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-vertical-flyer-template_23-2148904983.jpg"},
|
||||
{
|
||||
title: "Vegan Seçenekler",
|
||||
description: "Bitkisel süt seçeneklerimiz mevcut.",
|
||||
buttonIcon: "Leaf",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg?_wi=1",
|
||||
},
|
||||
title: "Vegan Seçenekler", description: "Bitkisel süt seçeneklerimiz mevcut.", buttonIcon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg"},
|
||||
]}
|
||||
title="Neden Biz?"
|
||||
description="Sıcak bir ortamda kaliteli kahve deneyimi sunuyoruz."
|
||||
@@ -187,50 +133,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Kahve",
|
||||
name: "Türk Kahvesi",
|
||||
price: "45 TL",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drink-leaf-fabric_23-2147885987.jpg",
|
||||
},
|
||||
id: "p1", brand: "Kahve", name: "Türk Kahvesi", price: "45 TL", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/drink-leaf-fabric_23-2147885987.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Tatlı",
|
||||
name: "Brownie",
|
||||
price: "60 TL",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", brand: "Tatlı", name: "Brownie", price: "60 TL", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "İçecek",
|
||||
name: "Oat Milk Latte",
|
||||
price: "75 TL",
|
||||
rating: 4,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", brand: "İçecek", name: "Oat Milk Latte", price: "75 TL", rating: 4,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinks-coffee_72229-1347.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Kahve",
|
||||
name: "Americano",
|
||||
price: "50 TL",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", brand: "Kahve", name: "Americano", price: "50 TL", rating: 5,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-hemp-sacks-white-wooden-table_1150-20856.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Tatlı",
|
||||
name: "Mozaik Pasta",
|
||||
price: "55 TL",
|
||||
rating: 4,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", brand: "Tatlı", name: "Mozaik Pasta", price: "55 TL", rating: 4,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg"},
|
||||
]}
|
||||
title="Öne Çıkan Lezzetler"
|
||||
description="Taze kahveler ve el yapımı tatlılar."
|
||||
@@ -242,30 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ahmet Y.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Ahmet Y.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Zeynep K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-owner-working-mock-up_23-2148366557.jpg",
|
||||
},
|
||||
id: "t2", name: "Zeynep K.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-owner-working-mock-up_23-2148366557.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mehmet D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray_158538-14905.jpg",
|
||||
},
|
||||
id: "t3", name: "Mehmet D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray_158538-14905.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elif S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23100.jpg",
|
||||
},
|
||||
id: "t4", name: "Elif S.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23100.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Can B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Can B.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg"},
|
||||
]}
|
||||
cardTitle="Misafirlerimizin Deneyimleri"
|
||||
cardTag="Yorumlar"
|
||||
@@ -280,22 +181,14 @@ export default function LandingPage() {
|
||||
description="Merak ettikleriniz veya rezervasyon için bize yazın."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Adınız",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Adınız", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "E-posta",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "E-posta", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Mesajınız",
|
||||
}}
|
||||
name: "message", placeholder: "Mesajınız"}}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/restaurant-scene-blue-table-two_23-2147562861.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -303,32 +196,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-glass-cabinet-caf-shop_23-2147892914.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-glass-cabinet-caf-shop_23-2147892914.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Beneficiato",
|
||||
items: [
|
||||
title: "Beneficiato", items: [
|
||||
{
|
||||
label: "Lokasyon",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lokasyon", href: "#"},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "İletişim", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Saatler",
|
||||
items: [
|
||||
title: "Saatler", items: [
|
||||
{
|
||||
label: "Hafta İçi: 08:00-22:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hafta İçi: 08:00-22:00", href: "#"},
|
||||
{
|
||||
label: "Hafta Sonu: 09:00-23:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hafta Sonu: 09:00-23:00", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user