Merge version_2 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -7,10 +7,10 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Trees, Users, Zap, MapPin, Phone } from 'lucide-react';
|
||||
import { Trees, Users, Zap, MapPin, Phone, MessageCircle } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -130,9 +130,9 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Pertanyaan Umum"
|
||||
sideDescription="Semua yang perlu Anda ketahui tentang Imah Rasa, dari jam operasional hingga paket acara dan kebijakan pembatalan."
|
||||
<FaqSplitMedia
|
||||
title="Pertanyaan Umum"
|
||||
description="Semua yang perlu Anda ketahui tentang Imah Rasa, dari jam operasional hingga paket acara dan kebijakan pembatalan."
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Berapa harga untuk paket pernikahan outdoor?", content: "Harga paket pernikahan kami mulai dari Rp 2.500.000 per paket untuk 50 tamu, dengan berbagai pilihan menu dan dekorasi. Hubungi kami untuk customisasi sesuai budget Anda."
|
||||
@@ -153,29 +153,41 @@ export default function LandingPage() {
|
||||
id: "6", title: "Apakah bisa membawa dekorasi sendiri?", content: "Tentu saja! Kami sangat fleksibel dan mendukung dekorasi custom. Tim kami siap membantu koordinasi dekorasi Anda untuk acara yang sempurna."
|
||||
}
|
||||
]}
|
||||
textPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bicycle-city-health-leisure-town-urban-vehicle_53876-23383.jpg"
|
||||
imageAlt="Imah Rasa Restaurant - Frequently asked questions"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Hubungi Kami"
|
||||
title="Siap Melayani Acara Spesial Anda"
|
||||
description="Hubungi kami sekarang untuk reservasi meja, informasi paket acara, atau pertanyaan lainnya. Tim kami siap membantu Anda 24/7."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Bagaimana cara memesan meja di Imah Rasa?", content: "Anda dapat memesan meja melalui WhatsApp, telepon langsung, atau mengisi formulir online di website kami. Tim kami akan merespons dalam waktu 1-2 jam kerja."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Apakah ada minimum order untuk acara?", content: "Untuk acara di luar jam operasional normal, kami meminta minimum order sesuai dengan kapasitas area yang Anda gunakan. Silakan konsultasikan langsung dengan tim kami untuk detail lebih lanjut."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Berapa lama waktu proses booking acara?", content: "Setelah konfirmasi dan deposit, proses booking memakan waktu 2-3 hari kerja untuk mendapatkan invoice lengkap dan detail final acara Anda."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Apakah lokasi mudah diakses?", content: "Ya, Imah Rasa berlokasi di Jalan Raya Babakan yang sangat strategis dan mudah diakses dari berbagai ruas jalan utama Tangerang. Tersedia juga area parkir yang luas."
|
||||
}
|
||||
]}
|
||||
ctaTitle="Siap Melayani Acara Spesial Anda"
|
||||
ctaDescription="Hubungi kami sekarang untuk reservasi, informasi paket acara, atau pertanyaan lainnya. Tim profesional kami siap membantu mewujudkan acara impian Anda."
|
||||
ctaButton={{ text: "Hubungi Kami", href: "https://wa.me/6281234567890" }}
|
||||
ctaIcon={MessageCircle}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bicycle-city-health-leisure-town-urban-vehicle_53876-23383.jpg"
|
||||
imageAlt="Imah Rasa Restaurant - Entrance and location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Masukkan email Anda"
|
||||
buttonText="Daftar Newsletter"
|
||||
termsText="Kami menghormati privasi Anda. Unsubscribe kapan saja."
|
||||
animationType="slide-up"
|
||||
accordionAnimationType="smooth"
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -215,4 +227,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user