Merge version_2 into main #1
206
src/app/page.tsx
206
src/app/page.tsx
@@ -32,46 +32,31 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Overview",
|
||||
id: "about",
|
||||
},
|
||||
name: "Overview", id: "about"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "Rooms", id: "rooms"},
|
||||
{
|
||||
name: "Dining",
|
||||
id: "features",
|
||||
},
|
||||
name: "Dining", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Tolip Inn Fayd"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Tolip Inn Fayd"
|
||||
description="Your Gateway to Ismailia's Finest Hospitality. Discover comfort, elegance, and authentic Egyptian hospitality at Tolip Inn Fayd Resort. Book your perfect escape with exclusive rates and seamless online reservations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Check Availability & Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Check Availability & Book Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591384.jpg"
|
||||
imageAlt="Tolip Inn Fayd Resort exterior"
|
||||
@@ -86,19 +71,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Guest Rating",
|
||||
value: "4.8",
|
||||
},
|
||||
label: "Guest Rating", value: "4.8"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Active",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years Active", value: "10+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Guests",
|
||||
value: "50k+",
|
||||
},
|
||||
label: "Happy Guests", value: "50k+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -112,47 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "r1",
|
||||
name: "Deluxe Canal View",
|
||||
price: "1500 EGP",
|
||||
variant: "Queen Bed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg",
|
||||
},
|
||||
id: "r1", name: "Deluxe Canal View", price: "Starting from 1500 EGP", variant: "Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg"},
|
||||
{
|
||||
id: "r2",
|
||||
name: "Family Suite",
|
||||
price: "2200 EGP",
|
||||
variant: "Double Room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg",
|
||||
},
|
||||
id: "r2", name: "Family Suite", price: "Starting from 2200 EGP", variant: "Double Room", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg"},
|
||||
{
|
||||
id: "r3",
|
||||
name: "Executive Room",
|
||||
price: "1800 EGP",
|
||||
variant: "King Bed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956523.jpg",
|
||||
},
|
||||
id: "r3", name: "Executive Room", price: "Starting from 1800 EGP", variant: "King Bed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956523.jpg"},
|
||||
{
|
||||
id: "r4",
|
||||
name: "Standard King",
|
||||
price: "1200 EGP",
|
||||
variant: "Queen Bed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_74190-5862.jpg",
|
||||
},
|
||||
id: "r4", name: "Standard King", price: "Starting from 1200 EGP", variant: "Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_74190-5862.jpg"},
|
||||
{
|
||||
id: "r5",
|
||||
name: "Royal Suite",
|
||||
price: "3500 EGP",
|
||||
variant: "Luxury Space",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg",
|
||||
},
|
||||
id: "r5", name: "Royal Suite", price: "Starting from 3500 EGP", variant: "Luxury Space", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg"},
|
||||
{
|
||||
id: "r6",
|
||||
name: "Twin Garden View",
|
||||
price: "1300 EGP",
|
||||
variant: "Two Beds",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg",
|
||||
},
|
||||
id: "r6", name: "Twin Garden View", price: "Starting from 1300 EGP", variant: "Two Beds", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg"},
|
||||
]}
|
||||
title="Our Luxurious Accommodations"
|
||||
description="Explore our range of well-appointed rooms designed for comfort and elegance."
|
||||
@@ -166,29 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Outdoor Pool",
|
||||
tags: [
|
||||
"Relaxation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-hotel-relaxation-orchid-leisure_1203-4944.jpg",
|
||||
},
|
||||
id: "f1", title: "Outdoor Pool", tags: [
|
||||
"Relaxation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-hotel-relaxation-orchid-leisure_1203-4944.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fine Dining Restaurant",
|
||||
tags: [
|
||||
"Cuisine",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_1203-8539.jpg",
|
||||
},
|
||||
id: "f2", title: "Fine Dining Restaurant", tags: [
|
||||
"Cuisine"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_1203-8539.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Conference Facilities",
|
||||
tags: [
|
||||
"Business",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-view-lake_8353-9965.jpg",
|
||||
},
|
||||
id: "f3", title: "Conference Facilities", tags: [
|
||||
"Business"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-view-lake_8353-9965.jpg"},
|
||||
]}
|
||||
title="Dining & World-Class Services"
|
||||
description="Experience fine dining, relaxing amenities, and professional events services tailored to your needs."
|
||||
@@ -202,59 +139,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Travel Blogger",
|
||||
company: "Wanderlust",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-commuter-standing-counter-while-attendant-checking-his-passport_107420-95792.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Travel Blogger", company: "Wanderlust", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-commuter-standing-counter-while-attendant-checking-his-passport_107420-95792.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ahmed Ibrahim",
|
||||
role: "Corporate Client",
|
||||
company: "Tech Egypt",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-traveler_23-2148938538.jpg",
|
||||
},
|
||||
id: "2", name: "Ahmed Ibrahim", role: "Corporate Client", company: "Tech Egypt", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-traveler_23-2148938538.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
role: "Leisure Guest",
|
||||
company: "Global Tours",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-posing_23-2148601987.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", role: "Leisure Guest", company: "Global Tours", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-posing_23-2148601987.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Smith",
|
||||
role: "Business Visitor",
|
||||
company: "Smith & Co",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
},
|
||||
id: "4", name: "David Smith", role: "Business Visitor", company: "Smith & Co", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Layla Mansour",
|
||||
role: "Wedding Planner",
|
||||
company: "Events Plus",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-standing-crosswalk-medium-shot_23-2148570650.jpg",
|
||||
},
|
||||
id: "5", name: "Layla Mansour", role: "Wedding Planner", company: "Events Plus", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-standing-crosswalk-medium-shot_23-2148570650.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.8", label: "Avg Rating"},
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Verified Reviews",
|
||||
},
|
||||
value: "1000+", label: "Verified Reviews"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Satisfaction Rate",
|
||||
},
|
||||
value: "95%", label: "Satisfaction Rate"},
|
||||
]}
|
||||
title="Verified Guest Reviews"
|
||||
description="Hear from travelers who enjoyed our hospitality."
|
||||
@@ -266,20 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are the check-in times?",
|
||||
content: "Check-in is at 2:00 PM and check-out is at 12:00 PM.",
|
||||
},
|
||||
id: "q1", title: "What are the check-in times?", content: "Check-in is at 2:00 PM and check-out is at 12:00 PM."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is there a pool on-site?",
|
||||
content: "Yes, we feature an outdoor swimming pool for all our guests.",
|
||||
},
|
||||
id: "q2", title: "Is there a pool on-site?", content: "Yes, we feature an outdoor swimming pool for all our guests."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I book events?",
|
||||
content: "Absolutely, our conference facilities are available for private and corporate events.",
|
||||
},
|
||||
id: "q3", title: "Can I book events?", content: "Absolutely, our conference facilities are available for private and corporate events."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -290,20 +187,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Booking Inquiry"
|
||||
title="Ready to Book Your Escape?"
|
||||
description="Our team is ready to help you with your booking. Reach out to us for availability or specific requirements."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@tolipinnfayd.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:info@tolipinnfayd.com"},
|
||||
{
|
||||
text: "Call Property",
|
||||
href: "tel:+20641234567",
|
||||
},
|
||||
text: "Call Property", href: "tel:+20641234567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -312,13 +204,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Tolip Inn Fayd Resort"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user