diff --git a/src/app/page.tsx b/src/app/page.tsx index fd54e46..610f7a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,14 +45,14 @@ export default function LandingPage() { title="Arya Café" description="A peaceful corner of Tibet in the heart of Elmhurst" testimonials={[ - { name: "Sarah J.", handle: "@sarahj", testimonial: "The space is spacious, the music is calming... perfect to catch up with a friend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paperboard-yellow-texture_95678-83.jpg", imageAlt: "cozy mountain tea house background texture" }, + { name: "Sarah J.", handle: "@sarahj", testimonial: "The space is spacious, the music is calming... perfect to catch up with a friend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paperboard-yellow-texture_95678-83.jpg?_wi=1", imageAlt: "cozy mountain tea house background texture" }, { name: "Mark D.", handle: "@markd", testimonial: "The momos were excellent. So good I organized a dinner for 10!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "polaroid photo cafe interior cozy" }, - { name: "Elena R.", handle: "@elenar", testimonial: "Everything was handled professionally... exactly how it needed to be for a large group.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/white-garlic-stainless-steel-bowl_417767-373.jpg", imageAlt: "handmade beef momo steamed" }, - { name: "Kevin T.", handle: "@kevint", testimonial: "Authentic flavors that transport me back to the mountains.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-asian-dumplings-oysters_23-2148249231.jpg", imageAlt: "steamed vegetable momos colorful" }, - { name: "Nina L.", handle: "@ninal", testimonial: "A true neighborhood gem with heart.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-with-stuffed-meat_140725-9313.jpg", imageAlt: "spicy chicken momo close up" }, + { name: "Elena R.", handle: "@elenar", testimonial: "Everything was handled professionally... exactly how it needed to be for a large group.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/white-garlic-stainless-steel-bowl_417767-373.jpg?_wi=1", imageAlt: "handmade beef momo steamed" }, + { name: "Kevin T.", handle: "@kevint", testimonial: "Authentic flavors that transport me back to the mountains.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-asian-dumplings-oysters_23-2148249231.jpg?_wi=1", imageAlt: "steamed vegetable momos colorful" }, + { name: "Nina L.", handle: "@ninal", testimonial: "A true neighborhood gem with heart.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-with-stuffed-meat_140725-9313.jpg?_wi=1", imageAlt: "spicy chicken momo close up" }, ]} buttons={[{ text: "View Our Menu", href: "#menu" }]} - imageSrc="http://img.b2bpic.net/free-photo/paperboard-yellow-texture_95678-83.jpg" + imageSrc="http://img.b2bpic.net/free-photo/paperboard-yellow-texture_95678-83.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-barista-girl-asian-female-cafe-worker-shows-okay-ok-sign-approval-recommend-smth_1258-199456.jpg", alt: "Customer 1" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg", alt: "Customer 2" }, @@ -80,9 +80,9 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Beef Momos", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/white-garlic-stainless-steel-bowl_417767-373.jpg" }, - { id: "2", name: "Veggie Momos", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-asian-dumplings-oysters_23-2148249231.jpg" }, - { id: "3", name: "Chicken Momos", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-with-stuffed-meat_140725-9313.jpg" }, + { id: "1", name: "Beef Momos", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/white-garlic-stainless-steel-bowl_417767-373.jpg?_wi=2" }, + { id: "2", name: "Veggie Momos", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-asian-dumplings-oysters_23-2148249231.jpg?_wi=2" }, + { id: "3", name: "Chicken Momos", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-with-stuffed-meat_140725-9313.jpg?_wi=2" }, { id: "4", name: "Chow Mein", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/tasty-spaghetti-lemon-slices-white-surface_114579-32326.jpg" }, { id: "5", name: "Hand-Drip Coffee", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31307.jpg" }, { id: "6", name: "Butter Tea", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/dushpara-with-jar-vinegar-fly_176474-2961.jpg" }, @@ -136,7 +136,7 @@ export default function LandingPage() {