Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 13:35:34 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap } from "lucide-react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -29,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Rooms",
id: "rooms",
},
name: "Rooms", id: "rooms"},
{
name: "Restaurant",
id: "restaurant",
},
name: "Restaurant", id: "restaurant"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Hotel Tchimina"
/>
@@ -53,102 +46,57 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Your Comfortable Stay in Central Huambo"
description="Experience comfort, 24/7 hospitality, and local flavors in the heart of Huambo, Angola. We offer an affordable and welcoming environment for business and leisure travelers."
testimonials={[
{
name: "Joao M.",
handle: "@guest",
testimonial: "Excellent location and very welcoming staff. Great for my business trip.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-shaking-hands_23-2149986632.jpg",
},
name: "Joao M.", handle: "@guest", testimonial: "Excellent location and very welcoming staff. Great for my business trip.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-shaking-hands_23-2149986632.jpg"},
{
name: "Maria S.",
handle: "@traveler",
testimonial: "Affordable comfort in Huambo. Loved the restaurant menu.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/restful-man_1098-13861.jpg",
},
name: "Maria S.", handle: "@traveler", testimonial: "Affordable comfort in Huambo. Loved the restaurant menu.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/restful-man_1098-13861.jpg"},
{
name: "Carlos B.",
handle: "@professional",
testimonial: "Reliable 24/7 service. My go-to hotel now.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg",
},
name: "Carlos B.", handle: "@professional", testimonial: "Reliable 24/7 service. My go-to hotel now.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg"},
{
name: "Ana R.",
handle: "@local",
testimonial: "The perfect place for a short stay in the city.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg",
},
name: "Ana R.", handle: "@local", testimonial: "The perfect place for a short stay in the city.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg"},
{
name: "Paulo K.",
handle: "@business",
testimonial: "Quiet, fast internet, and great location. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-desk-front-view_23-2149741202.jpg",
},
name: "Paulo K.", handle: "@business", testimonial: "Quiet, fast internet, and great location. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-desk-front-view_23-2149741202.jpg"},
]}
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
{
text: "Chat on WhatsApp",
href: "https://wa.me/244",
},
text: "Chat on WhatsApp", href: "https://wa.me/244"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-hx70uwzv.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-hx70uwzv.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-men-shaking-hands_23-2149986632.jpg",
alt: "Guest 1",
},
src: "http://img.b2bpic.net/free-photo/side-view-men-shaking-hands_23-2149986632.jpg", alt: "Guest 1"},
{
src: "http://img.b2bpic.net/free-photo/restful-man_1098-13861.jpg",
alt: "Guest 2",
},
src: "http://img.b2bpic.net/free-photo/restful-man_1098-13861.jpg", alt: "Guest 2"},
{
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg",
alt: "Guest 3",
},
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg", alt: "Guest 3"},
{
src: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg",
alt: "Guest 4",
},
src: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg", alt: "Guest 4"},
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-desk-front-view_23-2149741202.jpg",
alt: "Guest 5",
},
src: "http://img.b2bpic.net/free-photo/smiley-woman-desk-front-view_23-2149741202.jpg", alt: "Guest 5"},
]}
avatarText="Trusted by 1000+ travelers"
marqueeItems={[
{
type: "text",
text: "24/7 Service",
},
type: "text", text: "24/7 Service"},
{
type: "text",
text: "Free Wi-Fi",
},
type: "text", text: "Free Wi-Fi"},
{
type: "text",
text: "Central Location",
},
type: "text", text: "Central Location"},
{
type: "text",
text: "Local Cuisine",
},
type: "text", text: "Local Cuisine"},
{
type: "text",
text: "Secure Parking",
},
type: "text", text: "Secure Parking"},
]}
/>
</div>
@@ -161,19 +109,13 @@ export default function LandingPage() {
description="Located centrally in Huambo, we provide a reliable, affordable, and comfortable environment designed to meet the needs of business travelers, tourists, and NGO workers. We pride ourselves on 24/7 availability and a genuine local hospitality experience."
bulletPoints={[
{
title: "Central Location",
description: "Ideally situated for easy access to city attractions and business centers.",
},
title: "Central Location", description: "Ideally situated for easy access to city attractions and business centers."},
{
title: "24/7 Hospitality",
description: "Our team is always available to ensure your comfort around the clock.",
},
title: "24/7 Hospitality", description: "Our team is always available to ensure your comfort around the clock."},
{
title: "Affordable Comfort",
description: "Premium comfort for every traveler without breaking the budget.",
},
title: "Affordable Comfort", description: "Premium comfort for every traveler without breaking the budget."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-m7hgdad2.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-m7hgdad2.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -184,28 +126,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Standard Room",
description: "Cozy single bed, AC, and high-speed Wi-Fi.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-bwz8v5rv.jpg?_wi=1",
buttonIcon: "Zap",
title: "Standard Room", description: "Cozy single bed, AC, and high-speed Wi-Fi.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-bwz8v5rv.jpg", buttonIcon: Zap,
},
{
title: "Double Room",
description: "Spacious and ideal for couples or two travelers.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-ngl4hzme.jpg?_wi=1",
buttonIcon: "Zap",
title: "Double Room", description: "Spacious and ideal for couples or two travelers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-ngl4hzme.jpg", buttonIcon: Zap,
},
{
title: "Deluxe Room",
description: "Extra amenities and added comfort for long stays.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-hx70uwzv.jpg?_wi=2",
buttonIcon: "Zap",
title: "Deluxe Room", description: "Extra amenities and added comfort for long stays.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-hx70uwzv.jpg", buttonIcon: Zap,
},
{
title: "Suite",
description: "Our most premium offering for the best experience.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-m7hgdad2.jpg?_wi=2",
buttonIcon: "Zap",
title: "Suite", description: "Our most premium offering for the best experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-m7hgdad2.jpg", buttonIcon: Zap,
},
]}
title="Our Accommodations"
@@ -221,41 +151,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Local Feast",
price: "Varies",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-et01t91b.jpg?_wi=1",
},
id: "1", name: "Local Feast", price: "Varies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-et01t91b.jpg"},
{
id: "2",
name: "Fresh Breakfast",
price: "Inquire",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-et01t91b.jpg?_wi=2",
},
id: "2", name: "Fresh Breakfast", price: "Inquire", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265454-et01t91b.jpg"},
{
id: "3",
name: "Evening Cocktail",
price: "Varies",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-bwz8v5rv.jpg?_wi=2",
},
id: "3", name: "Evening Cocktail", price: "Varies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-bwz8v5rv.jpg"},
{
id: "4",
name: "Lounge Snacks",
price: "Varies",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-bwz8v5rv.jpg?_wi=3",
},
id: "4", name: "Lounge Snacks", price: "Varies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-bwz8v5rv.jpg"},
{
id: "5",
name: "Hot Coffee",
price: "Varies",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-ngl4hzme.jpg?_wi=2",
},
id: "5", name: "Hot Coffee", price: "Varies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-ngl4hzme.jpg"},
{
id: "6",
name: "Daily Menu",
price: "Varies",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-ngl4hzme.jpg?_wi=3",
},
id: "6", name: "Daily Menu", price: "Varies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4qIvETwuNcjtQAwkP5W3m9iSY/uploaded-1775655265455-ngl4hzme.jpg"},
]}
title="Dining at Hotel Tchimina"
description="Indulge in authentic local Angolan cuisine and relax at our lounge bar. Open daily for your convenience."
@@ -266,18 +172,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
text="Ready to book your stay? Contact us today via phone or WhatsApp for instant confirmation."
buttons={[
{
text: "Call Now",
href: "tel:+244",
},
text: "Call Now", href: "tel:+244"},
{
text: "WhatsApp Us",
href: "https://wa.me/244",
},
text: "WhatsApp Us", href: "https://wa.me/244"},
]}
/>
</div>
@@ -287,33 +188,21 @@ export default function LandingPage() {
logoText="Hotel Tchimina"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Rooms",
href: "#rooms",
},
label: "Rooms", href: "#rooms"},
{
label: "Dining",
href: "#restaurant",
},
label: "Dining", href: "#restaurant"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "WhatsApp",
href: "https://wa.me/244",
},
label: "WhatsApp", href: "https://wa.me/244"},
{
label: "Email",
href: "mailto:info@tchimina.co.ao",
},
label: "Email", href: "mailto:info@tchimina.co.ao"},
],
},
]}