Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 12:46:38 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", imageAlt: "Cozy café interior with warm seating" },
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Café ambiance with comfortable setup" }
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=1", imageAlt: "Café ambiance with comfortable setup" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -87,30 +87,30 @@ export default function LandingPage() {
features={[
{
title: "Cold Coffee", description: "Creamy, chilled, and refreshing a student favorite", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg", imageAlt: "Creamy cold coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-whipped-cream-strawberry-syrup_140725-2579.jpg", imageAlt: "Thick milkshake" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg", imageAlt: "Iced beverage" }
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg?_wi=1", imageAlt: "Creamy cold coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-whipped-cream-strawberry-syrup_140725-2579.jpg?_wi=1", imageAlt: "Thick milkshake" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg?_wi=2", imageAlt: "Iced beverage" }
]
},
{
title: "Caesar Salad", description: "Fresh, crisp, and full of flavor your healthy choice", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/autumn-salad-with-apples-walnuts-wooden-table_123827-26240.jpg", imageAlt: "Fresh caesar salad" },
{ imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-tomatoes-grated-cheese-olives-arugula_141793-1010.jpg", imageAlt: "Starter platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/autumn-salad-with-apples-walnuts-wooden-table_123827-26240.jpg", imageAlt: "Salad with dressing" }
{ imageSrc: "http://img.b2bpic.net/free-photo/autumn-salad-with-apples-walnuts-wooden-table_123827-26240.jpg?_wi=1", imageAlt: "Fresh caesar salad" },
{ imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-tomatoes-grated-cheese-olives-arugula_141793-1010.jpg?_wi=1", imageAlt: "Starter platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/autumn-salad-with-apples-walnuts-wooden-table_123827-26240.jpg?_wi=2", imageAlt: "Salad with dressing" }
]
},
{
title: "Indian Starters", description: "Authentic, mouth-watering, and pocket-friendly", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-tomatoes-grated-cheese-olives-arugula_141793-1010.jpg", imageAlt: "Fried Indian starters" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg", imageAlt: "Cold beverage pairing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-tomatoes-grated-cheese-olives-arugula_141793-1010.jpg", imageAlt: "Garlic appetizers" }
{ imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-tomatoes-grated-cheese-olives-arugula_141793-1010.jpg?_wi=2", imageAlt: "Fried Indian starters" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg?_wi=3", imageAlt: "Cold beverage pairing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-tomatoes-grated-cheese-olives-arugula_141793-1010.jpg?_wi=3", imageAlt: "Garlic appetizers" }
]
},
{
title: "Shakes & Beverages", description: "Thick, creamy shakes perfect for any time of day", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-whipped-cream-strawberry-syrup_140725-2579.jpg", imageAlt: "Creamy shake" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg", imageAlt: "Cold coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-whipped-cream-strawberry-syrup_140725-2579.jpg", imageAlt: "Colorful shake" }
{ imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-whipped-cream-strawberry-syrup_140725-2579.jpg?_wi=2", imageAlt: "Creamy shake" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg?_wi=4", imageAlt: "Cold coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-whipped-cream-strawberry-syrup_140725-2579.jpg?_wi=3", imageAlt: "Colorful shake" }
]
}
]}
@@ -131,19 +131,19 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Cafe Corner", name: "Cold Coffee Special", price: "₹120", rating: 5,
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg", imageAlt: "Cold Coffee"
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-ice-tea-with-milk-table-white_181624-21664.jpg?_wi=5", imageAlt: "Cold Coffee"
},
{
id: "2", brand: "Cafe Corner", name: "Caesar Salad", price: "₹180", rating: 5,
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/autumn-salad-with-apples-walnuts-wooden-table_123827-26240.jpg", imageAlt: "Caesar Salad"
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/autumn-salad-with-apples-walnuts-wooden-table_123827-26240.jpg?_wi=3", imageAlt: "Caesar Salad"
},
{
id: "3", brand: "Cafe Corner", name: "Garlic Starters", price: "₹220", rating: 5,
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-tomatoes-grated-cheese-olives-arugula_141793-1010.jpg", imageAlt: "Garlic Starters"
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-tomatoes-grated-cheese-olives-arugula_141793-1010.jpg?_wi=4", imageAlt: "Garlic Starters"
},
{
id: "4", brand: "Cafe Corner", name: "Thick Milkshake", price: "₹130", rating: 5,
reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-whipped-cream-strawberry-syrup_140725-2579.jpg", imageAlt: "Thick Milkshake"
reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-whipped-cream-strawberry-syrup_140725-2579.jpg?_wi=4", imageAlt: "Thick Milkshake"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -179,7 +179,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=2"
imageAlt="Café interior ambiance"
mediaAnimation="slide-up"
mediaPosition="right"