Merge version_1 into main #2
193
src/app/page.tsx
193
src/app/page.tsx
@@ -33,17 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
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="The OG Bengaluru Cafe"
|
||||
/>
|
||||
@@ -52,17 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The OG Bengaluru Cafe"
|
||||
description="Where tradition meets the perfect brew. Celebrating the heartbeat of Bengaluru's timeless cafe culture since inception."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
imageAlt="Heritage cafe exterior in Bengaluru"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,19 +66,13 @@ export default function LandingPage() {
|
||||
description="We don't just serve coffee; we serve memories of a bygone Bengaluru. Our heritage recipes and authentic filter coffee are crafted to transport you back to the golden days."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Artisan Roasts",
|
||||
description: "Locally sourced beans roasted with care.",
|
||||
},
|
||||
title: "Artisan Roasts", description: "Locally sourced beans roasted with care."},
|
||||
{
|
||||
title: "Heritage Recipes",
|
||||
description: "Authentic flavors passed down through generations.",
|
||||
},
|
||||
title: "Heritage Recipes", description: "Authentic flavors passed down through generations."},
|
||||
{
|
||||
title: "Timeless Vibe",
|
||||
description: "The perfect corner to pause, read, and reflect.",
|
||||
},
|
||||
title: "Timeless Vibe", description: "The perfect corner to pause, read, and reflect."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -99,28 +84,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Brews",
|
||||
description: "Filter coffee unlike any other.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Coffee,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg",
|
||||
imageAlt: "coffee cup artisan latte art",
|
||||
title: "Authentic Brews", description: "Filter coffee unlike any other.", bentoComponent: "reveal-icon", icon: Coffee,
|
||||
},
|
||||
{
|
||||
title: "Cozy Seating",
|
||||
description: "Nooks for every storyteller.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Coffee,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2",
|
||||
imageAlt: "coffee cup artisan latte art",
|
||||
title: "Cozy Seating", description: "Nooks for every storyteller.", bentoComponent: "reveal-icon", icon: Coffee,
|
||||
},
|
||||
{
|
||||
title: "Local Culture",
|
||||
description: "Events honoring the city's spirit.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Music,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg?_wi=2",
|
||||
imageAlt: "coffee cup artisan latte art",
|
||||
title: "Local Culture", description: "Events honoring the city's spirit.", bentoComponent: "reveal-icon", icon: Music,
|
||||
},
|
||||
]}
|
||||
title="Our Experience"
|
||||
@@ -136,41 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Traditional Filter Coffee",
|
||||
price: "₹60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-barista-holding-filter-with-coffee_23-2148824414.jpg",
|
||||
},
|
||||
id: "1", name: "Traditional Filter Coffee", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-barista-holding-filter-with-coffee_23-2148824414.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Masala Dosa",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg",
|
||||
},
|
||||
id: "2", name: "Masala Dosa", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Signature Cappuccino",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee_23-2148354694.jpg",
|
||||
},
|
||||
id: "3", name: "Signature Cappuccino", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee_23-2148354694.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Savory Egg Puff",
|
||||
price: "₹45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-bread-hot-tasty-fresh-sliced-inside-bread-bin-along-with-salt-pepper-pink_140725-24283.jpg",
|
||||
},
|
||||
id: "4", name: "Savory Egg Puff", price: "₹45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-bread-hot-tasty-fresh-sliced-inside-bread-bin-along-with-salt-pepper-pink_140725-24283.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Bun Butter Jam",
|
||||
price: "₹55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-coffee-cups_23-2149461710.jpg",
|
||||
},
|
||||
id: "5", name: "Bun Butter Jam", price: "₹55", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-coffee-cups_23-2149461710.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Iced Cold Coffee",
|
||||
price: "₹110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-yellow-summer-dress-hat-with-cup-coffee-enjoying-sun_343596-6129.jpg",
|
||||
},
|
||||
id: "6", name: "Iced Cold Coffee", price: "₹110", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-yellow-summer-dress-hat-with-cup-coffee-enjoying-sun_343596-6129.jpg"},
|
||||
]}
|
||||
title="The Classics"
|
||||
description="Signature favorites that define our kitchen."
|
||||
@@ -184,40 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Arjun R.",
|
||||
handle: "@arjun.blr",
|
||||
testimonial: "The best filter coffee in town, period. Takes me back to my childhood visits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg",
|
||||
},
|
||||
id: "1", name: "Arjun R.", handle: "@arjun.blr", testimonial: "The best filter coffee in town, period. Takes me back to my childhood visits.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya S.",
|
||||
handle: "@priyasblr",
|
||||
testimonial: "An incredible heritage feel. Love sitting here with a good book on weekends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-beautiful-redhaired-woman-glasses-using-her-phone-touchpad-notebook-while-sitting-her-working-place-cafe-with-cup-coffee_627829-6743.jpg",
|
||||
},
|
||||
id: "2", name: "Priya S.", handle: "@priyasblr", testimonial: "An incredible heritage feel. Love sitting here with a good book on weekends.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-beautiful-redhaired-woman-glasses-using-her-phone-touchpad-notebook-while-sitting-her-working-place-cafe-with-cup-coffee_627829-6743.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram K.",
|
||||
handle: "@vikram_k",
|
||||
testimonial: "Authentic flavors and that classic Bengaluru warmth. Always consistent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
},
|
||||
id: "3", name: "Vikram K.", handle: "@vikram_k", testimonial: "Authentic flavors and that classic Bengaluru warmth. Always consistent.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha M.",
|
||||
handle: "@sneham",
|
||||
testimonial: "The bun butter jam is nostalgic comfort food at its finest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-student-woman-reading-her-notes-drinking-coffee-cafe-outdoors-waiting-her-classes-smiling_197531-22628.jpg",
|
||||
},
|
||||
id: "4", name: "Sneha M.", handle: "@sneham", testimonial: "The bun butter jam is nostalgic comfort food at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-student-woman-reading-her-notes-drinking-coffee-cafe-outdoors-waiting-her-classes-smiling_197531-22628.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rahul P.",
|
||||
handle: "@rahulp",
|
||||
testimonial: "A true landmark of the city. The coffee aroma is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-together-bistro-full-shot_23-2149356896.jpg",
|
||||
},
|
||||
id: "5", name: "Rahul P.", handle: "@rahulp", testimonial: "A true landmark of the city. The coffee aroma is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-together-bistro-full-shot_23-2149356896.jpg"},
|
||||
]}
|
||||
title="Stories from our Tables"
|
||||
description="What our patrons share about the OG vibe."
|
||||
@@ -229,12 +150,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Travel Guide",
|
||||
"Food Reviewers Club",
|
||||
"Bengaluru Heritage Group",
|
||||
"City Best Awards",
|
||||
"Culinary Arts Association",
|
||||
]}
|
||||
"Travel Guide", "Food Reviewers Club", "Bengaluru Heritage Group", "City Best Awards", "Culinary Arts Association"]}
|
||||
title="Loved by the City"
|
||||
description="Recognized for our dedication to heritage cafe culture."
|
||||
/>
|
||||
@@ -245,20 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are you open on weekends?",
|
||||
content: "Yes, we are open seven days a week to serve you.",
|
||||
},
|
||||
id: "q1", title: "Are you open on weekends?", content: "Yes, we are open seven days a week to serve you."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you have parking facilities?",
|
||||
content: "We have limited street-side parking available for our guests.",
|
||||
},
|
||||
id: "q2", title: "Do you have parking facilities?", content: "We have limited street-side parking available for our guests."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you accept digital payments?",
|
||||
content: "Absolutely! We accept all major UPI and digital wallets.",
|
||||
},
|
||||
id: "q3", title: "Do you accept digital payments?", content: "Absolutely! We accept all major UPI and digital wallets."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -269,8 +176,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Come Say Hello"
|
||||
description="Drop by for a fresh cup of filter coffee and good company. We are waiting to welcome you."
|
||||
@@ -282,50 +188,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", 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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user