Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eabad45d9a | |||
| 9e7926c873 |
121
src/app/page.tsx
121
src/app/page.tsx
@@ -29,13 +29,9 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Today's Menu",
|
name: "Today's Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Khamang The Taste Of Home"
|
brandName="Khamang The Taste Of Home"
|
||||||
/>
|
/>
|
||||||
@@ -44,31 +40,20 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="Taste of Home, Every Day."
|
title="Taste of Home, Every Day."
|
||||||
description="Authentic, freshly prepared meals served with love in the heart of Ravet. View our daily menu and join our family dining experience."
|
description="Authentic, freshly prepared meals served with love in the heart of Ravet. View our daily menu and join our family dining experience."
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=1", imageAlt: "Fresh home cooked meal"},
|
||||||
imageAlt: "Fresh home cooked meal",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=2", imageAlt: "Traditional indian thali"},
|
||||||
imageAlt: "Traditional indian thali",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=3",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=3", imageAlt: "Healthy mess food"},
|
||||||
imageAlt: "Healthy mess food",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=4",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=4", imageAlt: "Dal tadka bowl"},
|
||||||
imageAlt: "Dal tadka bowl",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=5",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=5", imageAlt: "Fresh roti stack"},
|
||||||
imageAlt: "Fresh roti stack",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -82,29 +67,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Monday Menu", price: "Mixed Veg + Dal Tadka", variant: "Healthy start to the week", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=6"},
|
||||||
name: "Breakfast",
|
|
||||||
price: "8:00 AM",
|
|
||||||
variant: "Nutritious start to your day",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=6",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Tuesday Menu", price: "Paneer Masala + Roti", variant: "Delicious comfort food", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=7"},
|
||||||
name: "Lunch",
|
|
||||||
price: "1:00 PM",
|
|
||||||
variant: "Wholesome home-cooked meal",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=7",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Wednesday Menu", price: "Aloo Gobi + Rice", variant: "Light and flavorful meal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=8"},
|
||||||
name: "Dinner",
|
|
||||||
price: "8:00 PM",
|
|
||||||
variant: "Light and nourishing dinner",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=8",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Today's Menu"
|
title="Daily Mess Menu"
|
||||||
description="Select a date to view your daily meal schedule. Healthy, wholesome, and delicious."
|
description="Our chefs curate a new nutritious menu daily, bringing you the authentic taste of home in Ravet."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -117,38 +87,16 @@ export default function LandingPage() {
|
|||||||
description="Choose the meal plan that fits your lifestyle. Flexible options for students and working professionals."
|
description="Choose the meal plan that fits your lifestyle. Flexible options for students and working professionals."
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", tag: "Monthly", price: "₹3500", period: "/month", description: "Perfect for daily commuters", button: {
|
||||||
tag: "Monthly",
|
text: "Choose Monthly", href: "#"},
|
||||||
price: "₹3500",
|
featuresTitle: "Includes", features: [
|
||||||
period: "/month",
|
"Lunch & Dinner", "24/7 Support", "Free Delivery"],
|
||||||
description: "Perfect for daily commuters",
|
|
||||||
button: {
|
|
||||||
text: "Choose Monthly",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes",
|
|
||||||
features: [
|
|
||||||
"Lunch & Dinner",
|
|
||||||
"24/7 Support",
|
|
||||||
"Free Delivery",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", tag: "Weekly", price: "₹900", period: "/week", description: "Try us out for a week", button: {
|
||||||
tag: "Weekly",
|
text: "Choose Weekly", href: "#"},
|
||||||
price: "₹900",
|
featuresTitle: "Includes", features: [
|
||||||
period: "/week",
|
"Lunch Only", "Flexible Dates", "Authentic Taste"],
|
||||||
description: "Try us out for a week",
|
|
||||||
button: {
|
|
||||||
text: "Choose Weekly",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes",
|
|
||||||
features: [
|
|
||||||
"Lunch Only",
|
|
||||||
"Flexible Dates",
|
|
||||||
"Authentic Taste",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -164,17 +112,9 @@ export default function LandingPage() {
|
|||||||
description="The passionate hands behind your favorite meals."
|
description="The passionate hands behind your favorite meals."
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", name: "Sunita Patil", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=9"},
|
||||||
name: "Sunita Patil",
|
|
||||||
role: "Head Chef",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=9",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", name: "Rahul Deshmukh", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=10"},
|
||||||
name: "Rahul Deshmukh",
|
|
||||||
role: "Operations Manager",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=10",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -183,16 +123,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Join Our Mess"
|
title="Join Our Mess"
|
||||||
description="Located in Ravet, Pune. Ready to enjoy home-style food? Contact us for registration and membership queries."
|
description="Located in Ravet, Pune. Ready to enjoy home-style food? Contact us for registration and membership queries."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Register Now",
|
text: "Register Now", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -201,13 +138,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Khamang"
|
logoText="Khamang"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "© 2024 Khamang Mess",
|
text: "© 2024 Khamang Mess", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user