Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Infinity, Leaf, Martini, Sparkles, Utensils, Wine } from "lucide-react";
|
||||
import { Cocktail, Infinity, Leaf, Massage, Utensils, Wine } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -51,6 +51,8 @@ export default function LandingPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
|
||||
imageAlt="Luxurious hotel suite with large bed and city view"
|
||||
tag="Luxury Accommodation"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
@@ -62,6 +64,8 @@ export default function LandingPage() {
|
||||
imageAlt="Elegant and luxurious hotel lobby with modern decor"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "#our-story" }]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="rooms" data-section="rooms">
|
||||
@@ -69,6 +73,7 @@ export default function LandingPage() {
|
||||
title="Our Exquisite Rooms & Suites"
|
||||
description="Discover a range of meticulously designed accommodations, each offering a unique blend of comfort and style. From cozy rooms to expansive suites, find your perfect retreat."
|
||||
tag="Featured Rooms"
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "deluxe-room", name: "Deluxe King Room", price: "$299/night", variant: "Spacious & Modern", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe King Room with a large bed"},
|
||||
@@ -106,6 +111,7 @@ export default function LandingPage() {
|
||||
title="Unrivaled Amenities for a Perfect Stay"
|
||||
description="Elegance Suites offers a curated selection of amenities designed to enhance your visit, ensuring comfort, convenience, and unforgettable moments."
|
||||
tag="Hotel Features"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Gourmet Dining Experiences", description: "Savor exquisite culinary creations at our signature restaurant, offering a blend of local flavors and international cuisine.", media: {
|
||||
@@ -120,7 +126,7 @@ export default function LandingPage() {
|
||||
id: "2", title: "Luxurious Spa & Wellness", description: "Indulge in a world of relaxation and rejuvenation at our state-of-the-art spa, featuring a range of treatments and therapies.", media: {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg", imageAlt: "Serene spa treatment room with ambient lighting"},
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Personalized Treatments" },
|
||||
{ icon: Massage, text: "Personalized Treatments" },
|
||||
{ icon: Leaf, text: "Organic Products" },
|
||||
],
|
||||
reverse: true,
|
||||
@@ -130,7 +136,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Rooftop swimming pool with city skyline view"},
|
||||
items: [
|
||||
{ icon: Infinity, text: "Infinity Edge Pool" },
|
||||
{ icon: Martini, text: "Signature Drinks" },
|
||||
{ icon: Cocktail, text: "Signature Drinks" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -145,6 +151,7 @@ export default function LandingPage() {
|
||||
title="Our Commitment to Excellence"
|
||||
description="At Elegance Suites, our dedication to service and guest satisfaction is reflected in every aspect of our operation."
|
||||
tag="Our Values"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "24/7", title: "Concierge Service", description: "Always available to assist your needs", imageSrc: "https://img.b2bpic.net/free-photo/young-happy-waitress-using-touchpad-while-working-cafe_637285-8921.jpg", imageAlt: "Smiling hotel concierge staff"},
|
||||
@@ -187,6 +194,7 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Your Email"
|
||||
buttonText="Inquire Now"
|
||||
termsText="By submitting, you agree to receive updates and offers from Elegance Suites."
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user