diff --git a/src/app/page.tsx b/src/app/page.tsx index e25d375..c28ae34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,31 +32,13 @@ export default function LandingPage() {
@@ -66,79 +48,23 @@ export default function LandingPage() { title="Where Aromas Tell Stories" description="Where Arabian heritage meets Pakistani tradition in a sanctuary of refined elegance." testimonials={[ - { - name: "Sarah Javaid", - role: "Food Critic", - testimonial: "The Rairo team did an amazing job with the fusion experience.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg?_wi=1", - imageAlt: "luxury restaurant dining elegant table setting", - }, - { - name: "Bilal Khan", - role: "Local Expert", - testimonial: "Exquisite dine-in experience that feels truly premium.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ix1q0i&_wi=1", - imageAlt: "luxury restaurant dining elegant table setting", - }, - { - name: "Umair Siddiqui", - role: "Traveler", - testimonial: "Extremely beautiful ambience and world-class service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=1", - imageAlt: "luxury restaurant dining elegant table setting", - }, - { - name: "Ayesha Noor", - role: "Foodie", - testimonial: "Simply the best hospitality I have encountered in Lahore.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-wallpaper-with-golden-details-design_23-2148442826.jpg", - imageAlt: "luxury restaurant dining elegant table setting", - }, - { - name: "Zaid Mahmood", - role: "Chef", - testimonial: "Exceptional flavors and presentation. Truly a culinary gem.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg?_wi=1", - imageAlt: "luxury restaurant dining elegant table setting", - }, + { name: "Sarah Javaid", handle: "Food Critic", testimonial: "The Rairo team did an amazing job with the fusion experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg", imageAlt: "luxury restaurant dining elegant table setting" }, + { name: "Bilal Khan", handle: "Local Expert", testimonial: "Exquisite dine-in experience that feels truly premium.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ix1q0i", imageAlt: "luxury restaurant dining elegant table setting" }, + { name: "Umair Siddiqui", handle: "Traveler", testimonial: "Extremely beautiful ambience and world-class service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageAlt: "luxury restaurant dining elegant table setting" }, + { name: "Ayesha Noor", handle: "Foodie", testimonial: "Simply the best hospitality I have encountered in Lahore.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-wallpaper-with-golden-details-design_23-2148442826.jpg", imageAlt: "luxury restaurant dining elegant table setting" }, + { name: "Zaid Mahmood", handle: "Chef", testimonial: "Exceptional flavors and presentation. Truly a culinary gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg", imageAlt: "luxury restaurant dining elegant table setting" }, ]} buttons={[ - { - text: "Reserve Your Table", - href: "#reserve", - }, - { - text: "Explore the Menu", - href: "#menu", - }, + { text: "Reserve Your Table", href: "#reserve" }, + { text: "Explore the Menu", href: "#menu" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", - alt: "Businessman smiling and looking at camera", - }, - { - src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", - alt: "Happy businessman smiling at camera", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", - alt: "Smiling handsome bearded African-American businessman in a brown classic jacket", - }, - { - src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", - alt: "black businessman happy expression", - }, - { - src: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-cafe-with-coffee-phone_1303-9805.jpg", - alt: "Young business woman sitting in a cafe with coffee and phone", - }, + { src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", alt: "Businessman smiling and looking at camera" }, + { src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Happy businessman smiling at camera" }, + { src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "Smiling handsome bearded African-American businessman in a brown classic jacket" }, + { src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "black businessman happy expression" }, + { src: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-cafe-with-coffee-phone_1303-9805.jpg", alt: "Young business woman sitting in a cafe with coffee and phone" }, ]} avatarText="Join 10,000+ happy guests" /> @@ -147,12 +73,7 @@ export default function LandingPage() {