Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:54:48 +00:00
parent 3d49afcbf4
commit 03e693bc82

View File

@@ -119,7 +119,7 @@ export default function HomePage() {
"Showcase your best work with high-quality before-and-after photo galleries. Let your projects speak for themselves and build trust with potential clients.", "Showcase your best work with high-quality before-and-after photo galleries. Let your projects speak for themselves and build trust with potential clients.",
media: { media: {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-beautiful-home-renovation-website-feat-1772524385305-8eee5654.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-beautiful-home-renovation-website-feat-1772524385305-8eee5654.png?_wi=1",
}, },
items: [ items: [
{ icon: Image, text: "Professional photo galleries" }, { icon: Image, text: "Professional photo galleries" },
@@ -135,7 +135,7 @@ export default function HomePage() {
"Designed specifically for service and trade businesses. Highlight your services, service areas, certifications, and what makes your business unique.", "Designed specifically for service and trade businesses. Highlight your services, service areas, certifications, and what makes your business unique.",
media: { media: {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-hvac-and-plumbing-service-1772524382687-b79f1d72.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-hvac-and-plumbing-service-1772524382687-b79f1d72.png?_wi=1",
}, },
items: [ items: [
{ icon: Zap, text: "Service listings" }, { icon: Zap, text: "Service listings" },
@@ -151,7 +151,7 @@ export default function HomePage() {
"Turn visitors into leads with easy contact forms, appointment booking, emergency callback requests, and clear phone numbers. Make it simple for customers to reach you.", "Turn visitors into leads with easy contact forms, appointment booking, emergency callback requests, and clear phone numbers. Make it simple for customers to reach you.",
media: { media: {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/an-electrical-contractor-website-showcas-1772524389451-00faeefa.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/an-electrical-contractor-website-showcas-1772524389451-00faeefa.png?_wi=1",
}, },
items: [ items: [
{ icon: PhoneCall, text: "Click-to-call buttons" }, { icon: PhoneCall, text: "Click-to-call buttons" },
@@ -182,7 +182,7 @@ export default function HomePage() {
"We start by understanding your business, your target clients, and your goals. We'll discuss your unique value proposition, service offerings, and what makes you stand out.", "We start by understanding your business, your target clients, and your goals. We'll discuss your unique value proposition, service offerings, and what makes you stand out.",
media: { media: {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-consultation-meeting-betw-1772524380781-b8f17974.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-consultation-meeting-betw-1772524380781-b8f17974.png?_wi=1",
}, },
items: [ items: [
{ icon: MessageCircle, text: "Detailed consultation" }, { icon: MessageCircle, text: "Detailed consultation" },
@@ -243,7 +243,7 @@ export default function HomePage() {
name: "HomeReno Kitchen Specialists", name: "HomeReno Kitchen Specialists",
price: "View Project", price: "View Project",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-beautiful-home-renovation-website-feat-1772524385305-8eee5654.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-beautiful-home-renovation-website-feat-1772524385305-8eee5654.png?_wi=2",
imageAlt: "Kitchen renovation specialist website", imageAlt: "Kitchen renovation specialist website",
}, },
{ {
@@ -251,7 +251,7 @@ export default function HomePage() {
name: "QuickFix HVAC & Plumbing", name: "QuickFix HVAC & Plumbing",
price: "View Project", price: "View Project",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-hvac-and-plumbing-service-1772524382687-b79f1d72.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-hvac-and-plumbing-service-1772524382687-b79f1d72.png?_wi=2",
imageAlt: "HVAC and plumbing services website", imageAlt: "HVAC and plumbing services website",
}, },
{ {
@@ -259,7 +259,7 @@ export default function HomePage() {
name: "Elite Electrical Solutions", name: "Elite Electrical Solutions",
price: "View Project", price: "View Project",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/an-electrical-contractor-website-showcas-1772524389451-00faeefa.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/an-electrical-contractor-website-showcas-1772524389451-00faeefa.png?_wi=2",
imageAlt: "Electrical contractor website", imageAlt: "Electrical contractor website",
}, },
]} ]}
@@ -285,7 +285,7 @@ export default function HomePage() {
testimonial: testimonial:
"BuildTrades understood our business immediately. They built a website that actually brings us leads. Within 3 months, we had 40% more inquiries. Highly recommend!", "BuildTrades understood our business immediately. They built a website that actually brings us leads. Within 3 months, we had 40% more inquiries. Highly recommend!",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-satisfied-c-1772524380165-667bbd23.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-satisfied-c-1772524380165-667bbd23.png?_wi=1",
imageAlt: "John Martinez - Home Services Owner", imageAlt: "John Martinez - Home Services Owner",
}, },
{ {
@@ -295,7 +295,7 @@ export default function HomePage() {
testimonial: testimonial:
"The portfolio gallery feature is incredible. Our before-and-afters really sell our work. The team was responsive and made the process smooth from start to finish.", "The portfolio gallery feature is incredible. Our before-and-afters really sell our work. The team was responsive and made the process smooth from start to finish.",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-female-cont-1772524381105-64a95cff.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-female-cont-1772524381105-64a95cff.png?_wi=1",
imageAlt: "Sarah Chen - Renovation Company CEO", imageAlt: "Sarah Chen - Renovation Company CEO",
}, },
{ {
@@ -305,7 +305,7 @@ export default function HomePage() {
testimonial: testimonial:
"Best decision we made for the business. The website looks professional, loads fast, and I've gotten several high-quality leads from it. Worth every penny.", "Best decision we made for the business. The website looks professional, loads fast, and I've gotten several high-quality leads from it. Worth every penny.",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-male-small--1772524380697-ec133f7c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-male-small--1772524380697-ec133f7c.png?_wi=1",
imageAlt: "Mike Thompson - Electrical Contractor", imageAlt: "Mike Thompson - Electrical Contractor",
}, },
{ {
@@ -481,7 +481,7 @@ export default function HomePage() {
"No problem. Every package includes free support for a set period (1-6 months depending on plan). After that, we offer affordable support packages for ongoing updates and maintenance.", "No problem. Every package includes free support for a set period (1-6 months depending on plan). After that, we offer affordable support packages for ongoing updates and maintenance.",
}, },
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-helpful-customer-service-representativ-1772524380874-1ceecd4b.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-helpful-customer-service-representativ-1772524380874-1ceecd4b.png?_wi=1"
imageAlt="Customer support team helping with website questions" imageAlt="Customer support team helping with website questions"
mediaPosition="right" mediaPosition="right"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -528,7 +528,7 @@ export default function HomePage() {
required: true, required: true,
}} }}
useInvertedBackground={true} useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-team-of-web-designers-and-1772524381824-5e8170ca.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-team-of-web-designers-and-1772524381824-5e8170ca.png?_wi=1"
imageAlt="BuildTrades team collaborating on web projects" imageAlt="BuildTrades team collaborating on web projects"
mediaPosition="right" mediaPosition="right"
mediaAnimation="slide-up" mediaAnimation="slide-up"