Merge version_1 into main #1
295
src/app/page.tsx
295
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Building, Star, Users } from "lucide-react";
|
||||
import { Building, Star, Users, Sparkles, Zap, Shield, Award } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Luxury Suites",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Meetings & Events",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Luxury Suites", id: "products" },
|
||||
{ name: "Meetings & Events", id: "features" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="VİS PALM"
|
||||
/>
|
||||
@@ -59,61 +44,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Where Ganja's Heritage Meets Modern Luxury"
|
||||
description="Discover an architectural masterpiece blending timeless elegance with contemporary comfort. VİS PALM Hotel redefines five-star hospitality in the heart of Azerbaijan's cultural capital."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-escalator-talking-mobile-phone_107420-95875.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-close-up-portrait-leather-sofa-expressive-pose-looking-camera_8353-8002.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618426.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-couple-luxury-travel-house_23-2149140847.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-escalator-talking-mobile-phone_107420-95875.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-close-up-portrait-leather-sofa-expressive-pose-looking-camera_8353-8002.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618426.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-couple-luxury-travel-house_23-2149140847.jpg", alt: "Guest" }
|
||||
]}
|
||||
avatarText="Join our elite guest list"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Sanctuary",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserve Your Sanctuary", href: "#contact" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Five-Star Rating",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Historic Architecture",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bespoke Concierge",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ganja City Center",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Wellness",
|
||||
},
|
||||
{ type: "text", text: "Five-Star Rating" },
|
||||
{ type: "text", text: "Historic Architecture" },
|
||||
{ type: "text", text: "Bespoke Concierge" },
|
||||
{ type: "text", text: "Ganja City Center" },
|
||||
{ type: "text", text: "Luxury Wellness" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,12 +70,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Refinement"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Heritage",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Our Heritage", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,30 +79,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Wellness Sanctuary",
|
||||
description: "Revitalize with bespoke spa treatments in an oasis of serenity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-showcasing-happy-asian-bellboy-receiving-cash-tip-from-tourist-after-assisting-with-luggage-hotel-lobby-guest-checks-receives-friendly-service-gives-money-tip-concierge_482257-69408.jpg",
|
||||
buttonIcon: "Sparkles",
|
||||
},
|
||||
{
|
||||
title: "World-Class Dining",
|
||||
description: "Authentic flavors meet avant-garde culinary techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913156.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Butler Concierge",
|
||||
description: "Seamless assistance tailored to your personal requirements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg",
|
||||
buttonIcon: "Shield",
|
||||
},
|
||||
{
|
||||
title: "Corporate Hubs",
|
||||
description: "State-of-the-art meeting spaces for influential gatherings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-wooden-wedding-area-with-white-covered-tables_181624-60481.jpg",
|
||||
buttonIcon: "Award",
|
||||
},
|
||||
{ title: "Wellness Sanctuary", description: "Revitalize with bespoke spa treatments in an oasis of serenity.", imageSrc: "http://img.b2bpic.net/free-photo/photo-showcasing-happy-asian-bellboy-receiving-cash-tip-from-tourist-after-assisting-with-luggage-hotel-lobby-guest-checks-receives-friendly-service-gives-money-tip-concierge_482257-69408.jpg", buttonIcon: Sparkles },
|
||||
{ title: "World-Class Dining", description: "Authentic flavors meet avant-garde culinary techniques.", imageSrc: "http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913156.jpg", buttonIcon: Zap },
|
||||
{ title: "Butler Concierge", description: "Seamless assistance tailored to your personal requirements.", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg", buttonIcon: Shield },
|
||||
{ title: "Corporate Hubs", description: "State-of-the-art meeting spaces for influential gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-wooden-wedding-area-with-white-covered-tables_181624-60481.jpg", buttonIcon: Award }
|
||||
]}
|
||||
title="Curated Experiences"
|
||||
description="Indulge in amenities designed for the discerning traveler."
|
||||
@@ -173,48 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "r1",
|
||||
name: "Royal VİS Suite",
|
||||
price: "$950",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
|
||||
},
|
||||
{
|
||||
id: "r2",
|
||||
name: "Heritage Suite",
|
||||
price: "$700",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
|
||||
},
|
||||
{
|
||||
id: "r3",
|
||||
name: "Executive Room",
|
||||
price: "$500",
|
||||
variant: "Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683481.jpg",
|
||||
},
|
||||
{
|
||||
id: "r4",
|
||||
name: "Palm Garden Room",
|
||||
price: "$450",
|
||||
variant: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg",
|
||||
},
|
||||
{
|
||||
id: "r5",
|
||||
name: "Classic Deluxe",
|
||||
price: "$380",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg",
|
||||
},
|
||||
{
|
||||
id: "r6",
|
||||
name: "Junior Suite",
|
||||
price: "$420",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relax-girl-bed_1150-17991.jpg",
|
||||
},
|
||||
{ id: "r1", name: "Royal VİS Suite", price: "$950", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" },
|
||||
{ id: "r2", name: "Heritage Suite", price: "$700", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg" },
|
||||
{ id: "r3", name: "Executive Room", price: "$500", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683481.jpg" },
|
||||
{ id: "r4", name: "Palm Garden Room", price: "$450", variant: "View", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg" },
|
||||
{ id: "r5", name: "Classic Deluxe", price: "$380", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg" },
|
||||
{ id: "r6", name: "Junior Suite", price: "$420", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/relax-girl-bed_1150-17991.jpg" }
|
||||
]}
|
||||
title="Sanctuary Suites"
|
||||
description="Exquisite rooms crafted for ultimate comfort."
|
||||
@@ -228,27 +115,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120",
|
||||
title: "Dedicated Staff",
|
||||
description: "Ensuring perfect service 24/7.",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5*",
|
||||
title: "Star Rating",
|
||||
description: "Unmatched international acclaim.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "150",
|
||||
title: "Suites & Rooms",
|
||||
description: "Designed for pure luxury.",
|
||||
icon: Building,
|
||||
},
|
||||
{ id: "m1", value: "120", title: "Dedicated Staff", description: "Ensuring perfect service 24/7.", icon: Users },
|
||||
{ id: "m2", value: "5*", title: "Star Rating", description: "Unmatched international acclaim.", icon: Star },
|
||||
{ id: "m3", value: "150", title: "Suites & Rooms", description: "Designed for pure luxury.", icon: Building }
|
||||
]}
|
||||
title="Hotel Prestige"
|
||||
description="Proven excellence in every detail."
|
||||
@@ -257,44 +126,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena V.",
|
||||
handle: "@traveler",
|
||||
testimonial: "An absolute masterpiece of design and hospitality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-book-bench-outdoors_23-2150579693.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "@executive",
|
||||
testimonial: "The best stay of my professional career.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3776.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah J.",
|
||||
handle: "@socialite",
|
||||
testimonial: "Every corner of this hotel is Instagram perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-elder-tourist-woman-beach_23-2148620221.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Thomas K.",
|
||||
handle: "@planner",
|
||||
testimonial: "Our wedding venue of dreams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-outdoors_23-2149901729.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jane Doe",
|
||||
handle: "@visitor",
|
||||
testimonial: "Exquisite service from arrival to departure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-luxury-travel-house_23-2149140847.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Elena V.", handle: "@traveler", testimonial: "An absolute masterpiece of design and hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-book-bench-outdoors_23-2150579693.jpg" },
|
||||
{ id: "t2", name: "Mark D.", handle: "@executive", testimonial: "The best stay of my professional career.", imageSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3776.jpg" },
|
||||
{ id: "t3", name: "Sarah J.", handle: "@socialite", testimonial: "Every corner of this hotel is Instagram perfection.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-elder-tourist-woman-beach_23-2148620221.jpg" },
|
||||
{ id: "t4", name: "Thomas K.", handle: "@planner", testimonial: "Our wedding venue of dreams.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-outdoors_23-2149901729.jpg" },
|
||||
{ id: "t5", name: "Jane Doe", handle: "@visitor", testimonial: "Exquisite service from arrival to departure.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-luxury-travel-house_23-2149140847.jpg" }
|
||||
]}
|
||||
title="Guest Reflections"
|
||||
description="Hear from those who call VİS PALM their sanctuary."
|
||||
@@ -305,21 +145,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer chauffeur service?",
|
||||
content: "Yes, private luxury transfers are available upon request.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are event spaces private?",
|
||||
content: "All event venues are soundproofed for total exclusivity.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What check-in time is standard?",
|
||||
content: "Check-in is at 3:00 PM, though earlier arrivals can be accommodated.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer chauffeur service?", content: "Yes, private luxury transfers are available upon request." },
|
||||
{ id: "f2", title: "Are event spaces private?", content: "All event venues are soundproofed for total exclusivity." },
|
||||
{ id: "f3", title: "What check-in time is standard?", content: "Check-in is at 3:00 PM, though earlier arrivals can be accommodated." }
|
||||
]}
|
||||
sideTitle="Expert Guidance"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -329,16 +157,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Your sanctuary awaits in Ganja. Contact our reservation team to secure your stay."
|
||||
buttons={[
|
||||
{
|
||||
text: "Connect with Reservations",
|
||||
href: "mailto:reserve@vispalm.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Connect with Reservations", href: "mailto:reserve@vispalm.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -346,36 +167,12 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="VİS PALM"
|
||||
columns={[
|
||||
{
|
||||
title: "Discover",
|
||||
items: [
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Discover", items: [{ label: "Rooms", href: "#products" }, { label: "Events", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "Contact Us", href: "#contact" }, { label: "Privacy", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user