diff --git a/src/app/page.tsx b/src/app/page.tsx index 4719441..eb91bd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { title="Modern Polish Dining in Ealing" description="Authentic flavours, elegant atmosphere, generous hospitality. Experience true Polish cuisine in a warm, stylish space designed for memorable meals and genuine connection." tag="Fine Dining" - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/psychotherapist-examines-disturbing-drawings-by-teenager-therapy-session_482257-124887.jpg", imageAlt: "Elegant Polka Kitchen restaurant interior" @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/friends-laughing-while-sitting-table-with-food_23-2149187051.jpg", imageAlt: "Friends sharing memorable meal" }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-with-tomato-sauce-snack-concept_1150-23577.jpg?_wi=1", imageAlt: "Beautifully plated signature pierogi" + imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-with-tomato-sauce-snack-concept_1150-23577.jpg", imageAlt: "Beautifully plated signature pierogi" } ]} buttons={[ @@ -102,7 +102,7 @@ export default function LandingPage() { tag="Chef's Selection" products={[ { - id: "1", name: "Heritage Pierogi", price: "£14", imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-with-tomato-sauce-snack-concept_1150-23577.jpg?_wi=2", imageAlt: "Heritage Pierogi with truffle and wild mushrooms" + id: "1", name: "Heritage Pierogi", price: "£14", imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-with-tomato-sauce-snack-concept_1150-23577.jpg", imageAlt: "Heritage Pierogi with truffle and wild mushrooms" }, { id: "2", name: "Silken Borscht", price: "£12", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-herbs-spices-served-with-yogurt-dark-bread_114579-29286.jpg", imageAlt: "Silken Borscht with sour cream and fresh herbs"