Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -59,17 +59,17 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-young-women-holding-fresh-drinks-sitting-table_23-2148784279.jpg", imageAlt: "Beautiful outdoor seating area with warm lighting"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-young-women-holding-fresh-drinks-sitting-table_23-2148784279.jpg?_wi=1", imageAlt: "Beautiful outdoor seating area with warm lighting"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cups-arrangement_23-2149514282.jpg", imageAlt: "Artfully crafted coffee with latte art"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-female-employees-coffee-break_23-2148347250.jpg", imageAlt: "Friends laughing and enjoying time together"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-female-employees-coffee-break_23-2148347250.jpg?_wi=1", imageAlt: "Friends laughing and enjoying time together"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg", imageAlt: "Warm evening lights creating cozy ambience"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=1", imageAlt: "Warm evening lights creating cozy ambience"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-books-with-copy-space_23-2148255845.jpg", imageAlt: "Bookshelves creating a literary atmosphere"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-books-with-copy-space_23-2148255845.jpg?_wi=1", imageAlt: "Bookshelves creating a literary atmosphere"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/friends-with-yerba-mate-indoors-high-angle_23-2149860523.jpg", imageAlt: "Community gathering in café space"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/friends-with-yerba-mate-indoors-high-angle_23-2149860523.jpg?_wi=1", imageAlt: "Community gathering in café space"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -99,17 +99,17 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Cold Coffee", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-girl-holding-coffee-cup-hands_23-2147906504.jpg", imageAlt: "Cold coffee iced beverage"},
|
||||
id: "1", name: "Cold Coffee", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-girl-holding-coffee-cup-hands_23-2147906504.jpg?_wi=1", imageAlt: "Cold coffee iced beverage"},
|
||||
{
|
||||
id: "2", name: "Cappuccino", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-girl-holding-coffee-cup-hands_23-2147906504.jpg", imageAlt: "Cappuccino espresso drink"},
|
||||
id: "2", name: "Cappuccino", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-girl-holding-coffee-cup-hands_23-2147906504.jpg?_wi=2", imageAlt: "Cappuccino espresso drink"},
|
||||
{
|
||||
id: "3", name: "Cheesy Veg Maggie", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-with-melted-cheese-top-wooden-board-piece-white-burlap_114579-78296.jpg", imageAlt: "Cheesy vegetable maggie noodles"},
|
||||
id: "3", name: "Cheesy Veg Maggie", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-with-melted-cheese-top-wooden-board-piece-white-burlap_114579-78296.jpg?_wi=1", imageAlt: "Cheesy vegetable maggie noodles"},
|
||||
{
|
||||
id: "4", name: "Farmhouse Pizza", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-with-melted-cheese-top-wooden-board-piece-white-burlap_114579-78296.jpg", imageAlt: "Fresh farmhouse pizza"},
|
||||
id: "4", name: "Farmhouse Pizza", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-with-melted-cheese-top-wooden-board-piece-white-burlap_114579-78296.jpg?_wi=2", imageAlt: "Fresh farmhouse pizza"},
|
||||
{
|
||||
id: "5", name: "Mojito", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-with-drink-ice-cubes_23-2148437007.jpg", imageAlt: "Fresh mojito refresher"},
|
||||
{
|
||||
id: "6", name: "French Fries", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-with-melted-cheese-top-wooden-board-piece-white-burlap_114579-78296.jpg", imageAlt: "Crispy golden french fries"},
|
||||
id: "6", name: "French Fries", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-with-melted-cheese-top-wooden-board-piece-white-burlap_114579-78296.jpg?_wi=3", imageAlt: "Crispy golden french fries"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -165,25 +165,25 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-talented-woman-playing-guitar_23-2149454335.jpg", imageAlt: "Live music performance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg", imageAlt: "Evening ambience with warm lights"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=2", imageAlt: "Evening ambience with warm lights"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sufi Nights & Anniversary Events", description: "Special cultural evenings celebrating music, poetry, and the spirit of community", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-female-employees-coffee-break_23-2148347250.jpg", imageAlt: "Friends gathered for events"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-female-employees-coffee-break_23-2148347250.jpg?_wi=2", imageAlt: "Friends gathered for events"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-young-women-holding-fresh-drinks-sitting-table_23-2148784279.jpg", imageAlt: "Outdoor gathering space"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-young-women-holding-fresh-drinks-sitting-table_23-2148784279.jpg?_wi=2", imageAlt: "Outdoor gathering space"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Book Meetups & Discussions", description: "Join fellow readers for thoughtful conversations over coffee and snacks", icon: BookOpen,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-books-with-copy-space_23-2148255845.jpg", imageAlt: "Bookshelf in café"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-books-with-copy-space_23-2148255845.jpg?_wi=2", imageAlt: "Bookshelf in café"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-with-yerba-mate-indoors-high-angle_23-2149860523.jpg", imageAlt: "Community gathering"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-with-yerba-mate-indoors-high-angle_23-2149860523.jpg?_wi=2", imageAlt: "Community gathering"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/string-lights-sunset_23-2148232006.jpg", imageAlt: "Café during different hours"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-girl-holding-coffee-cup-hands_23-2147906504.jpg", imageAlt: "Coffee service ready"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-girl-holding-coffee-cup-hands_23-2147906504.jpg?_wi=3", imageAlt: "Coffee service ready"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user