Update src/app/page.tsx
This commit is contained in:
@@ -13,7 +13,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,8 +46,6 @@ export default function LandingPage() {
|
||||
name: "Müzik", id: "#canli-muzik"},
|
||||
{
|
||||
name: "Davetler", id: "#davetler"},
|
||||
{
|
||||
name: "Yorumlar", id: "#yorumlar"},
|
||||
]}
|
||||
button={{
|
||||
text: "Masa Rezervasyonu", href: "#rezervasyon"}}
|
||||
@@ -260,40 +257,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="yorumlar" data-section="yorumlar">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Cem Yılmaz", role: "Müşteri", company: "Google", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg", imageAlt: "Cem Yılmaz"},
|
||||
{
|
||||
id: "2", name: "Zeynep Arslan", role: "Müşteri", company: "TripAdvisor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-table-with-food_23-2147681106.jpg", imageAlt: "Zeynep Arslan"},
|
||||
{
|
||||
id: "3", name: "Burak Can", role: "Müşteri", company: "Zomato", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-fashion-portrait-woman-yellow-summer-dress-street-colourful-wall_343596-6171.jpg", imageAlt: "Burak Can"},
|
||||
{
|
||||
id: "4", name: "Deniz Aktaş", role: "Müşteri", company: "Yelp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-warm-scarf-showing-thumbs-up_171337-4451.jpg", imageAlt: "Deniz Aktaş"},
|
||||
{
|
||||
id: "5", name: "Ebru Demir", role: "Müşteri", company: "Foursquare", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg", imageAlt: "Ebru Demir"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.5", label: "Google Rating"},
|
||||
{
|
||||
value: "1500+", label: "Yorum"},
|
||||
{
|
||||
value: "Favori", label: "Buluşma Noktası"},
|
||||
]}
|
||||
title="Misafir Yorumları"
|
||||
description="Misafirlerimizin 1881 Cafe & Lounge hakkındaki deneyimlerini okuyun. Mükemmel servis ve atmosferimizle öne çıkıyoruz."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="rezervasyon" data-section="rezervasyon">
|
||||
<SocialProofOne
|
||||
|
||||
Reference in New Issue
Block a user