diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cd835f..4600f09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmall" - background="circleGradient" + background="none" cardStyle="glass-elevated" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} ariaLabel="Vintage clothing hero section" /> @@ -112,11 +112,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Fashion Blogger", company: "Style Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" }, { id: "2", name: "Emma Rodriguez", role: "Vintage Collector", company: "Retro Dreams", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" }, { id: "3", name: "James Chen", role: "Fashion Designer", company: "Chen Studios", rating: 5,