Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
284
src/app/page.tsx
284
src/app/page.tsx
@@ -32,59 +32,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Manoop"
|
||||
button={{ text: "Reserve Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Flavors at Manoop Restaurant & Cafe"
|
||||
description="Experience a culinary journey blending traditional heritage with modern cafe culture in the heart of our community."
|
||||
mediaItems={[
|
||||
{
|
||||
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/mash-filled-with-herbs-tomatoes_140725-3784.jpg",
|
||||
imageAlt: "Signature dishes",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208282.jpg",
|
||||
imageAlt: "Chef at work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-authentic-dining-room-interior-design-with-picture-frame_53876-111108.jpg",
|
||||
imageAlt: "Cafe interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-lunch-inside-plate-dark-surface_140725-61860.jpg",
|
||||
imageAlt: "Gourmet meal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cream-liquer_23-2148014925.jpg",
|
||||
imageAlt: "Cozy seating",
|
||||
},
|
||||
{ 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/mash-filled-with-herbs-tomatoes_140725-3784.jpg", imageAlt: "Signature dishes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208282.jpg", imageAlt: "Chef at work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-authentic-dining-room-interior-design-with-picture-frame_53876-111108.jpg", imageAlt: "Cafe interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-lunch-inside-plate-dark-surface_140725-61860.jpg", imageAlt: "Gourmet meal" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cream-liquer_23-2148014925.jpg", imageAlt: "Cozy seating" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,21 +64,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion for Fine Dining"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Served",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Guests",
|
||||
value: "50k+",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Unique Recipes",
|
||||
value: "100+",
|
||||
},
|
||||
{ icon: Award, label: "Years Served", value: "15+" },
|
||||
{ icon: Users, label: "Happy Guests", value: "50k+" },
|
||||
{ icon: Utensils, label: "Unique Recipes", value: "100+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -119,24 +77,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm-to-Table",
|
||||
description: "We source ingredients locally to ensure freshness in every bite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/appetising-variety-vegetables-counter-fresh-tomatoes-cucumber-salad-peppers-carrots_613910-17228.jpg",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Rooted in authentic techniques passed down through generations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-some-healthy-food_23-2149028639.jpg",
|
||||
imageAlt: "Spices",
|
||||
},
|
||||
{
|
||||
title: "Cozy Atmosphere",
|
||||
description: "Designed for comfort, whether it's a family meal or a quick coffee.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-pile-bowl_23-2147694148.jpg",
|
||||
imageAlt: "Decor",
|
||||
},
|
||||
{ title: "Farm-to-Table", description: "We source ingredients locally to ensure freshness in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/appetising-variety-vegetables-counter-fresh-tomatoes-cucumber-salad-peppers-carrots_613910-17228.jpg", imageAlt: "Fresh ingredients" },
|
||||
{ title: "Traditional Recipes", description: "Rooted in authentic techniques passed down through generations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-some-healthy-food_23-2149028639.jpg", imageAlt: "Spices" },
|
||||
{ title: "Cozy Atmosphere", description: "Designed for comfort, whether it's a family meal or a quick coffee.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-pile-bowl_23-2147694148.jpg", imageAlt: "Decor" },
|
||||
]}
|
||||
title="Why Visit Us?"
|
||||
description="We prioritize quality ingredients and an unforgettable atmosphere."
|
||||
@@ -150,54 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Special Curry",
|
||||
price: "₹399",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg",
|
||||
imageAlt: "Curry",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fresh Pastry",
|
||||
price: "₹150",
|
||||
variant: "Bakery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-pastry-breakfast_23-2148354695.jpg",
|
||||
imageAlt: "Pastry",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Iced Coffee",
|
||||
price: "₹180",
|
||||
variant: "Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-drink-near-glass-with-straw-green-plants_23-2148109338.jpg",
|
||||
imageAlt: "Coffee",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kebab Platter",
|
||||
price: "₹450",
|
||||
variant: "Starter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-caesar-salad-with-glass-wine_140725-1256.jpg",
|
||||
imageAlt: "Kebab",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Masala Tea",
|
||||
price: "₹80",
|
||||
variant: "Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-cup-masala-chai-with-spices-coffee-beans-dark-surface_9975-124574.jpg",
|
||||
imageAlt: "Tea",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sweet Delight",
|
||||
price: "₹120",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-pie-with-orange-slices-dark-grey-background-pie-biscuit-dessert-sweet-cake-tea_140725-110361.jpg",
|
||||
imageAlt: "Dessert",
|
||||
},
|
||||
{ id: "1", name: "Special Curry", price: "₹399", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg", imageAlt: "Curry" },
|
||||
{ id: "2", name: "Fresh Pastry", price: "₹150", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-pastry-breakfast_23-2148354695.jpg", imageAlt: "Pastry" },
|
||||
{ id: "3", name: "Iced Coffee", price: "₹180", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/bottle-drink-near-glass-with-straw-green-plants_23-2148109338.jpg", imageAlt: "Coffee" },
|
||||
{ id: "4", name: "Kebab Platter", price: "₹450", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/chicken-caesar-salad-with-glass-wine_140725-1256.jpg", imageAlt: "Kebab" },
|
||||
{ id: "5", name: "Masala Tea", price: "₹80", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/steaming-cup-masala-chai-with-spices-coffee-beans-dark-surface_9975-124574.jpg", imageAlt: "Tea" },
|
||||
{ id: "6", name: "Sweet Delight", price: "₹120", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-pie-with-orange-slices-dark-grey-background-pie-biscuit-dessert-sweet-cake-tea_140725-110361.jpg", imageAlt: "Dessert" },
|
||||
]}
|
||||
title="Our Signature Specialties"
|
||||
description="Discover a selection of our most loved dishes and beverages."
|
||||
@@ -211,27 +112,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
title: "Freshness",
|
||||
description: "Locally sourced",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.8/5",
|
||||
title: "Rating",
|
||||
description: "Customer love",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
description: "Always fresh",
|
||||
icon: Clock,
|
||||
},
|
||||
{ id: "1", value: "100%", title: "Freshness", description: "Locally sourced", icon: Leaf },
|
||||
{ id: "2", value: "4.8/5", title: "Rating", description: "Customer love", icon: Star },
|
||||
{ id: "3", value: "24/7", title: "Availability", description: "Always fresh", icon: Clock },
|
||||
]}
|
||||
title="Excellence in Numbers"
|
||||
description="A glimpse into the quality and love we put into every order."
|
||||
@@ -244,46 +127,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
handle: "@sarah_foodie",
|
||||
testimonial: "The best curry I've ever had!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Amit",
|
||||
handle: "@amit_p",
|
||||
testimonial: "Great cafe vibe, coffee is amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-feeding-her-husband-romantic-dinner_23-2148435805.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya",
|
||||
handle: "@priya_vibes",
|
||||
testimonial: "Family friendly and very delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rahul",
|
||||
handle: "@rahul_d",
|
||||
testimonial: "Fresh and authentic experience.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006665.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepa",
|
||||
handle: "@deepa_v",
|
||||
testimonial: "Hidden gem in the city!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah", handle: "@sarah_foodie", testimonial: "The best curry I've ever had!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg" },
|
||||
{ id: "2", name: "Amit", handle: "@amit_p", testimonial: "Great cafe vibe, coffee is amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-feeding-her-husband-romantic-dinner_23-2148435805.jpg" },
|
||||
{ id: "3", name: "Priya", handle: "@priya_vibes", testimonial: "Family friendly and very delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" },
|
||||
{ id: "4", name: "Rahul", handle: "@rahul_d", testimonial: "Fresh and authentic experience.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006665.jpg" },
|
||||
{ id: "5", name: "Deepa", handle: "@deepa_v", testimonial: "Hidden gem in the city!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear From Our Guests"
|
||||
@@ -295,21 +143,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we partner with all major delivery apps.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, complimentary parking is available for guests.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you host private events?",
|
||||
content: "Absolutely, contact us for event reservations.",
|
||||
},
|
||||
{ id: "1", title: "Do you offer delivery?", content: "Yes, we partner with all major delivery apps." },
|
||||
{ id: "2", title: "Is there parking available?", content: "Yes, complimentary parking is available for guests." },
|
||||
{ id: "3", title: "Do you host private events?", content: "Absolutely, contact us for event reservations." },
|
||||
]}
|
||||
sideTitle="Commonly Asked"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -319,58 +155,18 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Visit Manoop Restaurant & Cafe today for an authentic culinary experience. Open 7 days a week."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserve a Table", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }] },
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Reservations", href: "#" }] },
|
||||
{ items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
]}
|
||||
logoText="Manoop"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user