diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9f1fb34..b6c507c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -74,7 +74,7 @@ export default function ContactPage() { description="Get in touch with John Sommerfeld to discuss your home improvement project. We provide fair quotes, reliable service, and professional results." tagIcon={undefined} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" buttonText="Request Estimate" diff --git a/src/app/page.tsx b/src/app/page.tsx index 19430b1..d13bc4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,9 +81,9 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[{ text: "Request Your Free Estimate", href: "/contact" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg" imageAlt="Professional bathroom renovation completed" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} /> @@ -115,7 +115,7 @@ export default function HomePage() { icon: MapPin, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg" imageAlt="Professional kitchen remodel completed" mediaAnimation="slide-up" textboxLayout="default" @@ -151,7 +151,7 @@ export default function HomePage() { { title: "Interior Painting", description: "Quality interior painting with clean lines and professional finish", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092153.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092153.jpg", imageAlt: "Professional interior painting service", }, ]} @@ -174,7 +174,7 @@ export default function HomePage() { name: "Bathroom Renovation", price: "Complete Transformation", variant: "Remodel", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-restroom-wall-hung-toilet-matte-black-fixtures_169016-68901.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-restroom-wall-hung-toilet-matte-black-fixtures_169016-68901.jpg", imageAlt: "Beautiful bathroom after renovation", }, { @@ -182,7 +182,7 @@ export default function HomePage() { name: "Deck Restoration", price: "Like New Results", variant: "Pressure Washing", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-strips-bench_1252-1026.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-strips-bench_1252-1026.jpg", imageAlt: "Newly cleaned sparkling deck completed", }, { @@ -190,7 +190,7 @@ export default function HomePage() { name: "Kitchen Cabinet Installation", price: "Professional Install", variant: "Cabinetry", - imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg", imageAlt: "Modern kitchen remodel finalized", }, ]}