Update src/app/page.tsx
This commit is contained in:
222
src/app/page.tsx
222
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Gobind Chic-inn"
|
||||
/>
|
||||
@@ -53,104 +45,63 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Since 1998, Simply The Best Chicken"
|
||||
description="Experience the legacy of authentic taste. From our famous Tandoori Chicken to mouth-watering North Indian delicacies, every dish tells a story."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-baked-potatoes-onions_140725-2963.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-baked-potatoes-onions_140725-2963.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pakistani-dish_23-2148825124.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pakistani-dish_23-2148825124.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-festive-christmas-meal-assortment_23-2148746116.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-festive-christmas-meal-assortment_23-2148746116.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cucumber-lemon-seasoning-bread-table_141793-4757.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/side-view-baked-chicken-with-cucumber-lemon-seasoning-bread-table_141793-4757.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-herbs-lavash-board-sauce-colorful-spices_140725-72564.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-herbs-lavash-board-sauce-colorful-spices_140725-72564.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-fork-knife-garlic-oil-lemon-sauce-chicken-cutting-board_140725-72584.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-fork-knife-garlic-oil-lemon-sauce-chicken-cutting-board_140725-72584.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-lavash-near-spices_23-2147894649.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-lavash-near-spices_23-2147894649.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13075.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13075.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189862.jpg",
|
||||
imageAlt: "delicious tandoori chicken plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189862.jpg", imageAlt: "delicious tandoori chicken plate"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Online", href: "#menu"},
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-meal_23-2148825120.jpg",
|
||||
alt: "High angle delicious chicken meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-meal_23-2148825120.jpg", alt: "High angle delicious chicken meal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-chicken-meal_23-2148825122.jpg",
|
||||
alt: "High angle chicken meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-chicken-meal_23-2148825122.jpg", alt: "High angle chicken meal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-legs-roasted-spicy-tomato-sauce_114579-1715.jpg",
|
||||
alt: "Chicken legs roasted in spicy tomato sauce",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-legs-roasted-spicy-tomato-sauce_114579-1715.jpg", alt: "Chicken legs roasted in spicy tomato sauce"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-pakistani-dish-high-angle_23-2148825127.jpg",
|
||||
alt: "Delicious pakistani dish high angle",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-pakistani-dish-high-angle_23-2148825127.jpg", alt: "Delicious pakistani dish high angle"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75645.jpg",
|
||||
alt: "Top view delicious fried chicken with different seasonings on dark desk",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75645.jpg", alt: "Top view delicious fried chicken with different seasonings on dark desk"},
|
||||
]}
|
||||
avatarText="Loved by thousands since 1998"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic North Indian Flavors",
|
||||
},
|
||||
type: "text", text: "Authentic North Indian Flavors"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Legendary Tandoori Recipes",
|
||||
},
|
||||
type: "text", text: "Legendary Tandoori Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Ingredients Daily",
|
||||
},
|
||||
type: "text", text: "Quality Ingredients Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Run Since 1998",
|
||||
},
|
||||
type: "text", text: "Family Run Since 1998"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Prepared Meals",
|
||||
},
|
||||
type: "text", text: "Freshly Prepared Meals"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,9 +111,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Culinary Journey"
|
||||
description={[
|
||||
"Founded in 1998 in the heart of New Colony, Gurugram, Gobind Chic-inn has served generations with a passion for North Indian flavors.",
|
||||
"We take pride in our traditional recipes and quality ingredients, ensuring a meal that is consistently delicious.",
|
||||
]}
|
||||
"Founded in 1998 in the heart of New Colony, Gurugram, Gobind Chic-inn has served generations with a passion for North Indian flavors.", "We take pride in our traditional recipes and quality ingredients, ensuring a meal that is consistently delicious."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -174,41 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chilli Paneer",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sandwich-plate_23-2148633429.jpg",
|
||||
},
|
||||
id: "1", name: "Chilli Paneer", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sandwich-plate_23-2148633429.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tandoori Chicken",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-parts-boiled-potatoes-wooden-board_114579-72479.jpg",
|
||||
},
|
||||
id: "2", name: "Tandoori Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-parts-boiled-potatoes-wooden-board_114579-72479.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Butter Chicken",
|
||||
price: "₹380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimps-with-vegetables-spicy-sauce-bowl-wood-board-rustic_141793-11603.jpg",
|
||||
},
|
||||
id: "3", name: "Butter Chicken", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimps-with-vegetables-spicy-sauce-bowl-wood-board-rustic_141793-11603.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Paneer Tikka",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg",
|
||||
},
|
||||
id: "4", name: "Paneer Tikka", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chicken Curry",
|
||||
price: "₹320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-food-pumpkin-mushroom-soup_23-2148656318.jpg",
|
||||
},
|
||||
id: "5", name: "Chicken Curry", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/autumn-food-pumpkin-mushroom-soup_23-2148656318.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Special Naan",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-with-quail-eggs-dark-blue-surface_179666-44509.jpg",
|
||||
},
|
||||
id: "6", name: "Special Naan", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastry-with-quail-eggs-dark-blue-surface_179666-44509.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Discover our most loved dishes prepared with secret spice blends."
|
||||
@@ -222,40 +147,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amit Kumar",
|
||||
handle: "@amit_ foodie",
|
||||
testimonial: "The best Tandoori Chicken in Gurugram. Classic taste!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427606.jpg",
|
||||
},
|
||||
id: "1", name: "Amit Kumar", handle: "@amit_ foodie", testimonial: "The best Tandoori Chicken in Gurugram. Classic taste!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427606.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Singh",
|
||||
handle: "@priya_eats",
|
||||
testimonial: "Authentic North Indian flavor, consistent for years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
id: "2", name: "Priya Singh", handle: "@priya_eats", testimonial: "Authentic North Indian flavor, consistent for years.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rohit Verma",
|
||||
handle: "@rohit_v",
|
||||
testimonial: "Amazing Chilli Paneer! Highly recommend it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
|
||||
},
|
||||
id: "3", name: "Rohit Verma", handle: "@rohit_v", testimonial: "Amazing Chilli Paneer! Highly recommend it.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Das",
|
||||
handle: "@sneha_d",
|
||||
testimonial: "Great service and delicious, juicy chicken.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refined-lady-with-waving-hair-making-selfie-dinner-indoor-shot-blissful-caucasian-girl-eating-pizza_197531-9678.jpg",
|
||||
},
|
||||
id: "4", name: "Sneha Das", handle: "@sneha_d", testimonial: "Great service and delicious, juicy chicken.", imageSrc: "http://img.b2bpic.net/free-photo/refined-lady-with-waving-hair-making-selfie-dinner-indoor-shot-blissful-caucasian-girl-eating-pizza_197531-9678.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Seth",
|
||||
handle: "@vikram_s",
|
||||
testimonial: "Been visiting since 2005. Still the same taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-funny-bearded-guy-showing-thumbs-up-approval_176420-20041.jpg",
|
||||
},
|
||||
id: "5", name: "Vikram Seth", handle: "@vikram_s", testimonial: "Been visiting since 2005. Still the same taste.", imageSrc: "http://img.b2bpic.net/free-photo/excited-funny-bearded-guy-showing-thumbs-up-approval_176420-20041.jpg"},
|
||||
]}
|
||||
title="Loved by Foodies"
|
||||
description="151 reviews and counting! Our customers share their love for our legendary food."
|
||||
@@ -268,20 +168,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 11 am to 11 pm.",
|
||||
},
|
||||
id: "1", title: "What are your opening hours?", content: "We are open daily from 11 am to 11 pm."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer outdoor seating?",
|
||||
content: "Yes, we have outdoor seating available for a pleasant dining experience.",
|
||||
},
|
||||
id: "2", title: "Do you offer outdoor seating?", content: "Yes, we have outdoor seating available for a pleasant dining experience."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Where are you located?",
|
||||
content: "Shop No, 3, New Colony Rd, New Colony, Sector 7, Gurugram.",
|
||||
},
|
||||
id: "3", title: "Where are you located?", content: "Shop No, 3, New Colony Rd, New Colony, Sector 7, Gurugram."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-working-cafe-serving-client-looking-laptop-while-using-card-reader_1258-199436.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -295,16 +186,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Visit Us Today"
|
||||
description="Craving authentic chicken? Come visit our shop or place an order online."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919891282871",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919891282871"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -315,29 +203,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user