Merge version_1 into main #1
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Authentic Turkish Flavors in the Heart of Marrakech"
|
||||
description="Premium steaks, traditional kebabs & unforgettable dining experience. Open daily until 00:30. Reserve your table or order delivery now."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="4.4★ Highly Rated"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -76,7 +76,6 @@ export default function LandingPage() {
|
||||
{ id: "4", icon: MapPin, title: "Location", value: "M Avenue" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,6 +131,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg"
|
||||
imageAlt="Warm, inviting restaurant interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,28 +146,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Tourist", company: "Travel Guide Reviewer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", role: "Tourist", company: "Travel Guide Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ahmed El-Fassi", role: "Local", company: "Marrakech Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageAlt: "Ahmed El-Fassi"
|
||||
id: "2", name: "Ahmed El-Fassi", role: "Local", company: "Marrakech Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageAlt: "Ahmed El-Fassi"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Marie Dubois", role: "Couple", company: "Honeymoon Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-festive-dinner-christmas-eve-man-woman-looking-camera-while-enjoying-holiday-meal-celebration-sitting-together-feeling-cheerful-winter-festivity_482257-29018.jpg", imageAlt: "Marie Dubois"
|
||||
id: "3", name: "Marie Dubois", role: "Couple", company: "Honeymoon Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-festive-dinner-christmas-eve-man-woman-looking-camera-while-enjoying-holiday-meal-celebration-sitting-together-feeling-cheerful-winter-festivity_482257-29018.jpg", imageAlt: "Marie Dubois"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Khalid Mansouri", role: "Food Critic", company: "Local Media", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-sitting-table-with-salads-cocktails_1157-32410.jpg", imageAlt: "Khalid Mansouri"
|
||||
id: "4", name: "Khalid Mansouri", role: "Food Critic", company: "Local Media", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-sitting-table-with-salads-cocktails_1157-32410.jpg", imageAlt: "Khalid Mansouri"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sophie Martin", role: "Business Owner", company: "Event Organizer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sophie Martin"
|
||||
id: "5", name: "Sophie Martin", role: "Business Owner", company: "Event Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sophie Martin"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Hassan Aziz", role: "Regular Guest", company: "Loyal Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", imageAlt: "Hassan Aziz"
|
||||
id: "6", name: "Hassan Aziz", role: "Regular Guest", company: "Loyal Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", imageAlt: "Hassan Aziz"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user