Merge version_2 into main #2
@@ -3,15 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Phone, MessageCircle, Heart, Gift, Wine, Star } from "lucide-react";
|
||||
import { Heart, Wine, Gift } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -60,7 +58,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
title="Özel Günleriniz İçin En Şık Mekan"
|
||||
description="Düğünlerden nişanlara, doğum günlerinden özel kurumsal davetlere kadar hayatınızdaki en önemli anları bizimle paylaşın."
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Bize Ulaşın", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -83,7 +81,10 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Etkinlik Paketleri"
|
||||
description="Her bütçeye uygun paketler."
|
||||
plans={[
|
||||
{ id: "p1", name: "Düğün Paketi", price: "Başlangıç", buttons: [{ text: "Bilgi Al", href: "#contact" }], features: ["Özel dekorasyon", "Ses sistemi", "Karşılama kokteyli"] },
|
||||
{ id: "p2", name: "Nişan Paketi", price: "Popüler", buttons: [{ text: "Bilgi Al", href: "#contact" }], features: ["Süsleme konsepti", "Fotoğraf çekimi", "İkram servisleri"] },
|
||||
@@ -96,6 +97,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Hemen Rezervasyon Yapın"
|
||||
description="Özel gününüzü planlamaya başlayalım. Bizi arayabilir veya mesaj gönderebilirsiniz."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "İsim Soyisim", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Telefon", required: true }
|
||||
|
||||
Reference in New Issue
Block a user