From 9bf8274b3991ae6218a5e07d1733b973be7379bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 21:59:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58357b4..24ebb54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { AlertCircle, Flame, Heart, Instagram, Music, Star, UtensilsCrossed, Camera, Sparkles } from 'lucide-react'; +import { AlertCircle, Flame, Heart, Instagram, Music, Star, UtensilsCrossed, Camera, Sparkles, MessageCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "İletişim / Contact", id: "contact" } ]} button={{ - text: "Rezervasyon / Booking", href: "tel:04628884848" + text: "WhatsApp Rezervasyon", href: "https://wa.me/905466666666" }} /> @@ -53,7 +53,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Menüye Göz At", href: "https://app.webdemenu.com/categories" }, - { text: "Rezervasyon Yap", href: "tel:04628884848" } + { text: "WhatsApp ile İletişim", href: "https://wa.me/905466666666" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/red-velvet-cake-stuffed-with-white-butter-cream_114579-2315.jpg" @@ -271,14 +271,13 @@ export default function LandingPage() {