Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16fa387c9f | |||
| e3f485cf5c | |||
| 5c1e135e5c | |||
| 58dc42f8b8 | |||
| b6861cea55 | |||
| ee56a20395 | |||
| d2c0997389 | |||
| 9d9a4a14ec | |||
| d6fbbd8900 |
@@ -3,9 +3,9 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Phone } from "lucide-react";
|
||||
import { Phone, Mail, MapPin } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Hotel",
|
||||
items: [
|
||||
title: "Hotel", items: [
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
{ label: "Restaurant", href: "/restaurant" },
|
||||
{ label: "Amenities", href: "/rooms" },
|
||||
@@ -27,8 +26,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Dilla City", href: "/about" },
|
||||
{ label: "Gedeo Zone", href: "/about" },
|
||||
@@ -36,8 +34,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Booking Terms", href: "#" },
|
||||
@@ -64,36 +61,19 @@ export default function ContactPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tagIcon={Phone}
|
||||
title="Ready to Book Your Stay?"
|
||||
description="Contact Delight International Hotel today to reserve your room or inquire about our services. We're here to help make your stay memorable."
|
||||
buttons={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How can I make a reservation?",
|
||||
content:
|
||||
"You can contact us directly via phone or email to make a reservation. Our friendly staff will assist you with room selection and booking details.",
|
||||
},
|
||||
text: "Call Us", href: "tel:+251930108590"},
|
||||
{
|
||||
id: "2",
|
||||
title: "What makes Delight Hotel special?",
|
||||
content:
|
||||
"We combine authentic Ethiopian hospitality with modern comfort. Our prime location in Dilla City, friendly staff, clean rooms, and excellent dining make us the preferred choice for travelers.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you host events and group bookings?",
|
||||
content:
|
||||
"Yes, we accommodate group bookings and events. Please contact us to discuss your specific needs and we'll arrange the best options for your group.",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@delighthotel.com"},
|
||||
]}
|
||||
ctaTitle="Ready to Book Your Stay?"
|
||||
ctaDescription="Contact us today to reserve your room or inquire about our services"
|
||||
ctaButton={{
|
||||
text: "Contact Hotel",
|
||||
href: "/contact",
|
||||
}}
|
||||
ctaIcon={Phone}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,4 +88,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -81,15 +81,15 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661419.jpg", imageAlt: "Delight International Hotel exterior"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArHL3ixS5ee8GhRMCZrnWXMR4Q/uploaded-1773345767811-g42sp6cn.png", imageAlt: "Delight International Hotel exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/night-bedroom-attic-empty-moonlight-interior_1441-3660.jpg", imageAlt: "Comfortable hotel room"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArHL3ixS5ee8GhRMCZrnWXMR4Q/uploaded-1773345837403-xuesgusq.png", imageAlt: "Comfortable hotel room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/market-stall-with-various-dried-fruits-nuts_23-2148209806.jpg", imageAlt: "Traditional Ethiopian coffee"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArHL3ixS5ee8GhRMCZrnWXMR4Q/uploaded-1773345731667-0s2wj28c.png", imageAlt: "Traditional Ethiopian coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-girl-sitting-wooden-chair-outside-enjoying-exotic-landscape-amazing-slim-young-woman-white-sunglasses-bikini-have-sunbathing-yard-with-cactuses-vacation_197531-3065.jpg?_wi=1", imageAlt: "Hotel courtyard and facilities"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArHL3ixS5ee8GhRMCZrnWXMR4Q/uploaded-1773345812445-0qigj6l3.png", imageAlt: "Hotel courtyard and facilities"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598343.jpg", imageAlt: "Restaurant dining area"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArHL3ixS5ee8GhRMCZrnWXMR4Q/uploaded-1773345791595-tmzvthdd.png", imageAlt: "Restaurant dining area"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,7 +99,7 @@ export default function HomePage() {
|
||||
title="About Delight International Hotel"
|
||||
description="Delight International Hotel is a well-known hotel in Dilla City offering comfortable rooms, a welcoming restaurant, and friendly service. The hotel serves both local and international travelers visiting the Gedeo Zone, famous for its beautiful coffee landscapes and rich cultural heritage."
|
||||
tag="Our Story"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-brunette-girl-sitting-wooden-chair-outside-enjoying-exotic-landscape-amazing-slim-young-woman-white-sunglasses-bikini-have-sunbathing-yard-with-cactuses-vacation_197531-3065.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArHL3ixS5ee8GhRMCZrnWXMR4Q/uploaded-1773345925190-x7c3kfop.png"
|
||||
imageAlt="Hotel courtyard and premises"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user