diff --git a/src/app/page.tsx b/src/app/page.tsx index 78c9dfb..a265b7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,17 +46,17 @@ export default function LandingPage() { title="Where Mumbai Slows Down Over Coffee." description="Experience handcrafted flavors, desserts, and conversations in the heart of Colaba." testimonials={[ - { name: "Ananya R.", handle: "@foodie_mumbai", testimonial: "The ambiance in Colaba is unmatched, truly a hidden gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg", imageAlt: "luxury dark cafe interior Mumbai" }, - { name: "Vikram S.", handle: "@coffee_enthusiast", testimonial: "Best artisanal coffee I've had in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cup-fresh-made-coffee-served-cup_1220-4580.jpg", imageAlt: "luxury dark cafe interior Mumbai" }, - { name: "Meera K.", handle: "@dessert_lover", testimonial: "Their pastries are divine and beautifully plated.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg", imageAlt: "luxury dark cafe interior Mumbai" }, - { name: "Arjun D.", handle: "@urban_explorer", testimonial: "A perfect urban sanctuary for quiet afternoons.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg", imageAlt: "luxury dark cafe interior Mumbai" }, - { name: "Sunita P.", handle: "@colaba_local", testimonial: "Warm hospitality that feels like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fresh-bread-with-nuts-milk-dark-surface_179666-44177.jpg", imageAlt: "luxury dark cafe interior Mumbai" }, + { name: "Ananya R.", handle: "@foodie_mumbai", testimonial: "The ambiance in Colaba is unmatched, truly a hidden gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg?_wi=1", imageAlt: "luxury dark cafe interior Mumbai" }, + { name: "Vikram S.", handle: "@coffee_enthusiast", testimonial: "Best artisanal coffee I've had in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cup-fresh-made-coffee-served-cup_1220-4580.jpg?_wi=1", imageAlt: "luxury dark cafe interior Mumbai" }, + { name: "Meera K.", handle: "@dessert_lover", testimonial: "Their pastries are divine and beautifully plated.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg?_wi=1", imageAlt: "luxury dark cafe interior Mumbai" }, + { name: "Arjun D.", handle: "@urban_explorer", testimonial: "A perfect urban sanctuary for quiet afternoons.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg?_wi=1", imageAlt: "luxury dark cafe interior Mumbai" }, + { name: "Sunita P.", handle: "@colaba_local", testimonial: "Warm hospitality that feels like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fresh-bread-with-nuts-milk-dark-surface_179666-44177.jpg?_wi=1", imageAlt: "luxury dark cafe interior Mumbai" }, ]} buttons={[ { text: "Explore Menu", href: "#menu" }, { text: "Reserve Table", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/woman-looking-beautiful-lines_23-2148286097.jpg", alt: "Stylish customer 1" }, { src: "http://img.b2bpic.net/free-photo/woman-smiling-looking-camera-from-stairs_23-2148286114.jpg", alt: "Stylish customer 2" }, @@ -88,10 +88,10 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Artisan Latte", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/cup-fresh-made-coffee-served-cup_1220-4580.jpg" }, - { id: "p2", name: "Gourmet Burger", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg" }, - { id: "p3", name: "Signature Chocolate Cake", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg" }, - { id: "p4", name: "Berry Pastry", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fresh-bread-with-nuts-milk-dark-surface_179666-44177.jpg" }, + { id: "p1", name: "Artisan Latte", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/cup-fresh-made-coffee-served-cup_1220-4580.jpg?_wi=2" }, + { id: "p2", name: "Gourmet Burger", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg?_wi=2" }, + { id: "p3", name: "Signature Chocolate Cake", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg?_wi=2" }, + { id: "p4", name: "Berry Pastry", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fresh-bread-with-nuts-milk-dark-surface_179666-44177.jpg?_wi=2" }, { id: "p5", name: "Vanilla Shake", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/green-cocktail-with-mandarin-herbs_114579-3479.jpg" }, { id: "p6", name: "Peri Peri Fries", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-3126.jpg" }, ]}