Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 13:36:40 +00:00

View File

@@ -24,7 +24,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroCentered
title="Step Out of Stress. Step Into Flavor."
description="Jaipur's favorite vegetarian café serving Bombay sandwiches, crepes, frappes & rich cold coffee in a cozy artistic space. Join 3000+ visitors who've discovered their perfect hangout."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-woman-is-stirring-coffee-outdoor-cafe-thinking_231208-13170.jpg", alt: "Satisfied customer"
@@ -82,7 +82,7 @@ export default function LandingPage() {
title: "Cafe-Style Cold Coffee", description: "Balanced flavor, strong aroma, creamy froth - the real cafe experience", icon: Coffee,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg?_wi=1", imageAlt: "Cafe-style cold coffee with froth"
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg", imageAlt: "Cafe-style cold coffee with froth"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/teenager-studying-gesturing-thumb-up_23-2147860826.jpg", imageAlt: "Cold coffee being enjoyed at cafe"
@@ -93,10 +93,10 @@ export default function LandingPage() {
title: "Legendary Bombay Sandwiches", description: "Fresh ingredients and bold flavors inspired by Mumbai street food tradition", icon: Sandwich,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/useful-sandwich-with-ham-herbs_2829-8280.jpg?_wi=1", imageAlt: "Crispy toasted Bombay sandwich"
imageSrc: "http://img.b2bpic.net/free-photo/useful-sandwich-with-ham-herbs_2829-8280.jpg", imageAlt: "Crispy toasted Bombay sandwich"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-sauces_140725-5759.jpg?_wi=1", imageAlt: "Peri-peri fries perfect pairing"
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-sauces_140725-5759.jpg", imageAlt: "Peri-peri fries perfect pairing"
}
]
},
@@ -104,10 +104,10 @@ export default function LandingPage() {
title: "100% Vegetarian Menu", description: "Delicious Indian & Continental fast food - guilt-free indulgence", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg?_wi=1", imageAlt: "Colorful vegetarian Mexican platter"
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg", imageAlt: "Colorful vegetarian Mexican platter"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-pancakes_23-2148367450.jpg?_wi=1", imageAlt: "Light delicious vegetarian crepes"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-pancakes_23-2148367450.jpg", imageAlt: "Light delicious vegetarian crepes"
}
]
},
@@ -142,22 +142,22 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1", name: "Bombay Sandwich", price: "₹180", variant: "Crispy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/useful-sandwich-with-ham-herbs_2829-8280.jpg?_wi=2", imageAlt: "Legendary Bombay sandwich"
id: "1", name: "Bombay Sandwich", price: "₹180", variant: "Crispy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/useful-sandwich-with-ham-herbs_2829-8280.jpg", imageAlt: "Legendary Bombay sandwich"
},
{
id: "2", name: "Cold Coffee", price: "₹150", variant: "Cafe-Style Frothy", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg?_wi=2", imageAlt: "Rich cafe-style cold coffee"
id: "2", name: "Cold Coffee", price: "₹150", variant: "Cafe-Style Frothy", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg", imageAlt: "Rich cafe-style cold coffee"
},
{
id: "3", name: "Peri Peri Fries", price: "₹120", variant: "Spicy House Seasoning", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-sauces_140725-5759.jpg?_wi=2", imageAlt: "Crispy spicy fries"
id: "3", name: "Peri Peri Fries", price: "₹120", variant: "Spicy House Seasoning", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-sauces_140725-5759.jpg", imageAlt: "Crispy spicy fries"
},
{
id: "4", name: "Mexican Platter", price: "₹280", variant: "Perfect for Sharing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg?_wi=2", imageAlt: "Loaded Mexican sharing platter"
id: "4", name: "Mexican Platter", price: "₹280", variant: "Perfect for Sharing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg", imageAlt: "Loaded Mexican sharing platter"
},
{
id: "5", name: "Crepes", price: "₹140", variant: "Instagram-Worthy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-pancakes_23-2148367450.jpg?_wi=2", imageAlt: "Light delicious crepes"
id: "5", name: "Crepes", price: "₹140", variant: "Instagram-Worthy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-pancakes_23-2148367450.jpg", imageAlt: "Light delicious crepes"
},
{
id: "6", name: "Frappe Special", price: "₹160", variant: "Chilled & Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg?_wi=3", imageAlt: "Chilled frappe beverage"
id: "6", name: "Frappe Special", price: "₹160", variant: "Chilled & Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg", imageAlt: "Chilled frappe beverage"
}
]}
/>