Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-25 16:09:12 +00:00
2 changed files with 138 additions and 343 deletions

View File

@@ -2,13 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterBase from '@/components/sections/footer/FooterBase';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import { Car, Sparkles, Wifi } from "lucide-react";
import { Bell, Car, Phone, Sparkles, Wifi, Headset, Restaurant, ClipboardList } from "lucide-react";
export default function LandingPage() {
export default function AmenitiesPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
@@ -23,177 +22,75 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Rooms",
id: "rooms",
href: "/#rooms",
},
{
name: "Amenities",
id: "amenities",
href: "/#amenities",
},
{
name: "Testimonials",
id: "testimonials",
href: "/#testimonials",
},
{
name: "FAQ",
id: "faq",
href: "/#faq",
},
{
name: "Contact",
id: "contact",
href: "/#contact",
},
]}
button={{
text: "Book Your Stay",
href: "/#contact",
}}
brandName="Sirano Hotel"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "Rooms", id: "/rooms"},
{
name: "Amenities", id: "/amenities"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "FAQ", id: "/#faq"},
{
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Your Stay", href: "/#contact"}}
brandName="Sirano Hotel"
/>
</div>
<div id="hotel-amenities" data-section="hotel-amenities">
<FeatureHoverPattern
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
icon: Wifi,
title: "High-Speed WiFi",
description: "Enjoy complimentary high-speed internet access throughout your stay, perfect for work or leisure.",
},
{
icon: Car,
title: "Free Parking",
description: "Convenient and secure parking facilities available on-site for all our guests, at no extra charge.",
},
{
icon: Sparkles,
title: "Daily Housekeeping",
description: "Impeccable cleanliness maintained daily, ensuring a fresh and comfortable environment for you.",
},
{
icon: Headset,
title: "24/7 Front Desk",
description: "Our dedicated staff is always available to assist you, day or night, for any needs or inquiries.",
},
{
icon: Restaurant,
title: "On-Site Restaurant",
description: "Savor delicious local and international cuisine at our hotel's elegant restaurant.",
},
{
icon: ClipboardList,
title: "Conference Facilities",
description: "Host your meetings and events in our well-equipped conference rooms with professional support.",
},
]}
title="Experience Our Signature Amenities"
description="From seamless connectivity to exceptional service, we ensure every aspect of your stay at Sirano Hotel is perfect and relaxing."
/>
</div>
<div id="amenities-page-content" data-section="amenities-page-content">
<FeatureBorderGlow
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ icon: Wifi, title: "High-Speed WiFi", description: "Stay connected with complimentary high-speed internet access throughout the hotel." },
{ icon: Car, title: "Free & Secure Parking", description: "Enjoy peace of mind with our ample and secure parking facilities." },
{ icon: Sparkles, title: "Impeccable Cleanliness", description: "We maintain the highest standards of hygiene and cleanliness." },
{ icon: Bell, title: "Exceptional Service", description: "Our dedicated staff is committed to providing personalized and attentive service." },
{ icon: Headset, title: "24/7 Concierge", description: "Our dedicated team is available around the clock to assist you with any request." },
{ icon: Restaurant, title: "On-site Dining", description: "Savor delectable dishes at our hotel restaurant, offering a diverse menu." },
{ icon: ClipboardList, title: "Event & Meeting Spaces", description: "Host your events in our versatile meeting rooms, equipped with modern facilities." }
]}
title="Comprehensive Hotel Amenities"
description="Discover the full spectrum of services and facilities designed to make your stay at Sirano Hotel truly exceptional."
/>
</div>
<div id="amenities-faq" data-section="amenities-faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Is WiFi available throughout the hotel?",
content: "Yes, complimentary high-speed WiFi is available in all guest rooms and public areas of the Sirano Hotel.",
},
{
id: "2",
title: "Do you offer free parking for guests?",
content: "Absolutely. Sirano Hotel provides free and secure on-site parking for all our guests during their stay.",
},
{
id: "3",
title: "What are the dining options at the hotel?",
content: "Our hotel features an exquisite on-site restaurant serving a variety of local Ethiopian dishes and international cuisine for breakfast, lunch, and dinner.",
},
{
id: "4",
title: "Are conference and event facilities available?",
content: "Yes, we have modern conference rooms and event spaces suitable for various gatherings, complete with professional support.",
},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our hotel amenities and services."
faqsAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Explore",
items: [
{
label: "Home",
href: "/",
},
{
label: "Rooms",
href: "/rooms",
},
{
label: "Amenities",
href: "/amenities",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
{
label: "Careers",
href: "/careers",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "/privacy",
},
{
label: "Terms of Service",
href: "/terms",
},
],
},
]}
logoText="Sirano Hotel"
copyrightText="© 2024 Sirano Hotel. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Hotel", items: [
{ label: "About Us", href: "/#about" },
{ label: "Rooms", href: "/rooms" },
{ label: "Amenities", href: "/amenities" }
]
},
{
title: "Support", items: [
{ label: "FAQ", href: "/#faq" },
{ label: "Contact Us", href: "/contact" },
{ label: "Booking Policy", href: "#" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
bottomLeftText="© 2024 Sirano Hotel. All rights reserved."
bottomRightText="Built with comfort in mind."
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -3,12 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactFaq from '@/components/sections/contact/ContactFaq';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import { Phone } from "lucide-react";
import { Bell, Car, Phone, Sparkles, Wifi } from "lucide-react";
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
@@ -23,173 +22,72 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Rooms",
id: "rooms",
href: "/#rooms",
},
{
name: "Amenities",
id: "amenities",
href: "/#amenities",
},
{
name: "Testimonials",
id: "testimonials",
href: "/#testimonials",
},
{
name: "FAQ",
id: "faq",
href: "/#faq",
},
{
name: "Contact",
id: "contact",
href: "/#contact",
},
]}
button={{
text: "Book Your Stay",
href: "/#contact",
}}
brandName="Sirano Hotel"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "Rooms", id: "/rooms"},
{
name: "Amenities", id: "/amenities"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "FAQ", id: "/#faq"},
{
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Your Stay", href: "/#contact"}}
brandName="Sirano Hotel"
/>
</div>
<div id="contact-form" data-section="contact-form">
<ContactSplitForm
useInvertedBackground={false}
title="Get in Touch with Sirano Hotel"
description="We're here to assist you with any inquiries, bookings, or special requests. Fill out the form below or reach out directly to our friendly team."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{
name: "subject",
type: "text",
placeholder: "Subject",
required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/top-orange-building-with-white-balcony-window-with-clear-blue-sky-background_181624-1481.jpg?_wi=2"
imageAlt="Exterior of Sirano Hotel at dusk"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
/>
</div>
<div id="contact-page-content" data-section="contact-page-content">
<ContactFaq
animationType="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "contact-faq-1", title: "General Inquiries?", content: "For any general questions, please fill out the form below or call us directly." },
{ id: "contact-faq-2", title: "Reservations?", content: "For reservation-related questions, please contact our booking department." },
{ id: "contact-faq-3", title: "Event Bookings?", content: "For event bookings and inquiries, our events team is happy to assist you." }
]}
ctaTitle="Need to Speak with Us?"
ctaDescription="Our friendly team is available to answer all your questions and assist with bookings."
ctaButton={{ text: "Call Us Now", href: "tel:+251-XXX-XXXX" }}
ctaIcon={Phone}
/>
</div>
<div id="contact-cta-faq" data-section="contact-cta-faq">
<ContactFaq
animationType="slide-up"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What are your check-in and check-out times?",
content: "Check-in is at 2:00 PM and check-out is at 12:00 PM. Early check-in or late check-out may be available upon request and subject to availability.",
},
{
id: "2",
title: "Do you offer airport transportation?",
content: "Yes, we can arrange airport transfers for an additional fee. Please contact our reception desk in advance to make arrangements.",
},
{
id: "3",
title: "Is breakfast included in the room rate?",
content: "Breakfast inclusion varies by room package. Please check your booking confirmation or contact us for details on your specific reservation.",
},
]}
ctaTitle="Need Immediate Assistance?"
ctaDescription="Our friendly reception team is available 24/7 to help with any inquiries, last-minute bookings, or special needs during your stay."
ctaButton={{
text: "Call Us Now",
href: "tel:+251465551234",
}}
ctaIcon={Phone}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Explore",
items: [
{
label: "Home",
href: "/",
},
{
label: "Rooms",
href: "/rooms",
},
{
label: "Amenities",
href: "/amenities",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
{
label: "Careers",
href: "/careers",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "/privacy",
},
{
label: "Terms of Service",
href: "/terms",
},
],
},
]}
logoText="Sirano Hotel"
copyrightText="© 2024 Sirano Hotel. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Hotel", items: [
{ label: "About Us", href: "/#about" },
{ label: "Rooms", href: "/rooms" },
{ label: "Amenities", href: "/amenities" }
]
},
{
title: "Support", items: [
{ label: "FAQ", href: "/#faq" },
{ label: "Contact Us", href: "/contact" },
{ label: "Booking Policy", href: "#" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
bottomLeftText="© 2024 Sirano Hotel. All rights reserved."
bottomRightText="Built with comfort in mind."
/>
</div>
</ReactLenis>
</ThemeProvider>
);