Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-19 02:47:15 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Rooms",
id: "features",
},
name: "Rooms", id: "features"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Texas Royal Lodge"
/>
@@ -58,35 +50,21 @@ export default function LandingPage() {
description="Your budget-friendly, quiet, and comfortable retreat in Pokuase/Amasaman, Accra."
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12653.jpg",
imageAlt: "Luxury hotel room interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12653.jpg", imageAlt: "Luxury hotel room interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg",
imageAlt: "Modern hotel suite photography",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg", imageAlt: "Modern hotel suite photography"},
{
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-businessman-sitting-bed-besides-luggage-bag_1163-5498.jpg",
imageAlt: "Clean hotel accommodation",
},
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-businessman-sitting-bed-besides-luggage-bag_1163-5498.jpg", imageAlt: "Clean hotel accommodation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-unmade-bed_1203-1226.jpg",
imageAlt: "Comfortable room space",
},
imageSrc: "http://img.b2bpic.net/free-photo/white-unmade-bed_1203-1226.jpg", imageAlt: "Comfortable room space"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9619.jpg",
imageAlt: "Bright bedroom interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9619.jpg", imageAlt: "Bright bedroom interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg",
imageAlt: "Relaxing hotel room setting",
},
imageSrc: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg", imageAlt: "Relaxing hotel room setting"},
]}
/>
</div>
@@ -97,20 +75,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "High-Speed WiFi",
description: "Stay connected with complimentary high-speed internet access in all rooms.",
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-laptop-three-applications_1134-309.jpg",
},
title: "High-Speed WiFi", description: "Stay connected with complimentary high-speed internet access in all rooms.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-laptop-three-applications_1134-309.jpg"},
{
title: "Satellite Entertainment",
description: "Relax with your favorite satellite channels on modern smart TVs.",
imageSrc: "http://img.b2bpic.net/free-photo/amused-beautiful-young-woman-pajamas-watching-tv-night-happy-dog_482257-30775.jpg",
},
title: "Satellite Entertainment", description: "Relax with your favorite satellite channels on modern smart TVs.", imageSrc: "http://img.b2bpic.net/free-photo/amused-beautiful-young-woman-pajamas-watching-tv-night-happy-dog_482257-30775.jpg"},
{
title: "24/7 Service",
description: "Our front desk and room service are available around the clock.",
imageSrc: "http://img.b2bpic.net/free-photo/employees-welcoming-older-people_482257-81630.jpg",
},
title: "24/7 Service", description: "Our front desk and room service are available around the clock.", imageSrc: "http://img.b2bpic.net/free-photo/employees-welcoming-older-people_482257-81630.jpg"},
]}
title="Premium In-Room Comfort"
description="Experience modern amenities designed for your absolute rest and convenience."
@@ -136,20 +105,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Climate Controlled",
description: "Every room features air conditioning for your total comfort.",
imageSrc: "http://img.b2bpic.net/free-photo/searching-engine-optimizing-seo-browsing-concept_53876-64993.jpg",
},
title: "Climate Controlled", description: "Every room features air conditioning for your total comfort.", imageSrc: "http://img.b2bpic.net/free-photo/searching-engine-optimizing-seo-browsing-concept_53876-64993.jpg"},
{
title: "Kitchenette Basics",
description: "Rooms include a mini-fridge and microwave for your snacks.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-photos-light-movie-projector_23-2149377400.jpg",
},
title: "Kitchenette Basics", description: "Rooms include a mini-fridge and microwave for your snacks.", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-photos-light-movie-projector_23-2149377400.jpg"},
{
title: "Central Access",
description: "Easy access to Achimota Mall and major university areas.",
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-providing-luxury-service_482257-78605.jpg",
},
title: "Central Access", description: "Easy access to Achimota Mall and major university areas.", imageSrc: "http://img.b2bpic.net/free-photo/receptionist-providing-luxury-service_482257-78605.jpg"},
]}
title="Convenience at Every Turn"
description="We ensure your stay is fully equipped with daily essentials."
@@ -164,25 +124,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "8.8",
title: "Guest Rating",
description: "Excellent booking score",
icon: Star,
id: "m1", value: "8.8", title: "Guest Rating", description: "Excellent booking score", icon: Star,
},
{
id: "m2",
value: "24/7",
title: "Staff Support",
description: "Always available",
icon: Clock,
id: "m2", value: "24/7", title: "Staff Support", description: "Always available", icon: Clock,
},
{
id: "m3",
value: "100%",
title: "Cleanliness",
description: "Room hygiene guaranteed",
icon: ShieldCheck,
id: "m3", value: "100%", title: "Cleanliness", description: "Room hygiene guaranteed", icon: ShieldCheck,
},
]}
title="Guest Excellence"
@@ -195,30 +143,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Mensah",
imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg",
},
id: "1", name: "Sarah Mensah", imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg"},
{
id: "2",
name: "John Doe",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg",
},
id: "2", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg"},
{
id: "3",
name: "Anita Boateng",
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
},
id: "3", name: "Anita Boateng", imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg"},
{
id: "4",
name: "Kofi Mensah",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg",
},
id: "4", name: "Kofi Mensah", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg"},
{
id: "5",
name: "Ama Serwaa",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-27988.jpg",
},
id: "5", name: "Ama Serwaa", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-27988.jpg"},
]}
cardTitle="What Our Guests Say"
cardTag="Guest Reviews"
@@ -231,20 +164,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What are your check-in times?",
content: "Check-in is available 24/7 at our reception.",
},
id: "q1", title: "What are your check-in times?", content: "Check-in is available 24/7 at our reception."},
{
id: "q2",
title: "How far is the airport?",
content: "We are roughly 30-45 minutes from the airport depending on traffic.",
},
id: "q2", title: "How far is the airport?", content: "We are roughly 30-45 minutes from the airport depending on traffic."},
{
id: "q3",
title: "Is parking available?",
content: "Yes, we provide secure parking for our guests.",
},
id: "q3", title: "Is parking available?", content: "Yes, we provide secure parking for our guests."},
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -255,14 +179,16 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="Book Your Stay Today"
description="Reach out to us to confirm your reservation and secure your room at Texas Royal Lodge."
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-with-umbrellas_1127-2147.jpg"
mediaAnimation="slide-up"
mediaPosition="right"
onSubmit={(email) => {
window.location.href = `mailto:reservations@texasroyallodge.com?subject=Reservation%20Request&body=Hello,%0A%0AI%20would%20like%20to%20make%20a%20reservation.%20My%20email%20is:%20${email}`;
}}
/>
</div>
@@ -272,25 +198,17 @@ export default function LandingPage() {
{
items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Amenities",
href: "#amenities",
},
label: "Amenities", href: "#amenities"},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}
@@ -300,4 +218,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}