Merge version_1 into main #1
311
src/app/page.tsx
311
src/app/page.tsx
@@ -32,89 +32,38 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Events",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Rooms", id: "products" },
|
||||
{ name: "Events", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Educity Hotels & Spa"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Modern Comfort Meets Istanbul Sophistication"
|
||||
description="Discover luxury rooms, rejuvenating spa experiences, and award-winning dining in the heart of the city. Whether you're here for business or escape, Educity Hotels & Spa delivers five-star comfort at accessible prices."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Stay Today",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserve Your Stay Today", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
|
||||
alt: "Senior businessman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
alt: "Positive businessman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
alt: "Cheerful businesswoman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-young-man-enjoying-trip_23-2148727094.jpg",
|
||||
alt: "Stylish young man",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
|
||||
alt: "Happy successful businessman",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", alt: "Senior businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Positive businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Cheerful businesswoman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-young-man-enjoying-trip_23-2148727094.jpg", alt: "Stylish young man" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", alt: "Happy successful businessman" },
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ satisfied business and leisure travelers worldwide"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg",
|
||||
alt: "Wooden sauna",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Five-Star Service",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg",
|
||||
alt: "Spa sanctuary",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award-Winning Dining",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg",
|
||||
alt: "Modern office space",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg", alt: "Wooden sauna" },
|
||||
{ type: "text", text: "Five-Star Service" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg", alt: "Spa sanctuary" },
|
||||
{ type: "text", text: "Award-Winning Dining" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg", alt: "Modern office space" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,21 +73,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Unmatched Excellence"
|
||||
metrics={[
|
||||
{
|
||||
icon: Building2,
|
||||
label: "Luxury Rooms",
|
||||
value: "150+",
|
||||
},
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Award Dining",
|
||||
value: "5",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Spa Services",
|
||||
value: "20+",
|
||||
},
|
||||
{ icon: Building2, label: "Luxury Rooms", value: "150+" },
|
||||
{ icon: Coffee, label: "Award Dining", value: "5" },
|
||||
{ icon: Sparkles, label: "Spa Services", value: "20+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -149,21 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Boardroom Tech",
|
||||
description: "High-speed AV equipment and ergonomic furniture for successful meetings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chairs-row-congress-hall-with-no-people_637285-6708.jpg",
|
||||
},
|
||||
{
|
||||
title: "Grand Ballroom",
|
||||
description: "Perfect for large conferences and wedding celebrations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg",
|
||||
},
|
||||
{
|
||||
title: "Catering Services",
|
||||
description: "Customized gourmet menus by our award-winning culinary team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg",
|
||||
},
|
||||
{ title: "Boardroom Tech", description: "High-speed AV equipment and ergonomic furniture for successful meetings.", imageSrc: "http://img.b2bpic.net/free-photo/chairs-row-congress-hall-with-no-people_637285-6708.jpg" },
|
||||
{ title: "Grand Ballroom", description: "Perfect for large conferences and wedding celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg" },
|
||||
{ title: "Catering Services", description: "Customized gourmet menus by our award-winning culinary team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg" },
|
||||
]}
|
||||
title="Corporate & Event Facilities"
|
||||
description="Flexible spaces equipped with cutting-edge technology for seminars, executive meetings, and gala events."
|
||||
@@ -177,48 +102,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Deluxe Suite",
|
||||
price: "$290",
|
||||
variant: "Sea View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-4628.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Spa Haven",
|
||||
price: "$450",
|
||||
variant: "Wellness Focus",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-sink-floor-indoors-glass_1203-4047.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Gourmet Dining",
|
||||
price: "$80",
|
||||
variant: "Fine Dining",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1812.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Conference Suite",
|
||||
price: "$600",
|
||||
variant: "Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346653.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Wellness Center",
|
||||
price: "$50",
|
||||
variant: "Recreation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-relax-smile-leisure-vacation-around-swimming-pool-resort-hotel_74190-14519.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Skyline Lounge",
|
||||
price: "$120",
|
||||
variant: "Social",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-district-with-residential-high-modern-buildings-istanbul-bosphorus-strait-foreground-turkey_1268-16431.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Deluxe Suite", price: "$290", variant: "Sea View", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-4628.jpg" },
|
||||
{ id: "p2", name: "Spa Haven", price: "$450", variant: "Wellness Focus", imageSrc: "http://img.b2bpic.net/free-photo/room-sink-floor-indoors-glass_1203-4047.jpg" },
|
||||
{ id: "p3", name: "Gourmet Dining", price: "$80", variant: "Fine Dining", imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1812.jpg" },
|
||||
{ id: "p4", name: "Conference Suite", price: "$600", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346653.jpg" },
|
||||
{ id: "p5", name: "Wellness Center", price: "$50", variant: "Recreation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-relax-smile-leisure-vacation-around-swimming-pool-resort-hotel_74190-14519.jpg" },
|
||||
{ id: "p6", name: "Skyline Lounge", price: "$120", variant: "Social", imageSrc: "http://img.b2bpic.net/free-photo/view-district-with-residential-high-modern-buildings-istanbul-bosphorus-strait-foreground-turkey_1268-16431.jpg" },
|
||||
]}
|
||||
title="Our Accommodations"
|
||||
description="Experience unparalleled comfort in our curated selection of suites and rooms."
|
||||
@@ -231,36 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
title: "Guest Satisfaction",
|
||||
items: [
|
||||
"Comfort",
|
||||
"Location",
|
||||
"Service",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Corporate Events",
|
||||
items: [
|
||||
"Seminars",
|
||||
"Meetings",
|
||||
"Gala",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Industry Awards",
|
||||
items: [
|
||||
"Design",
|
||||
"Service",
|
||||
"Dining",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "98%", title: "Guest Satisfaction", items: ["Comfort", "Location", "Service"] },
|
||||
{ id: "m2", value: "5k+", title: "Corporate Events", items: ["Seminars", "Meetings", "Gala"] },
|
||||
{ id: "m3", value: "15+", title: "Industry Awards", items: ["Design", "Service", "Dining"] },
|
||||
]}
|
||||
title="Hotel Milestones"
|
||||
description="Delivering excellence to our guests since 2010."
|
||||
@@ -272,46 +134,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Perfect Business Trip",
|
||||
quote: "Reliable service and exceptional meeting facilities.",
|
||||
name: "John Doe",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Amazing Spa",
|
||||
quote: "The spa treatments are world-class.",
|
||||
name: "Sarah Lee",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-female-model-looking-camera_23-2148187392.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great Staff",
|
||||
quote: "Professional team that goes above and beyond.",
|
||||
name: "Mark Wilson",
|
||||
role: "Executive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Luxury Dining",
|
||||
quote: "The restaurant experience was a highlight.",
|
||||
name: "Anna Smith",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Five-Star Stay",
|
||||
quote: "Elegant surroundings and perfect attention to detail.",
|
||||
name: "Robert Miller",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-hat-with-short-haircut-center-big-city-close-up-portrait-soft-backlight_1321-2753.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Perfect Business Trip", quote: "Reliable service and exceptional meeting facilities.", name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg" },
|
||||
{ id: "t2", title: "Amazing Spa", quote: "The spa treatments are world-class.", name: "Sarah Lee", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-female-model-looking-camera_23-2148187392.jpg" },
|
||||
{ id: "t3", title: "Great Staff", quote: "Professional team that goes above and beyond.", name: "Mark Wilson", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg" },
|
||||
{ id: "t4", title: "Luxury Dining", quote: "The restaurant experience was a highlight.", name: "Anna Smith", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg" },
|
||||
{ id: "t5", title: "Five-Star Stay", quote: "Elegant surroundings and perfect attention to detail.", name: "Robert Miller", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-hat-with-short-haircut-center-big-city-close-up-portrait-soft-backlight_1321-2753.jpg" },
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="What our guests say about their stay at Educity."
|
||||
@@ -322,21 +149,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Check-in time?",
|
||||
content: "Check-in is at 3:00 PM.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Event space availability?",
|
||||
content: "Our team assists with scheduling and quotes upon inquiry.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Spa bookings?",
|
||||
content: "Reservations are recommended at least 24 hours in advance.",
|
||||
},
|
||||
{ id: "f1", title: "Check-in time?", content: "Check-in is at 3:00 PM." },
|
||||
{ id: "f2", title: "Event space availability?", content: "Our team assists with scheduling and quotes upon inquiry." },
|
||||
{ id: "f3", title: "Spa bookings?", content: "Reservations are recommended at least 24 hours in advance." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Get clear answers regarding your stay, events, or spa reservations."
|
||||
@@ -347,9 +162,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Inquire Now"
|
||||
title="Ready for your stay?"
|
||||
description="Submit your booking inquiry to receive a personalized quote."
|
||||
@@ -363,45 +176,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Educity Hotels & Spa"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Spa & Wellness",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#hero" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Spa & Wellness", href: "#products" }, { label: "Events", href: "#features" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user