diff --git a/src/app/page.tsx b/src/app/page.tsx index f1f5e80..7eb02b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Diamond, Gift, Heart, Music, Wine } from "lucide-react"; +import { Phone, MessageCircle, Heart, Gift, Wine, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -31,76 +31,37 @@ export default function LandingPage() {
@@ -109,256 +70,53 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + title="Kategorilerimiz" + description="Her etkinliğe özel konseptler sunuyoruz." features={[ - { - icon: Heart, - title: "Düğün Organizasyonu", - description: "En mutlu gününüzü kusursuz kılmak için buradayız.", - }, - { - icon: Diamond, - title: "Nişan Töreni", - description: "Özel nişan davetleriniz için şık dekorasyon seçenekleri.", - }, - { - icon: Gift, - title: "Doğum Günü", - description: "Yaş günlerinizi neşeli partilere dönüştürüyoruz.", - }, - { - icon: Music, - title: "Kurumsal Etkinlikler", - description: "Şirket lansmanlarınız ve özel toplantılarınız için profesyonel çözümler.", - }, - { - icon: Wine, - title: "Catering Hizmeti", - description: "Damak tadınıza uygun, zengin menü alternatifleri ile hizmetinizdeyiz.", - }, + { icon: Heart, title: "Düğünler", description: "Hayallerinizdeki görkemli düğün davetleri." }, + { icon: Wine, title: "Nişan Törenleri", description: "Zarif ve unutulmaz nişan anıları." }, + { icon: Gift, title: "Doğum Günleri", description: "Eğlence dolu doğum günü kutlamaları." }, ]} - title="Hizmetlerimiz" - description="Her detayı özenle düşünülmüş özel davet çözümleri." />
-
- -
- -
- -
-
); -} +} \ No newline at end of file