diff --git a/src/app/page.tsx b/src/app/page.tsx
index e9af180..de7bba3 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -53,86 +45,55 @@ export default function LandingPage() {
@@ -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() {