Merge version_1 into main #2
295
src/app/page.tsx
295
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Boss Cafe"
|
||||
/>
|
||||
@@ -54,64 +42,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Welcome to Boss Cafe Jabalpur"
|
||||
description="Experience our classy, rich atmosphere and delicious handcrafted snacks in the heart of Vatsala Paradise."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg?_wi=1"
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg"
|
||||
imageAlt="Boss Cafe Jabalpur Atmosphere"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg",
|
||||
alt: "Hot latte coffee cup on table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg",
|
||||
alt: "Expressive young girl posing indoor",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-waist-bag-relaxing-cafe-free-time_627829-5344.jpg",
|
||||
alt: "Charming african american woman model in black jacket and waist bag relaxing in cafe during free time",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looks-thoughtful-sitting-table-with-old-photos-cafe_8353-1384.jpg",
|
||||
alt: "Woman looks thoughtful sitting at the table with old photos in the cafe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19192.jpg",
|
||||
alt: "Young woman sitting in a chair inside a cafe",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg", alt: "Hot latte coffee cup on table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg", alt: "Expressive young girl posing indoor" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-waist-bag-relaxing-cafe-free-time_627829-5344.jpg", alt: "Charming african american woman model in black jacket and waist bag relaxing in cafe during free time" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-looks-thoughtful-sitting-table-with-old-photos-cafe_8353-1384.jpg", alt: "Woman looks thoughtful sitting at the table with old photos in the cafe" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19192.jpg", alt: "Young woman sitting in a chair inside a cafe" },
|
||||
]}
|
||||
avatarText="Join our local community of coffee lovers."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Roasted Coffee",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Chinese Cuisine",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Famous Maggies & Sandwiches",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Ambience",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Daily 9am-10pm",
|
||||
},
|
||||
{ type: "text", text: "Freshly Roasted Coffee" },
|
||||
{ type: "text", text: "Authentic Chinese Cuisine" },
|
||||
{ type: "text", text: "Famous Maggies & Sandwiches" },
|
||||
{ type: "text", text: "Cozy Ambience" },
|
||||
{ type: "text", text: "Open Daily 9am-10pm" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,7 +74,7 @@ export default function LandingPage() {
|
||||
title="Quality Snacks & Comfort"
|
||||
description="Located in Vatsala Paradise, Near Hanuman Mandir, we pride ourselves on delivering top-tier beverages, Chinese delicacies, and our famous Maggies."
|
||||
subdescription="Open daily from 9:00 AM to 10:00 PM."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Coffee}
|
||||
/>
|
||||
@@ -136,42 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Veg Noodles",
|
||||
price: "70/-",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZ8HWEQLfPYmg8VCRGfYogigcm/uploaded-1776581737497-7cqrp21c.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Paneer Noodles",
|
||||
price: "90/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Coffee",
|
||||
price: "35/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Veg Cheese Sandwich",
|
||||
price: "50/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-ordering-bar_23-2147680670.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Plain Maggie",
|
||||
price: "40/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Dry Manchurian",
|
||||
price: "80/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3407.jpg?_wi=1",
|
||||
},
|
||||
{ id: "m1", name: "Veg Noodles", price: "70/-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZ8HWEQLfPYmg8VCRGfYogigcm/uploaded-1776581737497-7cqrp21c.png" },
|
||||
{ id: "m2", name: "Paneer Noodles", price: "90/-", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg" },
|
||||
{ id: "m3", name: "Coffee", price: "35/-", imageSrc: "http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg" },
|
||||
{ id: "m4", name: "Veg Cheese Sandwich", price: "50/-", imageSrc: "http://img.b2bpic.net/free-photo/woman-ordering-bar_23-2147680670.jpg" },
|
||||
{ id: "m5", name: "Plain Maggie", price: "40/-", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg" },
|
||||
{ id: "m6", name: "Dry Manchurian", price: "80/-", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3407.jpg" },
|
||||
]}
|
||||
title="Boss Cafe Menu"
|
||||
description="Explore our curated selections of beverages, Chinese, Maggies, and Sandwiches."
|
||||
@@ -180,42 +101,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features-extra" data-section="features-extra">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Ingredients",
|
||||
author: "Chef Team",
|
||||
description: "We use only the freshest produce to ensure great taste in every bite.",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Warm Atmosphere",
|
||||
author: "Management",
|
||||
description: "Relax and enjoy our classy HDR environment perfect for any gathering.",
|
||||
tags: [
|
||||
"Cozy",
|
||||
"Classy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3407.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fast Service",
|
||||
author: "Staff",
|
||||
description: "We ensure your orders are prepared and served with speed and perfection.",
|
||||
tags: [
|
||||
"Fast",
|
||||
"Service",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Fresh Ingredients", author: "Chef Team", description: "We use only the freshest produce to ensure great taste in every bite.", tags: ["Fresh", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg" },
|
||||
{ id: "f2", title: "Warm Atmosphere", author: "Management", description: "Relax and enjoy our classy HDR environment perfect for any gathering.", tags: ["Cozy", "Classy"], imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3407.jpg" },
|
||||
{ id: "f3", title: "Fast Service", author: "Staff", description: "We ensure your orders are prepared and served with speed and perfection.", tags: ["Fast", "Service"], imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg" },
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Fresh ingredients, quality service, and a warm, inviting environment."
|
||||
@@ -228,50 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Combo",
|
||||
price: "100/-",
|
||||
subtitle: "Full Meal Mix",
|
||||
features: [
|
||||
"Veg Noodles",
|
||||
"Veg Sandwich",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Special",
|
||||
price: "180/-",
|
||||
subtitle: "Chili Paneer Special",
|
||||
features: [
|
||||
"Chili Paneer",
|
||||
"Special Sauce",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Budget",
|
||||
price: "55/-",
|
||||
subtitle: "Budget Mix",
|
||||
features: [
|
||||
"Quick Bites",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "p1", badge: "Combo", price: "100/-", subtitle: "Full Meal Mix", features: ["Veg Noodles", "Veg Sandwich"], buttons: [{ text: "Order Now" }] },
|
||||
{ id: "p2", badge: "Special", price: "180/-", subtitle: "Chili Paneer Special", features: ["Chili Paneer", "Special Sauce"], buttons: [{ text: "Order Now" }] },
|
||||
{ id: "p3", badge: "Budget", price: "55/-", subtitle: "Budget Mix", features: ["Quick Bites"], buttons: [{ text: "Order Now" }] },
|
||||
]}
|
||||
title="Daily Specials"
|
||||
description="Check our special combinations."
|
||||
@@ -284,51 +135,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rohan P.",
|
||||
handle: "@rohan_p",
|
||||
testimonial: "The best Paneer Noodles in Jabalpur!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-yellow-dress-sitting-table-with-dishes-restaurant-with-mobile-phone-hand_627829-509.jpg",
|
||||
imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sonia K.",
|
||||
handle: "@sonia_k",
|
||||
testimonial: "Lovely ambiance and great coffee.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZ8HWEQLfPYmg8VCRGfYogigcm/uploaded-1776581737497-7cqrp21c.png?_wi=2",
|
||||
imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amit V.",
|
||||
handle: "@amit_v",
|
||||
testimonial: "The sandwiches are always fresh.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg?_wi=3",
|
||||
imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Neha J.",
|
||||
handle: "@neha_j",
|
||||
testimonial: "Fast service, great prices.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg?_wi=3",
|
||||
imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Rahul M.",
|
||||
handle: "@rahul_m",
|
||||
testimonial: "Maggie is definitely a must-try.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-ordering-bar_23-2147680670.jpg?_wi=2",
|
||||
imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand",
|
||||
},
|
||||
{ id: "t1", name: "Rohan P.", handle: "@rohan_p", testimonial: "The best Paneer Noodles in Jabalpur!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-yellow-dress-sitting-table-with-dishes-restaurant-with-mobile-phone-hand_627829-509.jpg", imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand" },
|
||||
{ id: "t2", name: "Sonia K.", handle: "@sonia_k", testimonial: "Lovely ambiance and great coffee.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZ8HWEQLfPYmg8VCRGfYogigcm/uploaded-1776581737497-7cqrp21c.png", imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand" },
|
||||
{ id: "t3", name: "Amit V.", handle: "@amit_v", testimonial: "The sandwiches are always fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg", imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand" },
|
||||
{ id: "t4", name: "Neha J.", handle: "@neha_j", testimonial: "Fast service, great prices.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg", imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand" },
|
||||
{ id: "t5", name: "Rahul M.", handle: "@rahul_m", testimonial: "Maggie is definitely a must-try.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-ordering-bar_23-2147680670.jpg", imageAlt: "Glamour african american woman in yellow dress sitting at the table with dishes on restaurant with mobile phone at hand" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Stories"
|
||||
@@ -342,18 +153,10 @@ export default function LandingPage() {
|
||||
title="Visit or Contact Us"
|
||||
description="Vatsala Paradise, Near Hanuman Mandir, Krishiupaj Mandi Vijay Nagar, Jabalpur. Contact: 8103777409"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-ordering-bar_23-2147680670.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-ordering-bar_23-2147680670.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -362,26 +165,10 @@ export default function LandingPage() {
|
||||
logoText="Boss Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Vatsala Paradise, Jabalpur",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Location", items: [{ label: "Vatsala Paradise, Jabalpur", href: "#" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user