|
|
|
|
@@ -53,10 +53,12 @@ export default function LandingPage() {
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
name: "Ambassador Khalid Hassan", handle: "Diplomatic Corps", testimonial: "An exceptional culinary journey. The craftsmanship and attention to detail are unparalleled.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Ambassador Khalid Hassan"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Ambassador Khalid Hassan"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Fatima Al-Mansouri", handle: "Food Critic", testimonial: "The finest rice dishes I have ever experienced. Pure artistry on every plate.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Fatima Al-Mansouri"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Fatima Al-Mansouri"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Reserve Your Table", href: "contact" },
|
|
|
|
|
@@ -117,13 +119,17 @@ export default function LandingPage() {
|
|
|
|
|
author="Mohammed Al-Rashid, Michelin Guide Reviewer"
|
|
|
|
|
avatars={[
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Reviewer 1"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Reviewer 1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Reviewer 2"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Reviewer 2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", alt: "Reviewer 3"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", alt: "Reviewer 3"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Reviewer 4"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Reviewer 4"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
ratingAnimation="slide-up"
|
|
|
|
|
avatarsAnimation="slide-up"
|
|
|
|
|
@@ -139,7 +145,8 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
names={[
|
|
|
|
|
"Michelin Guide", "World's Best Restaurants", "Fine Dining Association", "Culinary Excellence Awards", "Premium Service Registry", "International Chef Society", "Haute Cuisine Magazine"]}
|
|
|
|
|
"Michelin Guide", "World's Best Restaurants", "Fine Dining Association", "Culinary Excellence Awards", "Premium Service Registry", "International Chef Society", "Haute Cuisine Magazine"
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
speed={40}
|
|
|
|
|
@@ -177,7 +184,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
text="Reserve your table for an unforgettable culinary experience at Al Aroz Al Bukhari and embark on a gastronomic journey you'll never forget."
|
|
|
|
|
text="Reserve your table for an unforgettable culinary experience. At Al Aroz Al Bukhari, we invite you to embark on a gastronomic journey you'll never forget. Every reservation is an opportunity to experience the pinnacle of rice cuisine crafted by master chefs dedicated to culinary excellence."
|
|
|
|
|
animationType="entrance-slide"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book Your Reservation", href: "#contact-form" },
|
|
|
|
|
|