Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-18 06:23:57 +00:00

View File

@@ -19,31 +19,23 @@ export default function LandingPage() {
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Rooms",
id: "rooms",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Rooms", id: "rooms" },
{ name: "Contact", id: "contact" },
]}
brandName="Gurukripa"
/>
@@ -51,33 +43,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Welcome to Gurukripa Restaurant & Hotel"
description="Experience the perfect blend of traditional Indian culinary art and luxurious hospitality. Your gateway to an unforgettable stay and fine dining."
tag="Hospitality Excellence"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg",
imageAlt: "Restaurant ambiance",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg", imageAlt: "Restaurant ambiance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-chandelier_105762-2156.jpg",
imageAlt: "Luxurious stay",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg",
imageAlt: "Event hall furniture in brown and white colors",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg",
imageAlt: "Man in white long sleeve shirt sitting on chair in cafe",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
imageAlt: "Wide restaurant hall with wooden table and chairs for 6 persons",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-chandelier_105762-2156.jpg", imageAlt: "Luxurious stay"}
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -92,18 +66,9 @@ export default function LandingPage() {
title="A Legacy of Warmth"
description="At Gurukripa, we believe in Atithi Devo Bhava — the guest is God. Since our inception, we have dedicated ourselves to providing authentic flavors and comfortable retreats."
bulletPoints={[
{
title: "Authentic Cuisine",
description: "Traditional recipes crafted with fresh, local ingredients.",
},
{
title: "Luxurious Stay",
description: "Modern amenities designed for your absolute relaxation.",
},
{
title: "Dedicated Service",
description: "Warm, professional hospitality tailored to your needs.",
},
{ title: "Authentic Cuisine", description: "Traditional recipes crafted with fresh, local ingredients." },
{ title: "Luxurious Stay", description: "Modern amenities designed for your absolute relaxation." },
{ title: "Dedicated Service", description: "Warm, professional hospitality tailored to your needs." },
]}
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663839.jpg"
mediaAnimation="blur-reveal"
@@ -117,42 +82,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "d1",
name: "Royal Paneer Makhani",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg",
},
{
id: "d2",
name: "Tandoori Delicacy",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/aloo-paratha-gobi-paratha-also-known-as-potato-cauliflower-stuffed-flatbread-dish-originating-from-indian-subcontinent_466689-76172.jpg",
},
{
id: "d3",
name: "Saffron Infused Biryani",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6091.jpg",
},
{
id: "d4",
name: "Classic Butter Naan",
price: "$5",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-boiled-rice-with-green-beans-meat-dark-desk_179666-27261.jpg",
},
{
id: "d5",
name: "Authentic Lassi",
price: "$7",
imageSrc: "http://img.b2bpic.net/free-photo/ayran-with-herbs-flowers_140725-2693.jpg",
},
{
id: "d6",
name: "Gulab Jamun Feast",
price: "$9",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-egg-meal-seasonings-dark-space_140725-79690.jpg",
},
{ id: "d1", name: "Royal Paneer Makhani", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg" },
{ id: "d2", name: "Tandoori Delicacy", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/aloo-paratha-gobi-paratha-also-known-as-potato-cauliflower-stuffed-flatbread-dish-originating-from-indian-subcontinent_466689-76172.jpg" },
{ id: "d3", name: "Saffron Infused Biryani", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6091.jpg" },
]}
title="Our Signature Dishes"
description="Explore our curated selection of delicacies that define our heritage."
@@ -163,28 +95,11 @@ export default function LandingPage() {
<FeatureCardTwentyEight
textboxLayout="default"
useInvertedBackground={true}
animationType="blur-reveal"
features={[
{
id: "r1",
title: "Deluxe Suites",
subtitle: "Spacious & Airy",
category: "Room",
value: "Luxury",
},
{
id: "r2",
title: "Business Rooms",
subtitle: "Quiet & Efficient",
category: "Room",
value: "Practical",
},
{
id: "r3",
title: "Family Cottages",
subtitle: "Comfortable & Cozy",
category: "Room",
value: "Homely",
},
{ id: "r1", title: "Deluxe Suites", subtitle: "Spacious & Airy", category: "Room", value: "Luxury" },
{ id: "r2", title: "Business Rooms", subtitle: "Quiet & Efficient", category: "Room", value: "Practical" },
{ id: "r3", title: "Family Cottages", subtitle: "Comfortable & Cozy", category: "Room", value: "Homely" },
]}
title="Rest & Rejuvenation"
description="Our rooms are designed to offer a serene escape from the hustle and bustle."
@@ -195,31 +110,9 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Rahul Verma",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg",
},
{
id: "2",
name: "Anita Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-round-delivery-bowl-his-hands-pink-background_140725-40592.jpg",
},
{
id: "3",
name: "Vikram Singh",
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
},
{
id: "4",
name: "Meera Shah",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-striped-dress-expressing-positive-emotions-summer-day-indoor-photo-wonderful-female-model-wears-pink-sunglasses-holding-glass-champagne_197531-9595.jpg",
},
{
id: "5",
name: "Arjun Rao",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149429892.jpg",
},
{ id: "1", name: "Rahul Verma", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg" },
{ id: "2", name: "Anita Gupta", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-round-delivery-bowl-his-hands-pink-background_140725-40592.jpg" },
{ id: "3", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
]}
cardTitle="Guest Experiences"
cardTag="Stories of Delight"
@@ -233,27 +126,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "10,000+",
title: "Happy Guests",
description: "Served with pride",
imageSrc: "http://img.b2bpic.net/free-photo/girl-white-robe-spa-stairs-cozy-light-calm-mood-kid-wellness_169016-69180.jpg",
},
{
id: "m2",
value: "500+",
title: "Menu Varieties",
description: "Authentic tastes",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086030.jpg",
},
{
id: "m3",
value: "15+",
title: "Years Legacy",
description: "Constant improvement",
imageSrc: "http://img.b2bpic.net/free-photo/fish-with-boiled-potatoes-fresh-vegetables_140725-727.jpg",
},
{ id: "m1", value: "10,000+", title: "Happy Guests", description: "Served with pride", imageSrc: "http://img.b2bpic.net/free-photo/girl-white-robe-spa-stairs-cozy-light-calm-mood-kid-wellness_169016-69180.jpg" },
{ id: "m2", value: "500+", title: "Menu Varieties", description: "Authentic tastes", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086030.jpg" },
]}
title="Our Milestone Reach"
description="We are proud of our journey in serving community and travelers alike."
@@ -265,21 +139,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Is parking available?",
content: "Yes, we provide free parking for all guests.",
},
{
id: "f2",
title: "Can I book events?",
content: "We handle events, conferences, and celebrations.",
},
{
id: "f3",
title: "Are meals included?",
content: "Depending on your package, breakfast is included.",
},
{ id: "f1", title: "Is parking available?", content: "Yes, we provide free parking for all guests." },
{ id: "f2", title: "Can I book events?", content: "We handle events, conferences, and celebrations." },
{ id: "f3", title: "Are meals included?", content: "Depending on your package, breakfast is included." },
]}
title="Common Inquiries"
description="Here are the answers to some frequently asked questions."
@@ -290,9 +152,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Let's Connect"
description="Have questions or want to make a reservation? Reach out to our team."
@@ -306,32 +166,12 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/shisha-place-with-full-furniture_140725-9261.jpg"
logoText="Gurukripa"
columns={[
{
title: "Quick Links",
items: [
{
label: "About",
href: "#about",
},
{
label: "Menu",
href: "#menu",
},
],
},
{
title: "Contact",
items: [
{
label: "Book Now",
href: "#contact",
},
],
},
{ title: "Quick Links", items: [ { label: "About", href: "#about" }, { label: "Menu", href: "#menu" } ] },
{ title: "Contact", items: [ { label: "Book Now", href: "#contact" } ] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}