Merge version_1 into main #2
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
description="Central Location & Warm Service"
|
||||
subdescription="Your authentic gateway to Dire Dawa"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg"
|
||||
imageAlt="Dire Dawa Ras Hotel lush gardens and courtyard"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -85,11 +85,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Spacious Standard Room", price: "Starting from ETB 800", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Spacious hotel room with comfortable bed and amenities"},
|
||||
id: "1", name: "Spacious Standard Room", price: "Starting from ETB 800", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Spacious hotel room with comfortable bed and amenities"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Family Suite", price: "Starting from ETB 1,200", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", imageAlt: "Large family suite with multiple rooms and comfortable spaces"},
|
||||
id: "2", name: "Family Suite", price: "Starting from ETB 1,200", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", imageAlt: "Large family suite with multiple rooms and comfortable spaces"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Business Executive Room", price: "Starting from ETB 950", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg?_wi=1", imageAlt: "Business room with workspace, desk, and professional amenities"},
|
||||
id: "3", name: "Business Executive Room", price: "Starting from ETB 950", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg", imageAlt: "Business room with workspace, desk, and professional amenities"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
buttons={[{ text: "View All Rooms", href: "#booking" }]}
|
||||
@@ -112,23 +115,29 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Lush Gardens", description: "Serene outdoor spaces perfect for relaxation, morning walks, and evening gatherings. A peaceful retreat in the heart of the city.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks_23-2149485960.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks_23-2149485960.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Authentic Dining", description: "Experience traditional Ethiopian cuisine prepared by our experienced chefs. Warm hospitality and delicious flavors create memorable meals.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg?_wi=3"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Business Facilities", description: "Professional workspace, meeting rooms, and reliable connectivity for business travelers. Everything you need to stay productive.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286149.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286149.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"
|
||||
},
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Amenities", href: "#amenities" }]}
|
||||
@@ -144,8 +153,9 @@ export default function LandingPage() {
|
||||
tagIcon={Users}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names=[
|
||||
"International Business Travelers", "Family Vacationers", "Cultural Tourists", "Event Planners", "Leisure Visitors", "Conference Attendees", "Adventure Seekers"]
|
||||
names={[
|
||||
"International Business Travelers", "Family Vacationers", "Cultural Tourists", "Event Planners", "Leisure Visitors", "Conference Attendees", "Adventure Seekers"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
tagAnimation="slide-up"
|
||||
@@ -160,13 +170,17 @@ export default function LandingPage() {
|
||||
author="Michael Thompson, Business Traveler"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", alt: "Michael Thompson"},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", alt: "Michael Thompson"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-mobile-phone_1157-32291.jpg", alt: "Family guests"},
|
||||
src: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-mobile-phone_1157-32291.jpg", alt: "Family guests"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-posing-while-holding-cup-coffee_23-2148638804.jpg", alt: "Cultural tourist"},
|
||||
src: "http://img.b2bpic.net/free-photo/man-posing-while-holding-cup-coffee_23-2148638804.jpg", alt: "Cultural tourist"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", alt: "Event coordinator"},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", alt: "Event coordinator"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -178,17 +192,23 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What makes Dire Dawa Ras Hotel special?", content: "We combine historic heritage with genuine Ethiopian hospitality. Our central location, spacious rooms, lush gardens, and warm staff create an authentic experience that resonates with business travelers, families, and cultural enthusiasts alike."},
|
||||
id: "1", title: "What makes Dire Dawa Ras Hotel special?", content: "We combine historic heritage with genuine Ethiopian hospitality. Our central location, spacious rooms, lush gardens, and warm staff create an authentic experience that resonates with business travelers, families, and cultural enthusiasts alike."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How far is the hotel from the airport?", content: "We're conveniently located in the heart of Dire Dawa, providing quick and easy access to the city center and transportation hubs. Our staff can arrange transfers upon request."},
|
||||
id: "2", title: "How far is the hotel from the airport?", content: "We're conveniently located in the heart of Dire Dawa, providing quick and easy access to the city center and transportation hubs. Our staff can arrange transfers upon request."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Are there rooms suitable for families and groups?", content: "Absolutely. We offer spacious family suites and compound-style accommodations perfect for celebrations, family reunions, and group events. Our event team can assist with planning and arrangements."},
|
||||
id: "3", title: "Are there rooms suitable for families and groups?", content: "Absolutely. We offer spacious family suites and compound-style accommodations perfect for celebrations, family reunions, and group events. Our event team can assist with planning and arrangements."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you cater to business travelers?", content: "Yes. We provide professional business facilities including meeting rooms, workspace, reliable connectivity, and convenient central location for conducting business in Dire Dawa."},
|
||||
id: "4", title: "Do you cater to business travelers?", content: "Yes. We provide professional business facilities including meeting rooms, workspace, reliable connectivity, and convenient central location for conducting business in Dire Dawa."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What dining options are available?", content: "Our restaurant serves authentic Ethiopian cuisine prepared by experienced chefs. We offer both traditional dishes and contemporary options in a warm, welcoming atmosphere."},
|
||||
id: "5", title: "What dining options are available?", content: "Our restaurant serves authentic Ethiopian cuisine prepared by experienced chefs. We offer both traditional dishes and contemporary options in a warm, welcoming atmosphere."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can you host events and celebrations?", content: "Yes. Our spacious gardens and flexible venues are ideal for weddings, conferences, corporate events, and celebrations. Contact our event team for customized arrangements."},
|
||||
id: "6", title: "Can you host events and celebrations?", content: "Yes. Our spacious gardens and flexible venues are ideal for weddings, conferences, corporate events, and celebrations. Contact our event team for customized arrangements."
|
||||
},
|
||||
]}
|
||||
ctaTitle="Ready to Experience Our Hospitality?"
|
||||
ctaDescription="Book your stay today and discover why Dire Dawa Ras Hotel is the preferred choice for travelers seeking authentic Ethiopian warmth and central city convenience."
|
||||
@@ -206,16 +226,20 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/direDawaRasHotel", ariaLabel: "Visit our Facebook page"},
|
||||
href: "https://facebook.com/direDawaRasHotel", ariaLabel: "Visit our Facebook page"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/direDawaRasHotel", ariaLabel: "Follow us on Instagram"},
|
||||
href: "https://instagram.com/direDawaRasHotel", ariaLabel: "Follow us on Instagram"
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+251962123456", ariaLabel: "Call us"},
|
||||
href: "tel:+251962123456", ariaLabel: "Call us"
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@direDawaRasHotel.com", ariaLabel: "Send us an email"},
|
||||
href: "mailto:info@direDawaRasHotel.com", ariaLabel: "Send us an email"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user