diff --git a/src/app/page.tsx b/src/app/page.tsx index c2ea0e3..b36236f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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" /> @@ -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"