diff --git a/src/app/page.tsx b/src/app/page.tsx index e5922a4..c5b4bdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="blurBottom" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -52,32 +52,38 @@ export default function LandingPage() { { text: "Commander", href: "tel:+33235760798" }, ]} buttonAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} carouselItems={[ { id: "1", imageSrc: - "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg?_wi=1", imageAlt: - "Middle Eastern food tajine couscous moroccan cuisine oriental dishes restaurant food"}, + "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg", imageAlt: + "Middle Eastern food tajine couscous moroccan cuisine oriental dishes restaurant food" + }, { id: "2", imageSrc: - "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg?_wi=2", imageAlt: - "tajine marocain moroccan tagine traditional dish meat tajine oriental stew"}, + "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg", imageAlt: + "tajine marocain moroccan tagine traditional dish meat tajine oriental stew" + }, { id: "3", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794276.jpg?_wi=1", imageAlt: - "couscous royal moroccan couscous meat and vegetables traditional couscous authentic cuisine"}, + "http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794276.jpg", imageAlt: + "couscous royal moroccan couscous meat and vegetables traditional couscous authentic cuisine" + }, { id: "4", imageSrc: - "http://img.b2bpic.net/free-photo/lule-kebab-with-fried-vegetables_140725-1809.jpg?_wi=1", imageAlt: - "grilled kebab moroccan kebab meat grilling oriental grill traditional grill"}, + "http://img.b2bpic.net/free-photo/lule-kebab-with-fried-vegetables_140725-1809.jpg", imageAlt: + "grilled kebab moroccan kebab meat grilling oriental grill traditional grill" + }, { id: "5", imageSrc: - "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=1", imageAlt: - "mezze platter middle eastern appetizers hummus falafel mezze board"}, + "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", imageAlt: + "mezze platter middle eastern appetizers hummus falafel mezze board" + }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg", imageAlt: - "oriental restaurant interior middle eastern decor restaurant ambiance dining experience warm lighting"}, + "oriental restaurant interior middle eastern decor restaurant ambiance dining experience warm lighting" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -88,11 +94,14 @@ export default function LandingPage() {