diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f92870..53eccc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmall" - background="blurBottom" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -45,22 +45,22 @@ export default function LandingPage() { title="Welcome to Culinary Haven" description="Experience exquisite cuisine crafted by award-winning chefs in an atmosphere of refined elegance. Every dish tells a story of passion, tradition, and innovation." tag="Fine Dining" - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/person-eating-delicious-gourmet-meal_23-2148516923.jpg", imageAlt: "Culinary Haven dining room" }, { - imageSrc: "http://img.b2bpic.net/free-photo/meat-slices-sauce-with-vegetables_140725-1168.jpg?_wi=1", imageAlt: "Signature gourmet dish" + imageSrc: "http://img.b2bpic.net/free-photo/meat-slices-sauce-with-vegetables_140725-1168.jpg", imageAlt: "Signature gourmet dish" }, { - imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg?_wi=1", imageAlt: "Elegant appetizer" + imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg", imageAlt: "Elegant appetizer" }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-5607.jpg?_wi=1", imageAlt: "Intimate dining ambiance" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-5607.jpg", imageAlt: "Intimate dining ambiance" }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-pottery-atelier-youtube-thumbnail_23-2149383513.jpg?_wi=1", imageAlt: "Exquisite dessert plate" + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-pottery-atelier-youtube-thumbnail_23-2149383513.jpg", imageAlt: "Exquisite dessert plate" } ]} buttons={[ @@ -74,6 +74,7 @@ export default function LandingPage() {