Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-09 08:54:49 +00:00

View File

@@ -29,27 +29,18 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
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: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Nothing Before Coffee"
button={{ text: "Order Now", href: "#menu" }}
/>
</div>
@@ -59,78 +50,39 @@ export default function LandingPage() {
description="Because good days start with great coffee."
testimonials={[
{
name: "Aman",
handle: "@aman_bhopal",
testimonial: "Best coffee spot in Gulmohar!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg?_wi=1",
imageAlt: "cozy coffee shop interior warm lighting",
},
name: "Aman", handle: "@aman_bhopal", testimonial: "Best coffee spot in Gulmohar!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg", imageAlt: "cozy coffee shop interior warm lighting"},
{
name: "Priya",
handle: "@priya_eats",
testimonial: "Signature affogato is a must try.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg",
imageAlt: "cafe interior cozy modern furniture",
},
name: "Priya", handle: "@priya_eats", testimonial: "Signature affogato is a must try.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "cafe interior cozy modern furniture"},
{
name: "Rahul",
handle: "@rahul_cafe",
testimonial: "Perfect cozy atmosphere for work.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg?_wi=1",
imageAlt: "hazelnut coffee latte art close up",
},
name: "Rahul", handle: "@rahul_cafe", testimonial: "Perfect cozy atmosphere for work.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg", imageAlt: "hazelnut coffee latte art close up"},
{
name: "Siddharth",
handle: "@sid_coffee",
testimonial: "The best brews in town, period.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-beverage-with-spices_23-2148349610.jpg?_wi=1",
imageAlt: "signature affogato vanilla gelato espresso",
},
name: "Siddharth", handle: "@sid_coffee", testimonial: "The best brews in town, period.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-beverage-with-spices_23-2148349610.jpg", imageAlt: "signature affogato vanilla gelato espresso"},
{
name: "Neha",
handle: "@neha_foodie",
testimonial: "Absolutely love the vibe here.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg?_wi=1",
imageAlt: "hot chocolate drink with foam",
},
name: "Neha", handle: "@neha_foodie", testimonial: "Absolutely love the vibe here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg", imageAlt: "hot chocolate drink with foam"},
]}
buttons={[
{
text: "Order Now",
href: "#menu",
},
text: "Order Now", href: "#menu"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg",
alt: "Aman",
},
src: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg", alt: "Aman"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624096.jpg",
alt: "Priya",
},
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624096.jpg", alt: "Priya"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-coffee_23-2150378310.jpg",
alt: "Rahul",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-coffee_23-2150378310.jpg", alt: "Rahul"},
{
src: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-cup-coffee-with-latte-art_1170-686.jpg",
alt: "Siddharth",
},
src: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-cup-coffee-with-latte-art_1170-686.jpg", alt: "Siddharth"},
{
src: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg",
alt: "Neha",
},
src: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg", alt: "Neha"},
]}
/>
</div>
@@ -141,9 +93,7 @@ export default function LandingPage() {
title="A Cozy Corner in Bhopal"
buttons={[
{
text: "Visit Us Today",
href: "#contact",
},
text: "Visit Us Today", href: "#contact"},
]}
/>
</div>
@@ -156,41 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Hazelnut Shrappe",
price: "₹280",
imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg?_wi=2",
},
id: "1", name: "Hazelnut Shrappe", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg"},
{
id: "2",
name: "Signature Affogato",
price: "₹240",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-beverage-with-spices_23-2148349610.jpg?_wi=2",
},
id: "2", name: "Signature Affogato", price: "₹240", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-beverage-with-spices_23-2148349610.jpg"},
{
id: "3",
name: "Hot Chocolate",
price: "₹210",
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg?_wi=2",
},
id: "3", name: "Hot Chocolate", price: "₹210", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg"},
{
id: "4",
name: "Cold Coffee with Ice Cream",
price: "₹220",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-sugar-cubes_23-2149600722.jpg",
},
id: "4", name: "Cold Coffee with Ice Cream", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-sugar-cubes_23-2149600722.jpg"},
{
id: "5",
name: "Peri Peri Paneer Sandwich",
price: "₹260",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sandwiches-inside-blue-plate-blue-desk_140725-29807.jpg",
},
id: "5", name: "Peri Peri Paneer Sandwich", price: "₹260", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sandwiches-inside-blue-plate-blue-desk_140725-29807.jpg"},
{
id: "6",
name: "Avocado Toast",
price: "₹350",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-ready-be-served_23-2148543659.jpg",
},
id: "6", name: "Avocado Toast", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-ready-be-served_23-2148543659.jpg"},
]}
title="Our Signature Menu"
description="Handcrafted coffee and snacks for every mood."
@@ -204,40 +130,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Aman",
role: "Regular",
testimonial: "Exquisite coffee, friendly staff.",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg?_wi=1",
},
id: "1", name: "Aman", role: "Regular", testimonial: "Exquisite coffee, friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg"},
{
id: "2",
name: "Priya",
role: "Foodie",
testimonial: "Best ambiance in Gulmohar.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624096.jpg",
},
id: "2", name: "Priya", role: "Foodie", testimonial: "Best ambiance in Gulmohar.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624096.jpg"},
{
id: "3",
name: "Rahul",
role: "Student",
testimonial: "Affogato is legendary.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-coffee_23-2150378310.jpg",
},
id: "3", name: "Rahul", role: "Student", testimonial: "Affogato is legendary.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-coffee_23-2150378310.jpg"},
{
id: "4",
name: "Siddharth",
role: "Professional",
testimonial: "Perfect place for quick meetings.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-cup-coffee-with-latte-art_1170-686.jpg",
},
id: "4", name: "Siddharth", role: "Professional", testimonial: "Perfect place for quick meetings.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-cup-coffee-with-latte-art_1170-686.jpg"},
{
id: "5",
name: "Neha",
role: "Local",
testimonial: "Love the cozy vibe!",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg?_wi=2",
},
id: "5", name: "Neha", role: "Local", testimonial: "Love the cozy vibe!", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg"},
]}
title="What Our Customers Say"
description="Join our community of coffee lovers."
@@ -248,8 +149,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
tag="Visit Us"
title="Nothing Before Coffee, Gulmohar, Bhopal"
description="HDB Arcade, Gulmohar. Open till 11:30 PM. Call us for inquiries."
@@ -261,33 +161,21 @@ export default function LandingPage() {
logoText="Nothing Before Coffee"
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Gulmohar, Bhopal",
href: "#contact",
},
label: "Gulmohar, Bhopal", href: "#contact"},
{
label: "+91 00000 00000",
href: "tel:+910000000000",
},
label: "+91 00000 00000", href: "tel:+910000000000"},
],
},
]}