diff --git a/src/app/page.tsx b/src/app/page.tsx index ab4615d..1e4bcbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -45,11 +45,11 @@ export default function LandingPage() { tag="Traditional Catalan" background={{ variant: "plain" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072581.jpg?_wi=1", imageAlt: "Warm restaurant interior with traditional decor" }, + { imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072581.jpg", imageAlt: "Warm restaurant interior with traditional decor" }, { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raclette-dish-with-delicious-food-assortment_23-2149514100.jpg", imageAlt: "Traditional Catalan tapas beautifully plated" }, { imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg", imageAlt: "Intimate restaurant atmosphere with candlelight" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-together-outside_23-2149019353.jpg", imageAlt: "Family enjoying meal together at our restaurant" }, - { imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072581.jpg?_wi=2", imageAlt: "Restaurant interior seating arrangement" } + { imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072581.jpg", imageAlt: "Restaurant interior seating arrangement" } ]} buttons={[ { text: "Reserve your table now", href: "contact" } @@ -134,7 +134,7 @@ export default function LandingPage() {