Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-09 01:58:51 +00:00

View File

@@ -28,61 +28,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Experiences", id: "services" },
{ name: "Contact", id: "contact" },
]}
brandName="Khakchang Baptist Church"
brandName="Shamser Gazir Bansher Kella Resort"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
title="Welcome to Khakchang Baptist Church"
description="A place of peace, community, and faith. Join us for our weekly gatherings."
buttons={[
{
text: "Plan a Visit",
href: "#contact",
},
]}
background={{ variant: "sparkles-gradient" }}
title="Shamser Gazir Bansher Kella Resort"
description="Escape to the beauty of nature, comfort, and luxury. A perfect getaway for family, friends, and your special someone."
buttons={[{ text: "Book Your Stay", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-clock-tower-against-sky_169016-20938.jpg?_wi=1",
imageAlt: "Peaceful church exterior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/open-bible-stand-sun-rays-light-scripture_169016-71816.jpg?_wi=1",
imageAlt: "Open Bible with sunlight",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/assembly-hall-temple-square-complex_181624-34672.jpg",
imageAlt: "Sanctuary assembly hall",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-clock-tower-against-sky_169016-20938.jpg?_wi=2",
imageAlt: "Church clock tower",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/open-bible-stand-sun-rays-light-scripture_169016-71816.jpg?_wi=2",
imageAlt: "Scripture lighting",
},
{ imageSrc: "https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?q=80&w=2070", imageAlt: "Resort view" },
{ imageSrc: "https://images.unsplash.com/photo-1566073771259-6a8506099945?q=80&w=2070", imageAlt: "Luxury room" },
{ imageSrc: "https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?q=80&w=2070", imageAlt: "Peaceful surroundings" },
]}
mediaAnimation="slide-up"
/>
@@ -90,20 +54,13 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Our Community"
description="We are a dedicated group of believers focused on faith, support, and serving our local community."
title="Unforgettable Memories"
description="Escape to the beauty of Shamser Gazir Bansher Kella Resort where nature, comfort, and luxury come together. Whether you want a weekend break, a family vacation, or a romantic stay, this resort gives you the perfect experience."
metrics={[
{
value: "100+",
title: "Members",
},
{
value: "30+",
title: "Years Serving",
},
{ value: "10/10", title: "Guest Satisfaction" },
{ value: "Luxury", title: "Comfort Level" },
]}
imageSrc="http://img.b2bpic.net/free-photo/door-historical-building-ottawa_649448-1045.jpg"
imageSrc="https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=2070"
/>
</div>
@@ -111,121 +68,51 @@ export default function LandingPage() {
<FeatureCardTwelve
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
title="Our Resort Experiences"
description="Enjoy peaceful surroundings, beautiful views, and relaxing amenities designed for your rejuvenation."
features={[
{
id: "s1",
label: "Sunday",
title: "Morning Worship",
items: [
"Family service",
"Message and reflection",
"Community fellowship",
],
},
{
id: "s2",
label: "Wednesday",
title: "Midweek Prayer",
items: [
"Group prayer",
"Scripture study",
"Quiet time",
],
},
{
id: "s3",
label: "Saturday",
title: "Youth Fellowship",
items: [
"Activities",
"Mentorship",
"Community games",
],
},
{ id: "1", label: "Relaxation", title: "Comfortable Stays", items: ["Premium Bedding", "Nature Views", "Room Service"] },
{ id: "2", label: "Family", title: "Family Vacations", items: ["Spacious Areas", "Kid-friendly", "Group Activities"] },
{ id: "3", label: "Romance", title: "Romantic Getaways", items: ["Private Suites", "Scenic Dining", "Peaceful Vibes"] }
]}
title="Our Weekly Services"
description="We offer programs for all age groups to learn, grow, and connect."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Everything you need to know about your stay at Shamser Gazir Bansher Kella Resort."
faqs={[
{
id: "f1",
title: "When is service?",
content: "Our Sunday worship begins at 10:00 AM.",
},
{
id: "f2",
title: "What should I wear?",
content: "Come as you are! We focus on fellowship, not dress code.",
},
{
id: "f3",
title: "Is there child care?",
content: "Yes, we provide childcare during Sunday morning services.",
},
{ id: "1", title: "Is the resort pet-friendly?", content: "Please contact us directly to discuss our pet policy for your specific visit." },
{ id: "2", title: "How do I book a stay?", content: "You can book your stay by contacting us through the form below or via phone." },
{ id: "3", title: "What activities are nearby?", content: "Enjoy beautiful views and nature walks right at the resort and its surrounding area." }
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-cutting-food_23-2149943877.jpg"
title="Common Questions"
description="New to our church? Find answers to commonly asked questions here."
faqsAnimation="blur-reveal"
faqsAnimation="slide-up"
textboxLayout="split"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
tag="Connect With Us"
title="Visit Khakchang Baptist"
description="We look forward to meeting you. Send us a message for directions or more information."
buttons={[
{
text: "Contact Us",
href: "mailto:info@church.org",
},
]}
tag="Book Now"
title="Ready to Visit?"
description="Enjoy the beauty of Bangladesh like never before. Book your stay now and create unforgettable memories."
buttons={[{ text: "Contact us", href: "mailto:booking@resort.com" }]}
background={{ variant: "sparkles-gradient" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Khakchang Baptist"
logoText="Shamser Gazir Bansher Kella Resort"
columns={[
{
title: "Location",
items: [
{
label: "Khakchang, District",
href: "#",
},
],
},
{
title: "Links",
items: [
{
label: "Sunday Worship",
href: "#services",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Bookings", href: "#contact" }] },
{ title: "Resort", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] }
]}
copyrightText="© 2024 Khakchang Baptist Church"
copyrightText="© 2025 Shamser Gazir Bansher Kella Resort. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}