Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b1c42b655 | |||
| e0d48158f6 | |||
| 71c915b243 | |||
| 9db68aed76 |
116
src/app/page.tsx
116
src/app/page.tsx
@@ -9,7 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import { Award, Heart, MessageCircle, Sparkles, Star, Mail, MapPin, Phone } from 'lucide-react';
|
||||
import { Award, Heart, MessageCircle, Sparkles, Star, Mail, MapPin, Phone, Wrench } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="Dar Saray"
|
||||
brandName="Elite Facilities Management"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -35,43 +35,43 @@ export default function LandingPage() {
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "contact" }}
|
||||
button={{ text: "Request Quote", href: "contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
title="Welcome to Dar Saray"
|
||||
description="Experience luxury hospitality reimagined. Discover elegance, comfort, and exceptional service at our premier destination."
|
||||
tag="Premium Experience"
|
||||
title="Professional Facilities Management Solutions"
|
||||
description="Comprehensive facility services designed to optimize operations, reduce costs, and maintain your workspace. Expert management across commercial, industrial, and institutional properties."
|
||||
tag="Industry Leaders"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Amira Hassan", handle: "Travel Enthusiast", testimonial: "An absolutely magnificent experience. Every detail was perfectly curated.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Marcus Sterling", handle: "Corporate Executive", testimonial: "The finest hospitality I've encountered. Exceeded all expectations.", rating: 5,
|
||||
name: "Robert Thompson", handle: "Operations Director", testimonial: "Transformed our facility operations. Their team is reliable, responsive, and incredibly professional. Best investment we made.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Sophie Laurent", handle: "Lifestyle Blogger", testimonial: "Dar Saray sets the standard for luxury. Highly recommended.", rating: 5,
|
||||
name: "Jennifer Walsh", handle: "Facilities Manager", testimonial: "Outstanding service quality. They handle everything from maintenance to compliance seamlessly. Highly dependable partner.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Michael Anderson", handle: "Property Manager", testimonial: "Exceptional attention to detail and proactive problem-solving. Their expertise has significantly improved our facility standards.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "David Chen", handle: "Business Traveler", testimonial: "Impeccable service and stunning surroundings. A true gem.", rating: 5,
|
||||
name: "Sarah Mitchell", handle: "Building Director", testimonial: "Professional, efficient, and cost-effective. They've become an integral part of our facility management team.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081466.jpg"
|
||||
imageAlt="Dar Saray luxury destination"
|
||||
imageAlt="Professional facilities management team"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Book Now", href: "contact" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
{ text: "Get a Quote", href: "contact" },
|
||||
{ text: "View Services", href: "services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -80,17 +80,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Story"
|
||||
tag="Our Mission"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
title="Crafting Moments of Excellence"
|
||||
description="Dar Saray represents the pinnacle of luxury hospitality, blending cultural heritage with modern sophistication. Our commitment to exceptional service and attention to detail creates unforgettable experiences for every guest."
|
||||
title="Building Excellence Through Professional Facilities Management"
|
||||
description="With over two decades of industry experience, we provide comprehensive facilities management solutions that streamline operations, enhance workplace safety, and maximize asset value. Our expert team delivers reliable, cost-effective services that keep your facility running smoothly."
|
||||
metrics={[
|
||||
{ value: "20+", title: "Years of Excellence" },
|
||||
{ value: "50K+", title: "Satisfied Guests" }
|
||||
{ value: "500+", title: "Satisfied Clients" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medieval-house_1182-802.jpg"
|
||||
imageAlt="Dar Saray heritage and architecture"
|
||||
imageAlt="Professional facilities management infrastructure"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -99,9 +99,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSix
|
||||
title="Our Services"
|
||||
description="Discover the comprehensive range of luxury services we offer to enhance your stay."
|
||||
tag="Premium Offerings"
|
||||
title="Our Facility Services"
|
||||
description="Comprehensive solutions tailored to meet the unique needs of your facility. From routine maintenance to emergency response, we handle it all with professionalism and expertise."
|
||||
tag="Core Services"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -109,15 +109,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Concierge Excellence", description: "Our dedicated concierge team anticipates your every need, providing personalized assistance 24/7 for an seamless experience.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-folder-his-hands-handsome-confident-businessman-wearing-suit-standing_1157-43486.jpg", imageAlt: "Premium concierge service"
|
||||
title: "Preventive Maintenance", description: "Proactive maintenance programs designed to minimize downtime, extend equipment lifecycle, and reduce operational costs through systematic inspections and scheduled maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-folder-his-hands-handsome-confident-businessman-wearing-suit-standing_1157-43486.jpg", imageAlt: "Preventive maintenance services"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Culinary Mastery", description: "Indulge in world-class dining experiences curated by our award-winning chefs using the finest ingredients sourced globally.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg", imageAlt: "Gourmet dining experience"
|
||||
title: "Janitorial & Cleaning", description: "Professional cleaning and sanitation services maintaining hygienic, attractive facilities. Our trained teams use industry-standard equipment and eco-friendly products for daily, weekly, or specialized cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg", imageAlt: "Professional cleaning services"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Wellness & Spa", description: "Rejuvenate your mind and body with our luxury spa treatments and wellness programs designed for ultimate relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7524.jpg", imageAlt: "Luxury spa and wellness"
|
||||
title: "Safety & Compliance", description: "Comprehensive facility inspections, safety protocols, and regulatory compliance management. We ensure your property meets all local, state, and federal requirements with detailed documentation.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7524.jpg", imageAlt: "Safety and compliance management"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -125,8 +125,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="Guest Stories"
|
||||
description="Hear from our cherished guests about their transformative experiences at Dar Saray."
|
||||
title="Client Success Stories"
|
||||
description="See how Elite Facilities Management has transformed facility operations for leading organizations across various industries."
|
||||
tag="Client Testimonials"
|
||||
tagIcon={MessageCircle}
|
||||
tagAnimation="slide-up"
|
||||
@@ -135,22 +135,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Yasmin Al-Rashid", handle: "@yasmintravel", testimonial: "Dar Saray transformed my vacation into a life-changing experience. The attention to detail is unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg?_wi=2", imageAlt: "Yasmin Al-Rashid"
|
||||
id: "1", name: "David Chen", handle: "@corpfacilities", testimonial: "Outstanding service quality. Their team handles everything from minor repairs to major maintenance projects with professionalism and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Thomas Mueller", handle: "@travelwithstyle", testimonial: "The most luxurious destination I've ever visited. Every moment was pure perfection and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Thomas Mueller"
|
||||
id: "2", name: "Maria Santos", handle: "@buildingops", testimonial: "Reliable partners we can count on. Their proactive approach to maintenance has significantly reduced our facility emergencies and operational costs.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg?_wi=2", imageAlt: "Maria Santos"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", handle: "@luxeadventurer", testimonial: "Exceptional service paired with breathtaking beauty. Dar Saray is truly a sanctuary of excellence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg?_wi=2", imageAlt: "Elena Rodriguez"
|
||||
id: "3", name: "James Richardson", handle: "@propertymanager", testimonial: "Professional excellence in every aspect. They've elevated our facility management to industry-leading standards with their expertise and dedication.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg?_wi=2", imageAlt: "James Richardson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Whitmore", handle: "@sophisticatedliving", testimonial: "The epitome of luxury hospitality. Every detail was considered with remarkable care and precision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg?_wi=2", imageAlt: "James Whitmore"
|
||||
id: "4", name: "Amanda Foster", handle: "@facilityexperts", testimonial: "Exceptional responsiveness and problem-solving. They treat our facility as if it were their own. A truly valued partner in our success.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg?_wi=2", imageAlt: "Amanda Foster"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Fatima Zahra", handle: "@culturaltravel", testimonial: "A perfect blend of tradition and modernity. Dar Saray celebrates excellence in every aspect.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg?_wi=3", imageAlt: "Fatima Zahra"
|
||||
id: "5", name: "Christopher Lee", handle: "@industrialops", testimonial: "Comprehensive facility solutions that deliver results. Their attention to compliance and safety standards gives us complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Christopher Lee"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Alexander Petrov", handle: "@luxurystays", testimonial: "Unmatched sophistication and warmth. This is where world-class hospitality truly comes alive.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Alexander Petrov"
|
||||
id: "6", name: "Victoria Huang", handle: "@facilityteams", testimonial: "Best-in-class service delivery. Their team's expertise and reliability make facility management effortless. Highly recommended for any organization.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg?_wi=3", imageAlt: "Victoria Huang"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
@@ -159,15 +159,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Global Leaders"
|
||||
description="Dar Saray partners with prestigious international organizations and luxury brands."
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Facilities management solutions chosen by leading corporations, institutions, and organizations nationwide."
|
||||
tag="Our Partners"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxury Hospitality Guild", "International Travel Alliance", "Premium Destinations Collective", "Global Excellence Standards", "Elite Services Network", "Luxury Brand Consortium", "International Tourism Board"
|
||||
"Corporate Facilities Alliance", "Industrial Management Association", "National Building Operators Council", "Professional Services Network", "Facility Excellence Standards", "Property Management Consortium", "Commercial Real Estate Board"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-golden-hotels-badges_23-2147531436.jpg", "http://img.b2bpic.net/free-vector/geometric-orange-logo_1035-4790.jpg", "http://img.b2bpic.net/free-vector/work-logo-design_1289-281.jpg", "http://img.b2bpic.net/free-vector/logo-with-vintage-luxury-style_23-2147839710.jpg", "http://img.b2bpic.net/free-vector/luxury-letter-v-logo-concept-design-golden-color_1017-11222.jpg", "http://img.b2bpic.net/free-vector/dark-monoline-logo-collection_23-2147682012.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-gold-crown-logo-template_23-2150947497.jpg"
|
||||
@@ -179,20 +179,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
tag="Contact Us"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
title="Contact Information"
|
||||
description="Reach out to us for reservations, inquiries, or to learn more about our premium luxury experiences."
|
||||
title="Request a Facilities Management Quote"
|
||||
description="Get in touch with our team today to discuss your facility management needs. We provide customized solutions for commercial, industrial, and institutional properties. Call us or submit your information for a comprehensive assessment."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bed-with-sea-view_1137-127.jpg?_wi=1"
|
||||
imageAlt="Dar Saray contact"
|
||||
imageAlt="Professional facilities management"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Request Quote"
|
||||
termsText="We'll respond within 24 hours. Your information is secure and confidential."
|
||||
onSubmit={(email) => console.log('Contact email:', email)}
|
||||
/>
|
||||
</div>
|
||||
@@ -200,29 +200,29 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bed-with-sea-view_1137-127.jpg?_wi=2"
|
||||
imageAlt="Dar Saray luxury environment"
|
||||
logoText="Dar Saray"
|
||||
copyrightText="© 2025 Dar Saray. All rights reserved."
|
||||
imageAlt="Elite Facilities Management services"
|
||||
logoText="Elite Facilities Management"
|
||||
copyrightText="© 2025 Elite Facilities Management. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#home" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#services" }
|
||||
title: "Services", items: [
|
||||
{ label: "Preventive Maintenance", href: "#services" },
|
||||
{ label: "Janitorial Services", href: "#services" },
|
||||
{ label: "Safety & Compliance", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Media", href: "#" }
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Request Quote", href: "#contact" },
|
||||
{ label: "Careers", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" }
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user