diff --git a/src/app/page.tsx b/src/app/page.tsx index fa83569..06a3eaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function PizzaLanding() { borderRadius="rounded" contentWidth="compact" sizing="largeSizeMediumTitles" - background="none" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -53,11 +53,11 @@ export default function PizzaLanding() { testimonials={[ { name: "Maria Santos", handle: "Regular Customer", testimonial: "The best pizza in town! Authentic taste and always fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" }, { name: "James Wilson", handle: "Food Critic", testimonial: "Their calzones are absolutely incredible. Five stars!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" } ]} buttons={[ @@ -125,10 +125,10 @@ export default function PizzaLanding() {