Merge version_1 into main #2
221
src/app/page.tsx
221
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Reserve", id: "#contact"},
|
||||
]}
|
||||
brandName="Aha Spicy Kitchen"
|
||||
/>
|
||||
@@ -58,35 +50,21 @@ export default function LandingPage() {
|
||||
description="Bold Spice, Authentic Taste, Unbeatable Price. Enjoy our fresh Indo-Chinese favorites in a vibrant, nature-inspired setting."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table Now", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks_23-2150606750.jpg?_wi=1",
|
||||
imageAlt: "Indo-Chinese dining atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks_23-2150606750.jpg", imageAlt: "Indo-Chinese dining atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg",
|
||||
imageAlt: "Indo-Chinese dining atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg", imageAlt: "Indo-Chinese dining atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-pie-with-coconut-candies-cup-tea-dark-background-candy-biscuit-cake-pie-cookie-sweet_140725-117809.jpg",
|
||||
imageAlt: "Indo-Chinese dining atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-pie-with-coconut-candies-cup-tea-dark-background-candy-biscuit-cake-pie-cookie-sweet_140725-117809.jpg", imageAlt: "Indo-Chinese dining atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-flat-steamed-bread-blue-placemat-red-table_23-2148123720.jpg",
|
||||
imageAlt: "Indo-Chinese dining atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-flat-steamed-bread-blue-placemat-red-table_23-2148123720.jpg", imageAlt: "Indo-Chinese dining atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg",
|
||||
imageAlt: "Indo-Chinese dining atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Indo-Chinese dining atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg",
|
||||
imageAlt: "Indo-Chinese dining atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg", imageAlt: "Indo-Chinese dining atmosphere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,18 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "A Culinary Escape in ",
|
||||
},
|
||||
type: "text", content: "A Culinary Escape in "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-reading-book-sitting-near-table-restaurant_23-2147936115.jpg",
|
||||
alt: "Aha Kitchen Interior",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-woman-reading-book-sitting-near-table-restaurant_23-2147936115.jpg", alt: "Aha Kitchen Interior"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Sanath Nagar",
|
||||
},
|
||||
type: "text", content: " Sanath Nagar"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,79 +90,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Bold Authentic Flavors",
|
||||
description: "Spices sourced for depth.",
|
||||
items: [
|
||||
title: "Bold Authentic Flavors", description: "Spices sourced for depth.", items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Signature Indo-Chinese spice blends",
|
||||
},
|
||||
text: "Signature Indo-Chinese spice blends"},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Fresh seasonal ingredients",
|
||||
},
|
||||
text: "Fresh seasonal ingredients"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Authentic recipes",
|
||||
},
|
||||
text: "Authentic recipes"},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-table-still-life-flat-lay_23-2149388143.jpg",
|
||||
imageAlt: "Flavorful food",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-table-still-life-flat-lay_23-2149388143.jpg", imageAlt: "Flavorful food"},
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks_23-2150606750.jpg?_wi=2",
|
||||
imageAlt: "chicken manchurian platter close-up",
|
||||
},
|
||||
{
|
||||
title: "Affordable Quality",
|
||||
description: "Great value, every time.",
|
||||
items: [
|
||||
title: "Affordable Quality", description: "Great value, every time.", items: [
|
||||
{
|
||||
icon: Award,
|
||||
text: "Budget-friendly prices",
|
||||
},
|
||||
text: "Budget-friendly prices"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "High hygiene standards",
|
||||
},
|
||||
text: "High hygiene standards"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Generous portions",
|
||||
},
|
||||
text: "Generous portions"},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-white-rice-meal-with-chicken-vegetables_140725-148891.jpg",
|
||||
imageAlt: "Affordable meals",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-white-rice-meal-with-chicken-vegetables_140725-148891.jpg", imageAlt: "Affordable meals"},
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-book-sitting-near-table-restaurant_23-2147936115.jpg",
|
||||
imageAlt: "chicken manchurian platter close-up",
|
||||
},
|
||||
{
|
||||
title: "Cozy Ambience",
|
||||
description: "A nature-inspired getaway.",
|
||||
items: [
|
||||
title: "Cozy Ambience", description: "A nature-inspired getaway.", items: [
|
||||
{
|
||||
icon: Star,
|
||||
text: "Nature-filled decor",
|
||||
},
|
||||
text: "Nature-filled decor"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Vibrant and relaxed",
|
||||
},
|
||||
text: "Vibrant and relaxed"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Friendly service team",
|
||||
},
|
||||
text: "Friendly service team"},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", imageAlt: "Restaurant ambiance"},
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg?_wi=1",
|
||||
imageAlt: "chicken manchurian platter close-up",
|
||||
},
|
||||
]}
|
||||
title="Why Foodies Love Us"
|
||||
@@ -207,41 +151,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Manchurian",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-aubergine-wraps-stuffed-with-fillings_140725-8643.jpg",
|
||||
},
|
||||
id: "1", name: "Chicken Manchurian", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/plate-aubergine-wraps-stuffed-with-fillings_140725-8643.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vegetable Biryani",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg",
|
||||
},
|
||||
id: "2", name: "Vegetable Biryani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chili Paneer",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Chili Paneer", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hakka Noodles",
|
||||
price: "₹190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-asian-rice-dish-top-view_23-2148249220.jpg",
|
||||
},
|
||||
id: "4", name: "Hakka Noodles", price: "₹190", imageSrc: "http://img.b2bpic.net/free-photo/tasty-asian-rice-dish-top-view_23-2148249220.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Crispy Spring Rolls",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-spring-rolls-with-chicken-vegetables-served-with-soy-sauce-plate-black_141793-11984.jpg",
|
||||
},
|
||||
id: "5", name: "Crispy Spring Rolls", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-spring-rolls-with-chicken-vegetables-served-with-soy-sauce-plate-black_141793-11984.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Gobi Manchurian",
|
||||
price: "₹210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-bowl-with-chicken-vegetables_1220-7308.jpg",
|
||||
},
|
||||
id: "6", name: "Gobi Manchurian", price: "₹210", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bowl-with-chicken-vegetables_1220-7308.jpg"},
|
||||
]}
|
||||
title="Chef's Specials"
|
||||
description="Satisfy your cravings with our best-sellers."
|
||||
@@ -255,26 +175,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15k+",
|
||||
title: "Happy Diners",
|
||||
description: "Satisfied flavor explorers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3434.jpg",
|
||||
},
|
||||
id: "m1", value: "15k+", title: "Happy Diners", description: "Satisfied flavor explorers.", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3434.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Daily Dishes",
|
||||
description: "Freshly prepared daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-lentil-soup-appetizing-lentil-soup-tomatoes-red-green-hot-peppers_140725-72654.jpg",
|
||||
},
|
||||
id: "m2", value: "50+", title: "Daily Dishes", description: "Freshly prepared daily.", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-lentil-soup-appetizing-lentil-soup-tomatoes-red-green-hot-peppers_140725-72654.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.8",
|
||||
title: "Google Rating",
|
||||
description: "Trusted by our locals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg",
|
||||
},
|
||||
id: "m3", value: "4.8", title: "Google Rating", description: "Trusted by our locals.", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Serving flavor across Sanath Nagar."
|
||||
@@ -286,30 +191,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg",
|
||||
},
|
||||
id: "2", name: "Michael", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-curly-hair-drinking-coffee-writing-notes_7502-9175.jpg",
|
||||
},
|
||||
id: "3", name: "Emily", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-curly-hair-drinking-coffee-writing-notes_7502-9175.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1746.jpg",
|
||||
},
|
||||
id: "4", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1746.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jenny",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg",
|
||||
},
|
||||
id: "5", name: "Jenny", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by Our Community"
|
||||
cardTag="Reviews"
|
||||
@@ -321,8 +211,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Reserve"
|
||||
title="Join Us for Dinner"
|
||||
description="Book your table now or visit us in Sanath Nagar."
|
||||
@@ -334,29 +223,19 @@ export default function LandingPage() {
|
||||
logoText="Aha Spicy Kitchen"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Directions", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user