Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-03-30 18:12:29 +00:00

View File

@@ -11,8 +11,8 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Building2, Clock, Leaf, Users, Utensils } from "lucide-react";
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Building2, Clock, Leaf, Users, Utensils, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Restaurant",
id: "#features",
},
{
name: "Banquet",
id: "#products",
},
{
name: "Rooms",
id: "#pricing",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Restaurant", id: "#features" },
{ name: "Banquet", id: "#products" },
{ name: "Rooms", id: "#pricing" },
{ name: "Contact", id: "#contact" }
]}
brandName="Hotel Lotus"
/>
@@ -55,70 +43,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Hospitality Excellence in Patan"
description="Experience premium rooms, exquisite vegetarian dining, and magnificent banquet facilities at Hotel Lotus."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg",
alt: "Guest 1",
},
{
src: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg",
alt: "Guest 2",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg",
alt: "Guest 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-man-chats-social-media-laughs-message-smartphone-looks_1258-270851.jpg",
alt: "Guest 4",
},
{
src: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg",
alt: "Guest 5",
},
{ src: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg", alt: "Guest 1" },
{ src: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg", alt: "Guest 2" }
]}
buttons={[
{
text: "Book Now",
href: "#pricing",
},
{
text: "Call 096247 96405",
href: "tel:09624796405",
},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "Pure Vegetarian",
icon: Leaf,
},
{
type: "text-icon",
text: "600+ Banquet Capacity",
icon: Users,
},
{
type: "text-icon",
text: "Luxury Suites",
icon: Building2,
},
{
type: "text-icon",
text: "Premium Dining",
icon: Utensils,
},
{
type: "text-icon",
text: "24/7 Concierge",
icon: Clock,
},
{ text: "Book Now", href: "#contact" },
{ text: "Call 096247 96405", href: "tel:09624796405" }
]}
/>
</div>
@@ -128,21 +62,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Premier Hospitality Hub"
metrics={[
{
icon: Utensils,
label: "Restaurant",
value: "Pure Veg",
},
{
icon: Users,
label: "Banquet",
value: "600+",
},
{
icon: Building2,
label: "Rooms",
value: "Gold/Titanium",
},
{ icon: Utensils, label: "Restaurant", value: "Pure Veg" },
{ icon: Users, label: "Banquet", value: "600+" },
{ icon: Building2, label: "Rooms", value: "Gold/Titanium" }
]}
metricsAnimation="slide-up"
/>
@@ -154,27 +76,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: 1,
title: "Restaurant",
description: "Authentic vegetarian dishes served in a sophisticated ambience.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-vegetarian-menu-template_23-2149098387.jpg",
imageAlt: "Restaurant",
},
{
id: 2,
title: "Banquet Hall",
description: "Spacious venue for weddings and corporate gatherings up to 600 guests.",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception_627829-11990.jpg",
imageAlt: "Banquet",
},
{
id: 3,
title: "Luxurious Rooms",
description: "Comfortable stays with modern amenities and 24/7 service.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tableware-bottle-wine_23-2148247732.jpg",
imageAlt: "Rooms",
},
{ id: 1, title: "Restaurant", description: "Authentic vegetarian dishes served in a sophisticated ambience.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-vegetarian-menu-template_23-2149098387.jpg" },
{ id: 2, title: "Banquet Hall", description: "Spacious venue for weddings and corporate gatherings up to 600 guests.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception_627829-11990.jpg" },
{ id: 3, title: "Luxurious Rooms", description: "Comfortable stays with modern amenities and 24/7 service.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tableware-bottle-wine_23-2148247732.jpg" }
]}
title="Our Hospitality Pillars"
description="Offering world-class experiences across dining, events, and stays."
@@ -188,27 +92,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Special Lotus Paneer",
price: "₹250",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg",
imageAlt: "Paneer Dish",
},
{
id: "p2",
name: "Grand Wedding Banquet",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/greenery-bouquet-with-roses-stand-feast-table_8353-11476.jpg",
imageAlt: "Banquet",
},
{
id: "p3",
name: "Titanium Suite Room",
price: "₹3,500",
imageSrc: "http://img.b2bpic.net/free-photo/girl-bathrobe_1157-18570.jpg",
imageAlt: "Suite Room",
},
{ id: "p1", name: "Special Lotus Paneer", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg" },
{ id: "p2", name: "Grand Wedding Banquet", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/greenery-bouquet-with-roses-stand-feast-table_8353-11476.jpg" },
{ id: "p3", name: "Titanium Suite Room", price: "₹3,500", imageSrc: "http://img.b2bpic.net/free-photo/girl-bathrobe_1157-18570.jpg" }
]}
title="Signature Offerings"
description="Browse our most requested services."
@@ -221,57 +107,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
{
id: "gold",
badge: "Popular",
price: "₹1,500",
subtitle: "Gold Tier Room",
features: [
"Free Breakfast",
"Wi-Fi",
"AC",
],
buttons: [
{
text: "Book Now",
href: "#contact",
},
],
},
{
id: "plat",
badge: "Luxury",
price: "₹2,500",
subtitle: "Platinum Tier",
features: [
"All Gold Perks",
"Mini Bar",
"City View",
],
buttons: [
{
text: "Book Now",
href: "#contact",
},
],
},
{
id: "titan",
badge: "Premium",
price: "₹3,500",
subtitle: "Titanium Tier",
features: [
"All Plat Perks",
"Free Laundry",
"Late Checkout",
],
buttons: [
{
text: "Book Now",
href: "#contact",
},
],
},
{ id: "gold", badge: "Popular", price: "₹1,500", subtitle: "Gold Tier Room", features: ["Free Breakfast", "Wi-Fi", "AC"], buttons: [{ text: "Book Now", href: "#contact" }] },
{ id: "plat", badge: "Luxury", price: "₹2,500", subtitle: "Platinum Tier", features: ["All Gold Perks", "Mini Bar", "City View"], buttons: [{ text: "Book Now", href: "#contact" }] }
]}
title="Stay & Event Rates"
description="Transparent pricing for our room tiers and event packages."
@@ -279,53 +116,17 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
showRating={true}
title="Google Reviews"
description="Trusted by guests for our hospitality and service excellence."
testimonials={[
{
id: "t1",
title: "Excellent Stay",
quote: "Food is very good staff is very goood ambience is very good",
name: "Shehbaz khan",
role: "Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg?_wi=1",
},
{
id: "t2",
title: "Good Response",
quote: "Good staff....Good Response....Good Atmosphere.",
name: "Yogesh Sharma",
role: "Regular Guest",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg",
},
{
id: "t3",
title: "Comfortable",
quote: "New hotel, clean, safe and staff are polite.",
name: "Anilji Odedra",
role: "Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg",
},
{
id: "t4",
title: "Recommended",
quote: "Overall a wonderful experience at Hotel Lotus Patan.",
name: "Bilal Shaikh",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-man-chats-social-media-laughs-message-smartphone-looks_1258-270851.jpg",
},
{
id: "t5",
title: "Wonderful Experience",
quote: "Simply the best hospitality in Patan, highly recommended.",
name: "Rajiv Mehra",
role: "Regular Guest",
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg?_wi=2",
},
{ id: "1", name: "Shehbaz Khan", handle: "@traveler", testimonial: "The food is very good, staff is friendly and ambience is top notch.", rating: 5, icon: Star },
{ id: "2", name: "Yogesh Sharma", handle: "@regular", testimonial: "Fantastic atmosphere and quick response times from management.", rating: 5, icon: Star },
{ id: "3", name: "Anilji Odedra", handle: "@local", testimonial: "Clean hotel, very safe, and extremely polite staff. Highly recommend!", rating: 4, icon: Star }
]}
title="Guest Reviews"
description="See why locals and travelers love Hotel Lotus."
/>
</div>
@@ -333,21 +134,8 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Is parking available?",
content: "Yes, we provide ample free parking for our guests.",
},
{
id: "f2",
title: "Do you serve non-veg?",
content: "We are a strictly pure vegetarian establishment.",
},
{
id: "f3",
title: "What are your check-in times?",
content: "Our standard check-in time is 12:00 PM.",
},
{ id: "f1", title: "Is parking available?", content: "Yes, we provide ample free parking for our guests." },
{ id: "f2", title: "Do you serve non-veg?", content: "We are a strictly pure vegetarian establishment." }
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -357,53 +145,24 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Book Your Experience"
description="Inquire about rooms or banquets by reaching out to us today."
imageSrc="http://img.b2bpic.net/free-photo/female-receptionist-elegant-suit-work-hours_23-2149714380.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Restaurant",
href: "#features",
},
{
label: "Banquet",
href: "#products",
},
{
label: "Rooms",
href: "#pricing",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
]}
logoText="Hotel Lotus"
columns={[
{ items: [{ label: "Restaurant", href: "#features" }, { label: "Banquet", href: "#products" }, { label: "Rooms", href: "#pricing" }] },
{ items: [{ label: "Call Us", href: "tel:09624796405" }, { label: "Email Contact", href: "mailto:info@hotellotus.com" }, { label: "Book Now", href: "#contact" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}