Merge version_2 into main #2
242
src/app/page.tsx
242
src/app/page.tsx
@@ -23,28 +23,16 @@ export default function LandingPage() {
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="light"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Hotel Shree Kalki"
|
||||
/>
|
||||
@@ -52,20 +40,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Hotel Shree Kalki"
|
||||
description="Experience comfort and traditional vegetarian hospitality in the heart of the pilgrimage town, Bhadrachalam."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Book Stay", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pushkar-lake-sacred-lake-rajasthan-india_53876-33553.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -78,18 +58,9 @@ export default function LandingPage() {
|
||||
title="A Home Away from Home"
|
||||
description="Located opposite the RTC Bus Stand, we offer a peaceful sanctuary for pilgrims and travelers visiting Bhadrachalam. Our establishment blends authentic vegetarian dining with comfortable accommodations."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Veg Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Warm Welcome",
|
||||
},
|
||||
{
|
||||
value: "Centrally",
|
||||
title: "Located",
|
||||
},
|
||||
{ value: "100%", title: "Veg Satisfaction" },
|
||||
{ value: "24/7", title: "Warm Welcome" },
|
||||
{ value: "Centrally", title: "Located" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300874.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -103,33 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Pure Vegetarian",
|
||||
tags: [
|
||||
"Dining",
|
||||
"Authentic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Central Location",
|
||||
tags: [
|
||||
"Accessible",
|
||||
"Bus Stand",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300874.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Traditional Service",
|
||||
tags: [
|
||||
"Hospitality",
|
||||
"Warm",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-restaurant_23-2150491806.jpg?_wi=1",
|
||||
},
|
||||
{ id: "f1", title: "Pure Vegetarian", tags: ["Dining", "Authentic"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=1" },
|
||||
{ id: "f2", title: "Central Location", tags: ["Accessible", "Bus Stand"], imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300874.jpg?_wi=2" },
|
||||
{ id: "f3", title: "Traditional Service", tags: ["Hospitality", "Warm"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-restaurant_23-2150491806.jpg?_wi=1" },
|
||||
]}
|
||||
title="Our Hospitality"
|
||||
description="We ensure your stay in Bhadrachalam is spiritually uplifting and physically comfortable."
|
||||
@@ -143,60 +90,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Breakfast",
|
||||
name: "Masala Dosa",
|
||||
price: "₹60",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Lunch",
|
||||
name: "Veg Thali",
|
||||
price: "₹120",
|
||||
rating: 5,
|
||||
reviewCount: "980",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-with-plate-prepared-food_1122-978.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Breakfast",
|
||||
name: "Idli Sambar",
|
||||
price: "₹40",
|
||||
rating: 4,
|
||||
reviewCount: "850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Snack",
|
||||
name: "Medu Vada",
|
||||
price: "₹45",
|
||||
rating: 5,
|
||||
reviewCount: "620",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-potato-pies-with-pumpkin-fresh-tomatoes-grey-background-dinner-oven-bake-color-dish-slice_140725-110300.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Breakfast",
|
||||
name: "Pongal",
|
||||
price: "₹50",
|
||||
rating: 4,
|
||||
reviewCount: "540",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-therapy-ingredients_1232-3509.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Breakfast",
|
||||
name: "Veg Upma",
|
||||
price: "₹40",
|
||||
rating: 4,
|
||||
reviewCount: "410",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-potatoes-inside-plate-with-seasonings-dark-table_140725-137057.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Breakfast", name: "Masala Dosa", price: "₹60", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=2" },
|
||||
{ id: "p2", brand: "Lunch", name: "Veg Thali", price: "₹120", rating: 5, reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/person-with-plate-prepared-food_1122-978.jpg?_wi=1" },
|
||||
{ id: "p3", brand: "Breakfast", name: "Idli Sambar", price: "₹40", rating: 4, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg?_wi=1" },
|
||||
{ id: "p4", brand: "Snack", name: "Medu Vada", price: "₹45", rating: 5, reviewCount: "620", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-potato-pies-with-pumpkin-fresh-tomatoes-grey-background-dinner-oven-bake-color-dish-slice_140725-110300.jpg" },
|
||||
{ id: "p5", brand: "Breakfast", name: "Pongal", price: "₹50", rating: 4, reviewCount: "540", imageSrc: "http://img.b2bpic.net/free-photo/spa-therapy-ingredients_1232-3509.jpg" },
|
||||
{ id: "p6", brand: "Breakfast", name: "Veg Upma", price: "₹40", rating: 4, reviewCount: "410", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-potatoes-inside-plate-with-seasonings-dark-table_140725-137057.jpg" },
|
||||
]}
|
||||
title="Popular Menu Items"
|
||||
description="Savor authentic South Indian delicacies prepared with the freshest ingredients."
|
||||
@@ -208,61 +107,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rajesh Kumar",
|
||||
date: "March 2024",
|
||||
title: "Great Stopover",
|
||||
quote: "Convenient location and authentic food. A good choice for pilgrims.",
|
||||
tag: "Traveler",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pushkar-lake-sacred-lake-rajasthan-india_53876-33553.jpg?_wi=2",
|
||||
imageAlt: "traditional indian hotel interior warm",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sunita Devi",
|
||||
date: "February 2024",
|
||||
title: "Good Vegetarian Food",
|
||||
quote: "The Thali was traditional and satisfying. Very clean place.",
|
||||
tag: "Pilgrim",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300874.jpg?_wi=3",
|
||||
imageAlt: "hotel entrance building traditional",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Venkatesh Rao",
|
||||
date: "January 2024",
|
||||
title: "Spiritual Trip",
|
||||
quote: "Perfectly located near the temple buses. Excellent hospitality.",
|
||||
tag: "Tourist",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-smiling-pointing-upwards_1187-3184.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=3",
|
||||
imageAlt: "masala dosa breakfast plate",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ananya & Family",
|
||||
date: "December 2023",
|
||||
title: "Safe and Friendly",
|
||||
quote: "Friendly staff and quick service during our peak holiday visit.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-international-couple-together-park_1303-14988.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-with-plate-prepared-food_1122-978.jpg?_wi=2",
|
||||
imageAlt: "south indian thali meal spread",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Suresh Babu",
|
||||
date: "November 2023",
|
||||
title: "Reliable Stay",
|
||||
quote: "Consistent quality over the years. Best spot for vegetarian breakfast.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg?_wi=2",
|
||||
imageAlt: "fresh idli breakfast south indian",
|
||||
},
|
||||
{ id: "t1", name: "Rajesh Kumar", date: "March 2024", title: "Great Stopover", quote: "Convenient location and authentic food. A good choice for pilgrims.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pushkar-lake-sacred-lake-rajasthan-india_53876-33553.jpg?_wi=2", imageAlt: "traditional indian hotel interior warm" },
|
||||
{ id: "t2", name: "Sunita Devi", date: "February 2024", title: "Good Vegetarian Food", quote: "The Thali was traditional and satisfying. Very clean place.", tag: "Pilgrim", avatarSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379428.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300874.jpg?_wi=3", imageAlt: "hotel entrance building traditional" },
|
||||
{ id: "t3", name: "Venkatesh Rao", date: "January 2024", title: "Spiritual Trip", quote: "Perfectly located near the temple buses. Excellent hospitality.", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/man-smiling-pointing-upwards_1187-3184.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=3", imageAlt: "masala dosa breakfast plate" },
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="What our guests say about their stay and dining experience at Hotel Shree Kalki."
|
||||
@@ -272,9 +119,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Visit Us"
|
||||
title="Check Availability"
|
||||
description="Contact us directly to reserve your stay and check current rates. We look forward to hosting you."
|
||||
@@ -289,42 +134,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Bhadrachalam, 507111",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "098498 39252",
|
||||
href: "tel:09849839252",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Check-in: 2:00 pm",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Check-out: 12:00 pm",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Bhadrachalam, 507111", href: "#" }, { label: "098498 39252", href: "tel:09849839252" }] },
|
||||
{ items: [{ label: "Check-in: 2:00 pm", href: "#" }, { label: "Check-out: 12:00 pm", href: "#" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }] },
|
||||
]}
|
||||
logoText="Hotel Shree Kalki"
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user