diff --git a/src/app/page.tsx b/src/app/page.tsx index d0cda99..4150975 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Local Experts Since 2015" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Get a Free Estimate", href: "contact" }, { text: "View Our Work", href: "services" } @@ -114,11 +114,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Attleboro Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { id: "2", name: "Michael Chen", role: "Business Owner", company: "Local Commercial Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "North Attleboro", rating: 5, @@ -148,7 +148,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready for Your Transformation?" description="Contact David's Paint & Repair today for a free estimate. Call us at (857) 523-6136 or fill out the form below to schedule your consultation." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="your.email@example.com" buttonText="Get Free Estimate"