Merge version_2 into main #1
185
src/app/page.tsx
185
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Visit Us", id: "contact"},
|
||||
]}
|
||||
brandName="Sector 17"
|
||||
/>
|
||||
@@ -53,65 +45,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Taste Chandigarh. Feel at Home."
|
||||
description="Authentic Punjabi flavours, handcrafted from recipes passed down through generations — right here in Viman Nagar."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-lohri-festival-celebration-with-traditional-food_23-2151098286.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-assortment-nutritious-roti_23-2149033975.jpg",
|
||||
alt: "Happy customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-assortment-nutritious-roti_23-2149033975.jpg", alt: "Happy customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-indian-food-assortment_23-2148747700.jpg",
|
||||
alt: "Happy customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-indian-food-assortment_23-2148747700.jpg", alt: "Happy customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033998.jpg",
|
||||
alt: "Happy customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033998.jpg", alt: "Happy customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-roti-arrangement-table-with-copy-space_23-2149033988.jpg",
|
||||
alt: "Happy customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-roti-arrangement-table-with-copy-space_23-2149033988.jpg", alt: "Happy customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2151043652.jpg",
|
||||
alt: "Happy customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2151043652.jpg", alt: "Happy customer 5"},
|
||||
]}
|
||||
avatarText="Over 5,000 happy bellies fed"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Vegetarian",
|
||||
},
|
||||
type: "text", text: "North Indian Delights"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Spices",
|
||||
},
|
||||
type: "text", text: "Authentic Spices"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Slow Cooked Love",
|
||||
},
|
||||
type: "text", text: "Slow Cooked Love"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Recipes",
|
||||
},
|
||||
type: "text", text: "Family Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Viman Nagar Favourite",
|
||||
},
|
||||
type: "text", text: "Viman Nagar Favourite"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,14 +88,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Most homely food in Pune",
|
||||
"Best Dal Makhani",
|
||||
"Authentic North Indian taste",
|
||||
"Warm, welcoming staff",
|
||||
"Absolutely divine paranthas",
|
||||
"Taste of Chandigarh in every bite",
|
||||
"Super fresh and aromatic",
|
||||
]}
|
||||
"Most homely food in Pune", "Best Dal Makhani", "Authentic North Indian taste", "Warm, welcoming staff", "Absolutely divine paranthas", "Taste of Chandigarh in every bite", "Super fresh and aromatic"]}
|
||||
title="A Hidden Gem That People Can’t Stop Talking About"
|
||||
description="Authentic, homely, and full of flavour."
|
||||
/>
|
||||
@@ -151,44 +111,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chole Bhature",
|
||||
price: "₹179",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg",
|
||||
},
|
||||
id: "p1", name: "Chole Bhature", price: "₹179", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Dal Makhani",
|
||||
price: "₹149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-soup-lentils-indian-dhal-spicy-curry-bowl-spices-herbs-rustic-black-wooden-table_2829-18717.jpg",
|
||||
},
|
||||
id: "p2", name: "Dal Makhani", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-soup-lentils-indian-dhal-spicy-curry-bowl-spices-herbs-rustic-black-wooden-table_2829-18717.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Paneer Butter Masala",
|
||||
price: "₹159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246078.jpg",
|
||||
},
|
||||
id: "p3", name: "Paneer Butter Masala", price: "₹159", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246078.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mix Veg Dry",
|
||||
price: "₹139",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-dish-brown-plate-green-beans-tomatoes-fork-dark-table_140725-123039.jpg",
|
||||
},
|
||||
id: "p4", name: "Butter Chicken", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-curry-bowl_23-2149086036.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Assorted Breads",
|
||||
price: "₹29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg",
|
||||
},
|
||||
id: "p5", name: "Mutton Rogan Josh", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/lamb-curry-with-rice_23-2149086048.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gulab Jamun",
|
||||
price: "₹39",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-carrots-blue-tray-marble-surface_114579-63907.jpg",
|
||||
},
|
||||
id: "p6", name: "Gulab Jamun", price: "₹39", imageSrc: "http://img.b2bpic.net/free-photo/pile-carrots-blue-tray-marble-surface_114579-63907.jpg"},
|
||||
]}
|
||||
title="Authentic Flavours"
|
||||
description="Handcrafted dishes, prepared fresh to order."
|
||||
description="Handcrafted dishes, prepared fresh to order. Now featuring a selection of classic meat delicacies."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,32 +135,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Traditional Recipes",
|
||||
tags: [
|
||||
"Authentic",
|
||||
"Homely",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086052.jpg",
|
||||
},
|
||||
id: "f1", title: "Traditional Recipes", tags: [
|
||||
"Authentic", "Homely"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086052.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fresh Ingredients",
|
||||
tags: [
|
||||
"Pure",
|
||||
"Vegetarian",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-classic-tomato-soup-brown-cutting-board-mixed-color-table_140725-86491.jpg",
|
||||
},
|
||||
id: "f2", title: "Premium Ingredients", tags: [
|
||||
"Pure", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-classic-tomato-soup-brown-cutting-board-mixed-color-table_140725-86491.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Warm Hospitality",
|
||||
tags: [
|
||||
"Punjabi",
|
||||
"Service",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistani-food-arrangement_23-2148825110.jpg",
|
||||
},
|
||||
id: "f3", title: "Warm Hospitality", tags: [
|
||||
"Punjabi", "Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistani-food-arrangement_23-2148825110.jpg"},
|
||||
]}
|
||||
title="Why Sector 17?"
|
||||
description="More than a restaurant, it's a feeling of home."
|
||||
@@ -235,8 +156,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Come Hungry. Leave With Memories."
|
||||
description="Reserve a table or order directly on WhatsApp."
|
||||
@@ -250,42 +170,27 @@ export default function LandingPage() {
|
||||
logoText="Sector 17"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservation", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Viman Nagar, Pune",
|
||||
href: "#",
|
||||
},
|
||||
label: "Viman Nagar, Pune", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -294,4 +199,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user