Merge version_1 into main #2
493
src/app/page.tsx
493
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "#rooms",
|
||||
},
|
||||
name: "Rooms", id: "#rooms"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "#amenities",
|
||||
},
|
||||
name: "Amenities", id: "#amenities"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Elite Residence Madrid"
|
||||
/>
|
||||
@@ -66,51 +54,25 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Premier Executive Residence in Madrid"
|
||||
description="Experience unparalleled comfort, security, and academic excellence in our exclusive student accommodation. Designed for discerning MBA and Master's students seeking a prestigious living environment."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Carlos Gomez",
|
||||
handle: "MBA Student",
|
||||
testimonial: "Living at Elite Residence has truly elevated my MBA experience. The facilities are top-notch, and the environment is perfect for focused study while still being close to everything.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
||||
imageAlt: "Carlos Gomez",
|
||||
},
|
||||
name: "Carlos Gomez", handle: "MBA Student", testimonial: "Living at Elite Residence has truly elevated my MBA experience. The facilities are top-notch, and the environment is perfect for focused study while still being close to everything.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Carlos Gomez"},
|
||||
{
|
||||
name: "Elena Ramirez",
|
||||
handle: "Master's Student",
|
||||
testimonial: "The security and privacy here are unmatched. It feels more like a boutique hotel than student housing, allowing me to fully concentrate on my studies and well-being.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-redhead-woman-red-hat-drinking-from-thermos-warming-up-with-hot-drink-her-flask_1258-196826.jpg",
|
||||
imageAlt: "Elena Ramirez",
|
||||
},
|
||||
name: "Elena Ramirez", handle: "Master's Student", testimonial: "The security and privacy here are unmatched. It feels more like a boutique hotel than student housing, allowing me to fully concentrate on my studies and well-being.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-redhead-woman-red-hat-drinking-from-thermos-warming-up-with-hot-drink-her-flask_1258-196826.jpg", imageAlt: "Elena Ramirez"},
|
||||
{
|
||||
name: "David Chen",
|
||||
handle: "MBA Candidate",
|
||||
testimonial: "The dedicated study areas and high-speed WiFi are invaluable. Plus, the housekeeping and laundry services give me more time for academics and networking.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-young-curly-bearded-man-orange-tshirt-floral-shirt-smiles-sincerely-listens-music-headphones-crosses-arms-leans-wall-outside_197531-28842.jpg",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
name: "David Chen", handle: "MBA Candidate", testimonial: "The dedicated study areas and high-speed WiFi are invaluable. Plus, the housekeeping and laundry services give me more time for academics and networking.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-young-curly-bearded-man-orange-tshirt-floral-shirt-smiles-sincerely-listens-music-headphones-crosses-arms-leans-wall-outside_197531-28842.jpg", imageAlt: "David Chen"},
|
||||
{
|
||||
name: "Sophia Lee",
|
||||
handle: "Master's Graduate",
|
||||
testimonial: "Choosing Elite Residence was the best decision for my Master's. The supportive community and premium amenities made my stay comfortable and highly productive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13229.jpg",
|
||||
imageAlt: "Sophia Lee",
|
||||
},
|
||||
name: "Sophia Lee", handle: "Master's Graduate", testimonial: "Choosing Elite Residence was the best decision for my Master's. The supportive community and premium amenities made my stay comfortable and highly productive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13229.jpg", imageAlt: "Sophia Lee"},
|
||||
{
|
||||
name: "Mark Johnson",
|
||||
handle: "MBA Alumni",
|
||||
testimonial: "The exclusivity and academic focus of Elite Residence are exactly what I needed. It’s a perfect blend of luxury living and an environment conducive to success.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-looking-watch-standing-near-business-centre_176420-5636.jpg",
|
||||
imageAlt: "Mark Johnson",
|
||||
},
|
||||
name: "Mark Johnson", handle: "MBA Alumni", testimonial: "The exclusivity and academic focus of Elite Residence are exactly what I needed. It’s a perfect blend of luxury living and an environment conducive to success.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-looking-watch-standing-near-business-centre_176420-5636.jpg", imageAlt: "Mark Johnson"},
|
||||
]}
|
||||
testimonialRotationInterval={7000}
|
||||
tag="Exclusive Student Living"
|
||||
@@ -118,66 +80,42 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Room Details",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Room Details", href: "#contact"},
|
||||
{
|
||||
text: "Book a Virtual Tour",
|
||||
href: "https://wa.me/34676655662",
|
||||
},
|
||||
text: "Book a Virtual Tour", href: "https://wa.me/34676655662"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-happy-emotive-young-african-american-guy-with-afro-hairstyle-bristle-smiling-broadly-while-wearing-denim-coat-backpack-walking-across-park-festival_176420-19819.jpg",
|
||||
alt: "Student avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-happy-emotive-young-african-american-guy-with-afro-hairstyle-bristle-smiling-broadly-while-wearing-denim-coat-backpack-walking-across-park-festival_176420-19819.jpg", alt: "Student avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg",
|
||||
alt: "Student avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", alt: "Student avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66651.jpg",
|
||||
alt: "Student avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66651.jpg", alt: "Student avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/you-got-it-closeup-portrait-smiling-cute-young-hispanic-man-saying-good-luck-pointing-fingers_1258-111343.jpg",
|
||||
alt: "Student avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/you-got-it-closeup-portrait-smiling-cute-young-hispanic-man-saying-good-luck-pointing-fingers_1258-111343.jpg", alt: "Student avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-student-holding-notebooks_23-2149647050.jpg",
|
||||
alt: "Student avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-student-holding-notebooks_23-2149647050.jpg", alt: "Student avatar 5"},
|
||||
]}
|
||||
avatarText="Join our thriving academic community"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-1hxqnc5u.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-1hxqnc5u.jpg"
|
||||
imageAlt="Luxury student accommodation pool area at Elite Residence Madrid"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Academic Excellence",
|
||||
icon: GraduationCap,
|
||||
type: "text-icon", text: "Academic Excellence", icon: GraduationCap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Living",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Premium Living", icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Security Assured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Security Assured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Gourmet Dining",
|
||||
icon: Coffee,
|
||||
type: "text-icon", text: "Gourmet Dining", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Community",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Community", icon: Globe,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -188,19 +126,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Your Premier Academic Home in Madrid",
|
||||
},
|
||||
type: "text", content: "Your Premier Academic Home in Madrid"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More About Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-t7kjyrl0.jpg?_wi=1"
|
||||
imageAlt="Luxury patio area for students at Elite Residence"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -212,35 +144,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "premium-room",
|
||||
brand: "Elite Residence",
|
||||
name: "Premium Room",
|
||||
price: "€1,390/month",
|
||||
rating: 5,
|
||||
reviewCount: "24 reviews",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-hlbcw2my.jpg?_wi=1",
|
||||
imageAlt: "Premium Room with desk and bed",
|
||||
},
|
||||
id: "premium-room", brand: "Elite Residence", name: "Premium Room", price: "€1,390/month", rating: 5,
|
||||
reviewCount: "24 reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-hlbcw2my.jpg", imageAlt: "Premium Room with desk and bed"},
|
||||
{
|
||||
id: "deluxe-room",
|
||||
brand: "Elite Residence",
|
||||
name: "Deluxe Room",
|
||||
price: "€1,450/month",
|
||||
rating: 5,
|
||||
reviewCount: "32 reviews",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-9so2y15n.jpg?_wi=1",
|
||||
imageAlt: "Deluxe Room with spacious study area",
|
||||
},
|
||||
id: "deluxe-room", brand: "Elite Residence", name: "Deluxe Room", price: "€1,450/month", rating: 5,
|
||||
reviewCount: "32 reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-9so2y15n.jpg", imageAlt: "Deluxe Room with spacious study area"},
|
||||
{
|
||||
id: "executive-suite",
|
||||
brand: "Elite Residence",
|
||||
name: "Executive Suite",
|
||||
price: "€1,690/month",
|
||||
rating: 5,
|
||||
reviewCount: "48 reviews",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-t8zz6x7x.jpg?_wi=1",
|
||||
imageAlt: "Executive Suite living area",
|
||||
},
|
||||
id: "executive-suite", brand: "Elite Residence", name: "Executive Suite", price: "€1,690/month", rating: 5,
|
||||
reviewCount: "48 reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-t8zz6x7x.jpg", imageAlt: "Executive Suite living area"},
|
||||
]}
|
||||
title="Discover Your Perfect Room"
|
||||
description="Each room and suite is meticulously designed to offer a tranquil and productive environment, blending modern luxury with academic functionality. Find your ideal space for success."
|
||||
@@ -257,140 +168,76 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "High-Definition Television",
|
||||
description: "Enjoy entertainment and stay informed with a modern television in your private space.",
|
||||
icon: Tv,
|
||||
title: "High-Definition Television", description: "Enjoy entertainment and stay informed with a modern television in your private space.", icon: Tv,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-streaming-service-together-living-room_23-2149026112.jpg",
|
||||
imageAlt: "High-Definition Television",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-streaming-service-together-living-room_23-2149026112.jpg", imageAlt: "High-Definition Television"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-house-decorated-with-american-flag-colors-ornaments-independence-day-celebration_23-2151469876.jpg",
|
||||
imageAlt: "High-Definition Television",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-1hxqnc5u.jpg?_wi=2",
|
||||
imageAlt: "modern TV setup luxury student room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-house-decorated-with-american-flag-colors-ornaments-independence-day-celebration_23-2151469876.jpg", imageAlt: "High-Definition Television"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Dedicated Study Area",
|
||||
description: "A well-designed, quiet space perfect for focused study and academic work.",
|
||||
icon: BookOpen,
|
||||
title: "Dedicated Study Area", description: "A well-designed, quiet space perfect for focused study and academic work.", icon: BookOpen,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-laptop_23-2148592310.jpg",
|
||||
imageAlt: "Dedicated Study Area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-laptop_23-2148592310.jpg", imageAlt: "Dedicated Study Area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg",
|
||||
imageAlt: "Dedicated Study Area",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-t7kjyrl0.jpg?_wi=2",
|
||||
imageAlt: "modern TV setup luxury student room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg", imageAlt: "Dedicated Study Area"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Shared or Private Bathroom",
|
||||
description: "Choose between meticulously clean shared facilities or the privacy of an en-suite bathroom.",
|
||||
icon: Droplet,
|
||||
title: "Shared or Private Bathroom", description: "Choose between meticulously clean shared facilities or the privacy of an en-suite bathroom.", icon: Droplet,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2868.jpg",
|
||||
imageAlt: "Shared or Private Bathroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2868.jpg", imageAlt: "Shared or Private Bathroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg",
|
||||
imageAlt: "Shared or Private Bathroom",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-hlbcw2my.jpg?_wi=2",
|
||||
imageAlt: "modern TV setup luxury student room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg", imageAlt: "Shared or Private Bathroom"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Ultra High-Speed WiFi",
|
||||
description: "Reliable and blazing-fast internet connectivity for all your academic and personal needs.",
|
||||
icon: Wifi,
|
||||
title: "Ultra High-Speed WiFi", description: "Reliable and blazing-fast internet connectivity for all your academic and personal needs.", icon: Wifi,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-staying-bed-working-laptop_23-2148532908.jpg",
|
||||
imageAlt: "Ultra High-Speed WiFi",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-staying-bed-working-laptop_23-2148532908.jpg", imageAlt: "Ultra High-Speed WiFi"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-outdoors-with-coffee-laptop_23-2148575312.jpg",
|
||||
imageAlt: "Ultra High-Speed WiFi",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-9so2y15n.jpg?_wi=2",
|
||||
imageAlt: "modern TV setup luxury student room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-outdoors-with-coffee-laptop_23-2148575312.jpg", imageAlt: "Ultra High-Speed WiFi"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Gourmet Breakfast Included",
|
||||
description: "Start your day with a delicious and nutritious breakfast prepared fresh daily.",
|
||||
icon: Coffee,
|
||||
title: "Gourmet Breakfast Included", description: "Start your day with a delicious and nutritious breakfast prepared fresh daily.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-breakfast-table-people-around-table-having-their-meal-daytime-food-meal-breakfast-tea_140725-25902.jpg",
|
||||
imageAlt: "Gourmet Breakfast Included",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-breakfast-table-people-around-table-having-their-meal-daytime-food-meal-breakfast-tea_140725-25902.jpg", imageAlt: "Gourmet Breakfast Included"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9327.jpg",
|
||||
imageAlt: "Gourmet Breakfast Included",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErWJUOlZUQb4otPHotDTC1zkTq/uploaded-1780937167138-t8zz6x7x.jpg?_wi=2",
|
||||
imageAlt: "modern TV setup luxury student room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9327.jpg", imageAlt: "Gourmet Breakfast Included"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Professional Housekeeping",
|
||||
description: "Enjoy a pristine living environment with regular cleaning services for your room and common areas.",
|
||||
icon: Sparkles,
|
||||
title: "Professional Housekeeping", description: "Enjoy a pristine living environment with regular cleaning services for your room and common areas.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-reading-home_23-2147737697.jpg",
|
||||
imageAlt: "Professional Housekeeping",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-reading-home_23-2147737697.jpg", imageAlt: "Professional Housekeeping"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-surface-should-be-clean-tidy-indoor-shot-woman-wearing-maid-uniform-making-bed-smiling-being-good-mood-while-working-hotel-as-housemaid-employee-cleaning-room-her-employer_176420-11932.jpg",
|
||||
imageAlt: "Professional Housekeeping",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-happy-emotive-young-african-american-guy-with-afro-hairstyle-bristle-smiling-broadly-while-wearing-denim-coat-backpack-walking-across-park-festival_176420-19819.jpg",
|
||||
imageAlt: "modern TV setup luxury student room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-surface-should-be-clean-tidy-indoor-shot-woman-wearing-maid-uniform-making-bed-smiling-being-good-mood-while-working-hotel-as-housemaid-employee-cleaning-room-her-employer_176420-11932.jpg", imageAlt: "Professional Housekeeping"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Laundry & Ironing Service",
|
||||
description: "Convenient and efficient laundry and ironing services to keep your wardrobe fresh.",
|
||||
icon: Briefcase,
|
||||
title: "Laundry & Ironing Service", description: "Convenient and efficient laundry and ironing services to keep your wardrobe fresh.", icon: Briefcase,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-housewife-holding-pink-bank-card-white_140725-154192.jpg",
|
||||
imageAlt: "Laundry & Ironing Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-housewife-holding-pink-bank-card-white_140725-154192.jpg", imageAlt: "Laundry & Ironing Service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-floral-dress-sitting-couch_273609-5427.jpg",
|
||||
imageAlt: "Laundry & Ironing Service",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg",
|
||||
imageAlt: "modern TV setup luxury student room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-floral-dress-sitting-couch_273609-5427.jpg", imageAlt: "Laundry & Ironing Service"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Access to Premium Amenities",
|
||||
description: "Exclusive access to all our executive-level facilities, including lounges and study zones.",
|
||||
icon: Key,
|
||||
title: "Access to Premium Amenities", description: "Exclusive access to all our executive-level facilities, including lounges and study zones.", icon: Key,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-home-landscaping-outdoor-hot_1232-4040.jpg",
|
||||
imageAlt: "Access to Premium Amenities",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-home-landscaping-outdoor-hot_1232-4040.jpg", imageAlt: "Access to Premium Amenities"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-map-cottage_107420-9659.jpg",
|
||||
imageAlt: "Access to Premium Amenities",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66651.jpg",
|
||||
imageAlt: "modern TV setup luxury student room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-map-cottage_107420-9659.jpg", imageAlt: "Access to Premium Amenities"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Unrivaled Amenities for Elite Students"
|
||||
@@ -408,72 +255,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "premium-room",
|
||||
title: "Premium Room",
|
||||
price: "€1,390",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Television",
|
||||
"Dedicated study area",
|
||||
"Shared bathroom",
|
||||
"High-speed WiFi",
|
||||
"Breakfast included",
|
||||
"Housekeeping service",
|
||||
"Laundry and ironing service",
|
||||
"Access to all premium amenities",
|
||||
],
|
||||
id: "premium-room", title: "Premium Room", price: "€1,390", period: "/month", features: [
|
||||
"Television", "Dedicated study area", "Shared bathroom", "High-speed WiFi", "Breakfast included", "Housekeeping service", "Laundry and ironing service", "Access to all premium amenities"],
|
||||
button: {
|
||||
text: "Check Availability",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-smiling-woman-working-laptop-bed_23-2148304980.jpg",
|
||||
imageAlt: "Premium Room interior",
|
||||
},
|
||||
text: "Check Availability", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-smiling-woman-working-laptop-bed_23-2148304980.jpg", imageAlt: "Premium Room interior"},
|
||||
{
|
||||
id: "deluxe-room",
|
||||
title: "Deluxe Room",
|
||||
price: "€1,450",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Television",
|
||||
"Spacious study area",
|
||||
"Shared bathroom",
|
||||
"High-speed WiFi",
|
||||
"Breakfast included",
|
||||
"Housekeeping service",
|
||||
"Laundry and ironing service",
|
||||
"Access to all premium amenities",
|
||||
],
|
||||
id: "deluxe-room", title: "Deluxe Room", price: "€1,450", period: "/month", features: [
|
||||
"Television", "Spacious study area", "Shared bathroom", "High-speed WiFi", "Breakfast included", "Housekeeping service", "Laundry and ironing service", "Access to all premium amenities"],
|
||||
button: {
|
||||
text: "Check Availability",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bright-sunny-room-with-windows-tv-tables-many-cells_181624-13692.jpg",
|
||||
imageAlt: "Deluxe Room interior",
|
||||
},
|
||||
text: "Check Availability", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bright-sunny-room-with-windows-tv-tables-many-cells_181624-13692.jpg", imageAlt: "Deluxe Room interior"},
|
||||
{
|
||||
id: "executive-suite",
|
||||
title: "Executive Suite",
|
||||
price: "€1,690",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Private bathroom",
|
||||
"Television",
|
||||
"Executive study desk",
|
||||
"Maximum privacy",
|
||||
"High-speed WiFi",
|
||||
"Breakfast included",
|
||||
"Housekeeping service",
|
||||
"Laundry and ironing service",
|
||||
"Access to all premium amenities",
|
||||
],
|
||||
id: "executive-suite", title: "Executive Suite", price: "€1,690", period: "/month", features: [
|
||||
"Private bathroom", "Television", "Executive study desk", "Maximum privacy", "High-speed WiFi", "Breakfast included", "Housekeeping service", "Laundry and ironing service", "Access to all premium amenities"],
|
||||
button: {
|
||||
text: "Reserve Your Room",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121732.jpg",
|
||||
imageAlt: "Executive Suite interior",
|
||||
},
|
||||
text: "Reserve Your Room", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121732.jpg", imageAlt: "Executive Suite interior"},
|
||||
]}
|
||||
title="Our Official Room Pricing"
|
||||
description="Choose from our meticulously curated room options, each designed to offer a unique blend of comfort, privacy, and academic support for your stay in Madrid."
|
||||
@@ -488,14 +286,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"IE Business School",
|
||||
"ESADE Business School",
|
||||
"Universidad Complutense",
|
||||
"Universidad Autónoma",
|
||||
"Carlos III University",
|
||||
"Comillas Pontifical University",
|
||||
"EAE Business School",
|
||||
]}
|
||||
"IE Business School", "ESADE Business School", "Universidad Complutense", "Universidad Autónoma", "Carlos III University", "Comillas Pontifical University", "EAE Business School"]}
|
||||
title="Trusted by Students from Leading Universities"
|
||||
description="Elite Residence is the preferred choice for students enrolled in prestigious MBA and Master's programs across Madrid's top academic institutions."
|
||||
tag="Academic Excellence"
|
||||
@@ -511,45 +302,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sofía Pérez",
|
||||
role: "MBA Student, IE Business School",
|
||||
testimonial: "The attention to detail and personalized service at Elite Residence made my transition to Madrid seamless. It’s truly a cut above traditional student housing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-smiling_1187-3162.jpg",
|
||||
imageAlt: "Sofía Pérez",
|
||||
},
|
||||
id: "1", name: "Sofía Pérez", role: "MBA Student, IE Business School", testimonial: "The attention to detail and personalized service at Elite Residence made my transition to Madrid seamless. It’s truly a cut above traditional student housing.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-smiling_1187-3162.jpg", imageAlt: "Sofía Pérez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Javier López",
|
||||
role: "Master's in Finance, ESADE",
|
||||
testimonial: "I highly recommend Elite Residence. The environment fosters both academic focus and a sense of community, crucial for my Master's program.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graduate-woman-looking-aside-casual-clothes-uniform-looking-focused-front-view_176474-51151.jpg",
|
||||
imageAlt: "Javier López",
|
||||
},
|
||||
id: "2", name: "Javier López", role: "Master's in Finance, ESADE", testimonial: "I highly recommend Elite Residence. The environment fosters both academic focus and a sense of community, crucial for my Master's program.", imageSrc: "http://img.b2bpic.net/free-photo/graduate-woman-looking-aside-casual-clothes-uniform-looking-focused-front-view_176474-51151.jpg", imageAlt: "Javier López"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Garcia",
|
||||
role: "International Student, Complutense",
|
||||
testimonial: "The security and premium amenities are fantastic. I feel completely safe and supported, allowing me to thrive in my studies and explore Madrid worry-free.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-resting-sportsground_23-2148209535.jpg",
|
||||
imageAlt: "Maria Garcia",
|
||||
},
|
||||
id: "3", name: "Maria Garcia", role: "International Student, Complutense", testimonial: "The security and premium amenities are fantastic. I feel completely safe and supported, allowing me to thrive in my studies and explore Madrid worry-free.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-resting-sportsground_23-2148209535.jpg", imageAlt: "Maria Garcia"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tomás Ruiz",
|
||||
role: "Executive MBA Candidate",
|
||||
testimonial: "For an executive-level experience, Elite Residence delivers. The quiet study spaces and high-quality services are exactly what I needed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-winner-gesture-graduate-uniform-looking-blissful_176474-82403.jpg",
|
||||
imageAlt: "Tomás Ruiz",
|
||||
},
|
||||
id: "4", name: "Tomás Ruiz", role: "Executive MBA Candidate", testimonial: "For an executive-level experience, Elite Residence delivers. The quiet study spaces and high-quality services are exactly what I needed.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-winner-gesture-graduate-uniform-looking-blissful_176474-82403.jpg", imageAlt: "Tomás Ruiz"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ana Sanchez",
|
||||
role: "Master's in Marketing, Carlos III",
|
||||
testimonial: "From the breakfast to the laundry service, everything is managed with excellence. It feels like a true luxury home away from home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-yellow-jacket_176474-48791.jpg",
|
||||
imageAlt: "Ana Sanchez",
|
||||
},
|
||||
id: "5", name: "Ana Sanchez", role: "Master's in Marketing, Carlos III", testimonial: "From the breakfast to the laundry service, everything is managed with excellence. It feels like a true luxury home away from home.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-yellow-jacket_176474-48791.jpg", imageAlt: "Ana Sanchez"},
|
||||
]}
|
||||
title="What Our Students Say"
|
||||
description="Hear directly from our residents about their exceptional living and academic experience at Elite Residence Madrid."
|
||||
@@ -565,20 +326,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cómo puedo solicitar una habitación?",
|
||||
content: "Puede solicitar una habitación rellenando el formulario de contacto en esta página o contactando con nuestro equipo a través de WhatsApp. Le guiaremos a través de los pasos de disponibilidad y reserva.",
|
||||
},
|
||||
id: "1", title: "¿Cómo puedo solicitar una habitación?", content: "Puede solicitar una habitación rellenando el formulario de contacto en esta página o contactando con nuestro equipo a través de WhatsApp. Le guiaremos a través de los pasos de disponibilidad y reserva."},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Qué servicios están incluidos en el precio?",
|
||||
content: "Todos nuestros precios incluyen televisión, área de estudio dedicada, WiFi de alta velocidad, desayuno, servicio de limpieza, y acceso a todas las comodidades premium. Algunas suites también incluyen baño privado.",
|
||||
},
|
||||
id: "2", title: "¿Qué servicios están incluidos en el precio?", content: "Todos nuestros precios incluyen televisión, área de estudio dedicada, WiFi de alta velocidad, desayuno, servicio de limpieza, y acceso a todas las comodidades premium. Algunas suites también incluyen baño privado."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Existe un periodo mínimo de estancia?",
|
||||
content: "Nuestras estancias están diseñadas para ajustarse a los ciclos académicos. Por favor, consulte con nuestro equipo sobre los periodos mínimos y opciones de flexibilidad.",
|
||||
},
|
||||
id: "3", title: "¿Existe un periodo mínimo de estancia?", content: "Nuestras estancias están diseñadas para ajustarse a los ciclos académicos. Por favor, consulte con nuestro equipo sobre los periodos mínimos y opciones de flexibilidad."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-designated-space-academic-study-reading-university-campus_482257-126865.jpg"
|
||||
imageAlt="Student relaxing in a luxury common area"
|
||||
@@ -597,8 +349,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect With Us"
|
||||
title="Reserve Su Residencia Exclusiva"
|
||||
description="Nuestro equipo está listo para ayudarle. Rellene el formulario a continuación o contáctenos directamente vía WhatsApp para asistencia inmediata y detalles personalizados de las habitaciones."
|
||||
@@ -618,71 +369,43 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Rooms",
|
||||
items: [
|
||||
title: "Rooms", items: [
|
||||
{
|
||||
label: "Premium Room",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Premium Room", href: "#rooms"},
|
||||
{
|
||||
label: "Deluxe Room",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Deluxe Room", href: "#rooms"},
|
||||
{
|
||||
label: "Executive Suite",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Executive Suite", href: "#rooms"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "#amenities",
|
||||
},
|
||||
label: "Amenities", href: "#amenities"},
|
||||
{
|
||||
label: "Housekeeping",
|
||||
href: "#amenities",
|
||||
},
|
||||
label: "Housekeeping", href: "#amenities"},
|
||||
{
|
||||
label: "Breakfast",
|
||||
href: "#amenities",
|
||||
},
|
||||
label: "Breakfast", href: "#amenities"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Why Elite Residence",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Why Elite Residence", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/34676655662",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/34676655662"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user