diff --git a/src/app/page.tsx b/src/app/page.tsx index 05d0655..f218cf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,20 +45,20 @@ export default function LandingPage() { title="Indore's Living Room." description="Coffee. Food. Community. Every single day." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg", imageAlt: "Cafe atmosphere" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg", imageAlt: "Fusion dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg", imageAlt: "Dessert" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269183.jpg", imageAlt: "Noodles" }, - { imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg", imageAlt: "Coffee" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg", imageAlt: "Plating" }, + { imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg?_wi=1", imageAlt: "Cafe atmosphere" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg?_wi=1", imageAlt: "Fusion dish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=1", imageAlt: "Dessert" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269183.jpg?_wi=1", imageAlt: "Noodles" }, + { imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg?_wi=2", imageAlt: "Coffee" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg?_wi=2", imageAlt: "Plating" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg", imageAlt: "Dessert" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269183.jpg", imageAlt: "Noodles" }, - { imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg", imageAlt: "Coffee" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg", imageAlt: "Dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg", imageAlt: "Sweet" }, - { imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg", imageAlt: "Space" }, + { imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=2", imageAlt: "Dessert" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269183.jpg?_wi=2", imageAlt: "Noodles" }, + { imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg?_wi=3", imageAlt: "Coffee" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg?_wi=3", imageAlt: "Dish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=3", imageAlt: "Sweet" }, + { imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg?_wi=4", imageAlt: "Space" }, ]} buttons={[ { text: "Explore the Menu", href: "#menu" }, @@ -89,11 +89,11 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} products={[ - { id: "p1", brand: "Coffee", name: "Espresso + Sparkling Water", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg" }, - { id: "p2", brand: "Drinks", name: "Vietnamese Iced Coffee", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg" }, - { id: "p3", brand: "Coffee", name: "Lavender Lemonade", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269183.jpg" }, - { id: "p4", brand: "Food", name: "Miso Ramen Bowl", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg" }, - { id: "p5", brand: "Dessert", name: "Signature Tiramisu", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg" }, + { id: "p1", brand: "Coffee", name: "Espresso + Sparkling Water", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg?_wi=4" }, + { id: "p2", brand: "Drinks", name: "Vietnamese Iced Coffee", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=4" }, + { id: "p3", brand: "Coffee", name: "Lavender Lemonade", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269183.jpg?_wi=3" }, + { id: "p4", brand: "Food", name: "Miso Ramen Bowl", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg?_wi=5" }, + { id: "p5", brand: "Dessert", name: "Signature Tiramisu", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=5" }, ]} title="A Menu Without Borders" description="From Vietnamese iced coffee to miso ramen. Espresso to tiramisu. We cook from everywhere." @@ -106,9 +106,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "f1", title: "Coffee Culture", author: "All Day", description: "The kind of place you come for coffee. Stay for four hours.", tags: ["Vibe"], imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg" }, - { id: "f2", title: "Work Environment", author: "Until 8 PM", description: "Work until 8. Then let the evening take over.", tags: ["Work"], imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg" }, - { id: "f3", title: "Friday Night", author: "Games Night", description: "Friday nights belong to everyone. Games, laughter, strangers becoming regulars.", tags: ["Events"], imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269183.jpg" }, + { id: "f1", title: "Coffee Culture", author: "All Day", description: "The kind of place you come for coffee. Stay for four hours.", tags: ["Vibe"], imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg?_wi=5" }, + { id: "f2", title: "Work Environment", author: "Until 8 PM", description: "Work until 8. Then let the evening take over.", tags: ["Work"], imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=6" }, + { id: "f3", title: "Friday Night", author: "Games Night", description: "Friday nights belong to everyone. Games, laughter, strangers becoming regulars.", tags: ["Events"], imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269183.jpg?_wi=4" }, ]} title="You'll Know It When You Feel It" description="The atmosphere of a city sanctuary." @@ -121,11 +121,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Radhika Sharma", role: "Creative", testimonial: "Best restaurant I've found in Indore recently.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-sad-young-woman-emotion-concept_169016-64899.jpg" }, + { id: "t1", name: "Radhika Sharma", role: "Creative", testimonial: "Best restaurant I've found in Indore recently.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-sad-young-woman-emotion-concept_169016-64899.jpg?_wi=1" }, { id: "t2", name: "Priyam Chowdhury", role: "Designer", testimonial: "Filled with nature and elusive coffee making. Posh, young, hip crowd.", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg" }, { id: "t3", name: "Kritika Raval", role: "Architect", testimonial: "Tops in ambience and vibe. Elaborate menu from around the globe.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-cup_23-2148415886.jpg" }, { id: "t4", name: "Anuj Verma", role: "Regular", testimonial: "The people, the food and my favourite Games night on Friday nights!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-arab-beard-man-wear-grey-turtleneck-black-jaket-arabian-model-guy-background-autumn-leaves_627829-4350.jpg" }, - { id: "t5", name: "Priya Singh", role: "Writer", testimonial: "A sanctuary in the middle of the city. Truly special.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-sad-young-woman-emotion-concept_169016-64899.jpg" }, + { id: "t5", name: "Priya Singh", role: "Writer", testimonial: "A sanctuary in the middle of the city. Truly special.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-sad-young-woman-emotion-concept_169016-64899.jpg?_wi=2" }, ]} title="1,493 Reasons to Visit" description="Our community's words."