Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-18 01:24:06 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -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"

View File

@@ -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" }}
/>
</div>
@@ -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",
},
]}