diff --git a/src/app/page.tsx b/src/app/page.tsx index 224105f..b9000a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -38,13 +38,13 @@ export default function LandingPage() { @@ -111,7 +111,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Chantal Rossi", handle: "@chantal_sion", testimonial: "A lovely little take away. Very service minded couple, the food is delish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1", imageAlt: "Chantal Rossi" + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "Chantal Rossi" }, { id: "2", name: "Marco Müller", handle: "@marco_valais", testimonial: "Dishes are fresh, excellent, and generously portioned. Highly recommend!", rating: 5, @@ -123,7 +123,7 @@ export default function LandingPage() { }, { id: "4", name: "Philippe Blanc", handle: "@philippe_valais", testimonial: "Qualité exceptionnelle et service rapide. À recommander absolument!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2", imageAlt: "Philippe Blanc" + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "Philippe Blanc" } ]} />