diff --git a/src/app/page.tsx b/src/app/page.tsx index ad6144d..171e4ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,14 +46,14 @@ export default function LandingPage() { title="A Hidden Bistro Escape in the Heart of DIFC" description="Fresh food. Signature juices. Cozy luxury. Minutes from the Museum of the Future." testimonials={[ - { name: "Eileen", handle: "@eileen", testimonial: "A hidden gem near the Museum of the Future.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg", imageAlt: "cinematic coffee pour" }, - { name: "Hussain", handle: "@hussain", testimonial: "Dina is a Rockstar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-friends-talking_23-2147680738.jpg", imageAlt: "cinematic coffee pour" }, - { name: "Sabreen", handle: "@sabreen", testimonial: "Perfect for everything from coffee runs to dinners.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-cream-vegetables_140725-2091.jpg", imageAlt: "cinematic coffee pour" }, - { name: "Alex", handle: "@alex", testimonial: "The atmosphere is unmatched in DIFC.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/milkshake-with-ice-cream-table_140725-6739.jpg", imageAlt: "cinematic coffee pour" }, - { name: "Sarah", handle: "@sarah", testimonial: "Consistently great coffee and service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-tomato-sauce-parmesan-vegetables-meat-side-view_141793-12462.jpg", imageAlt: "cinematic coffee pour" }, + { name: "Eileen", handle: "@eileen", testimonial: "A hidden gem near the Museum of the Future.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg?_wi=1", imageAlt: "cinematic coffee pour" }, + { name: "Hussain", handle: "@hussain", testimonial: "Dina is a Rockstar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-friends-talking_23-2147680738.jpg?_wi=1", imageAlt: "cinematic coffee pour" }, + { name: "Sabreen", handle: "@sabreen", testimonial: "Perfect for everything from coffee runs to dinners.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-cream-vegetables_140725-2091.jpg?_wi=1", imageAlt: "cinematic coffee pour" }, + { name: "Alex", handle: "@alex", testimonial: "The atmosphere is unmatched in DIFC.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/milkshake-with-ice-cream-table_140725-6739.jpg?_wi=1", imageAlt: "cinematic coffee pour" }, + { name: "Sarah", handle: "@sarah", testimonial: "Consistently great coffee and service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-tomato-sauce-parmesan-vegetables-meat-side-view_141793-12462.jpg?_wi=1", imageAlt: "cinematic coffee pour" }, ]} buttons={[{ text: "Reserve a Table", href: "#contact" }, { text: "View Menu", href: "#menu" }]} - imageSrc="http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg?_wi=2" imageAlt="Naba Cafe atmosphere" avatars={[{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Customer portrait" }, { src: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg", alt: "Customer portrait" }, { src: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg", alt: "Customer portrait" }, { src: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg", alt: "Customer portrait" }, { src: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5353.jpg", alt: "Customer portrait" }]} avatarText="Loved by our regulars" @@ -66,11 +66,11 @@ export default function LandingPage() {