diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4b10b48..294a799 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -17,7 +17,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
- background="grid"
+ background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -40,12 +40,12 @@ export default function LandingPage() {
@@ -145,7 +145,7 @@ export default function LandingPage() {
features={[
{
id: "counter", title: "Premium Display Case", author: "Always Stocked", description: "Our signature counter showcases fresh donuts, croissants, and pastries. Stop by anytime—morning to evening.", tags: ["Display", "Fresh"],
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg?_wi=2", imageAlt: "Glass display case with fresh pastries"
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg", imageAlt: "Glass display case with fresh pastries"
},
{
id: "space", title: "Comfortable Shop", author: "Neighborhood Favorite", description: "Warm, inviting space with friendly vibes. Great for morning coffee runs or sitting down with a fresh donut and friends.", tags: ["Space", "Welcoming"],
@@ -170,7 +170,7 @@ export default function LandingPage() {