Update src/app/page.tsx
This commit is contained in:
370
src/app/page.tsx
370
src/app/page.tsx
@@ -55,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -74,13 +74,13 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Websites Built for Contractors Who Build"
|
||||
description="Professional, mobile-optimized websites designed specifically for trades businesses. Showcase your work, attract more clients, and grow your business with a site built by people who understand the construction industry."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="For Contractors & Trades"
|
||||
tagIcon={Hammer}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "See Our Work", href: "/portfolio" },
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "See Our Work", href: "#portfolio" },
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-modern-construction-and-trades-website-1772524382530-a7d5e491.png"
|
||||
@@ -88,17 +88,11 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-satisfied-c-1772524380165-667bbd23.png",
|
||||
alt: "John - Contractor",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-satisfied-c-1772524380165-667bbd23.png", alt: "John - Contractor"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-female-cont-1772524381105-64a95cff.png",
|
||||
alt: "Sarah - Home Services",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-female-cont-1772524381105-64a95cff.png", alt: "Sarah - Home Services"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-male-small--1772524380697-ec133f7c.png",
|
||||
alt: "Mike - Construction Owner",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-male-small--1772524380697-ec133f7c.png", alt: "Mike - Construction Owner"},
|
||||
]}
|
||||
avatarText="Trusted by 200+ contractors nationwide"
|
||||
/>
|
||||
@@ -113,14 +107,10 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Project Portfolio Gallery",
|
||||
description:
|
||||
"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: {
|
||||
id: "1", title: "Project Portfolio Gallery", description:
|
||||
"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: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-beautiful-home-renovation-website-feat-1772524385305-8eee5654.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-beautiful-home-renovation-website-feat-1772524385305-8eee5654.png"},
|
||||
items: [
|
||||
{ icon: Image, text: "Professional photo galleries" },
|
||||
{ icon: Star, text: "Before & after sliders" },
|
||||
@@ -129,14 +119,10 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Service-Based Design",
|
||||
description:
|
||||
"Designed specifically for service and trade businesses. Highlight your services, service areas, certifications, and what makes your business unique.",
|
||||
media: {
|
||||
id: "2", title: "Service-Based Design", description:
|
||||
"Designed specifically for service and trade businesses. Highlight your services, service areas, certifications, and what makes your business unique.", media: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-hvac-and-plumbing-service-1772524382687-b79f1d72.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-hvac-and-plumbing-service-1772524382687-b79f1d72.png"},
|
||||
items: [
|
||||
{ icon: Zap, text: "Service listings" },
|
||||
{ icon: MapPin, text: "Service area coverage" },
|
||||
@@ -145,14 +131,10 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Lead Capture & Contact",
|
||||
description:
|
||||
"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: {
|
||||
id: "3", title: "Lead Capture & Contact", description:
|
||||
"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: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/an-electrical-contractor-website-showcas-1772524389451-00faeefa.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/an-electrical-contractor-website-showcas-1772524389451-00faeefa.png"},
|
||||
items: [
|
||||
{ icon: PhoneCall, text: "Click-to-call buttons" },
|
||||
{ icon: Calendar, text: "Appointment scheduling" },
|
||||
@@ -176,14 +158,10 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Discovery & Planning",
|
||||
description:
|
||||
"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: {
|
||||
id: "1", title: "Discovery & Planning", description:
|
||||
"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: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-consultation-meeting-betw-1772524380781-b8f17974.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-consultation-meeting-betw-1772524380781-b8f17974.png"},
|
||||
items: [
|
||||
{ icon: MessageCircle, text: "Detailed consultation" },
|
||||
{ icon: Lightbulb, text: "Strategy development" },
|
||||
@@ -192,14 +170,10 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Design & Development",
|
||||
description:
|
||||
"Our team creates a beautiful, mobile-optimized website that reflects your brand and attracts your ideal clients. Every element is designed for conversions.",
|
||||
media: {
|
||||
id: "2", title: "Design & Development", description:
|
||||
"Our team creates a beautiful, mobile-optimized website that reflects your brand and attracts your ideal clients. Every element is designed for conversions.", media: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-web-designer-working-on-website-design-1772524383361-0a40889a.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-web-designer-working-on-website-design-1772524383361-0a40889a.png"},
|
||||
items: [
|
||||
{ icon: Palette, text: "Custom design" },
|
||||
{ icon: Code, text: "Responsive development" },
|
||||
@@ -208,14 +182,10 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Launch & Support",
|
||||
description:
|
||||
"We launch your site, optimize for search engines, and provide ongoing support. Your website is now working hard to bring you new clients.",
|
||||
media: {
|
||||
id: "3", title: "Launch & Support", description:
|
||||
"We launch your site, optimize for search engines, and provide ongoing support. Your website is now working hard to bring you new clients.", media: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-fully-completed-polished-website-displ-1772524382026-fc7a2bff.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-fully-completed-polished-website-displ-1772524382026-fc7a2bff.png"},
|
||||
items: [
|
||||
{ icon: Rocket, text: "Website launch" },
|
||||
{ icon: Search, text: "SEO optimization" },
|
||||
@@ -239,29 +209,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "HomeReno Kitchen Specialists",
|
||||
price: "View Project",
|
||||
imageSrc:
|
||||
"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",
|
||||
},
|
||||
id: "1", name: "HomeReno Kitchen Specialists", price: "View Project", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-beautiful-home-renovation-website-feat-1772524385305-8eee5654.png", imageAlt: "Kitchen renovation specialist website"},
|
||||
{
|
||||
id: "2",
|
||||
name: "QuickFix HVAC & Plumbing",
|
||||
price: "View Project",
|
||||
imageSrc:
|
||||
"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",
|
||||
},
|
||||
id: "2", name: "QuickFix HVAC & Plumbing", price: "View Project", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-hvac-and-plumbing-service-1772524382687-b79f1d72.png", imageAlt: "HVAC and plumbing services website"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elite Electrical Solutions",
|
||||
price: "View Project",
|
||||
imageSrc:
|
||||
"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",
|
||||
},
|
||||
id: "3", name: "Elite Electrical Solutions", price: "View Project", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/an-electrical-contractor-website-showcas-1772524389451-00faeefa.png", imageAlt: "Electrical contractor website"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -279,65 +234,29 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Martinez",
|
||||
role: "Owner, Martinez Home Services",
|
||||
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!",
|
||||
imageSrc:
|
||||
"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",
|
||||
},
|
||||
id: "1", name: "John Martinez", role: "Owner, Martinez Home Services", 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!", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-satisfied-c-1772524380165-667bbd23.png", imageAlt: "John Martinez - Home Services Owner"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
role: "CEO, ProBuild Renovations",
|
||||
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.",
|
||||
imageSrc:
|
||||
"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",
|
||||
},
|
||||
id: "2", name: "Sarah Chen", role: "CEO, ProBuild Renovations", 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.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-female-cont-1772524381105-64a95cff.png", imageAlt: "Sarah Chen - Renovation Company CEO"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike Thompson",
|
||||
role: "Owner, Thompson Electric",
|
||||
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.",
|
||||
imageSrc:
|
||||
"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",
|
||||
},
|
||||
id: "3", name: "Mike Thompson", role: "Owner, Thompson Electric", 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.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-male-small--1772524380697-ec133f7c.png", imageAlt: "Mike Thompson - Electrical Contractor"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jessica Rodriguez",
|
||||
role: "Operations Manager, Precision Plumbing",
|
||||
testimonial:
|
||||
"The appointment booking system has saved us hours of back-and-forth phone calls. Our customers love how easy it is to schedule, and our team loves the efficiency.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-female-trad-1772524380616-7fb0e272.png",
|
||||
imageAlt: "Jessica Rodriguez - Plumbing Company",
|
||||
},
|
||||
id: "4", name: "Jessica Rodriguez", role: "Operations Manager, Precision Plumbing", testimonial:
|
||||
"The appointment booking system has saved us hours of back-and-forth phone calls. Our customers love how easy it is to schedule, and our team loves the efficiency.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-female-trad-1772524380616-7fb0e272.png", imageAlt: "Jessica Rodriguez - Plumbing Company"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert Chang",
|
||||
role: "Owner, Chang Construction",
|
||||
testimonial:
|
||||
"Professional, affordable, and built for contractors. They get what it's like running a service business. The support team is always there when you need them.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-an-experience-1772524380768-828bd7f2.png",
|
||||
imageAlt: "Robert Chang - Construction Company Owner",
|
||||
},
|
||||
id: "5", name: "Robert Chang", role: "Owner, Chang Construction", testimonial:
|
||||
"Professional, affordable, and built for contractors. They get what it's like running a service business. The support team is always there when you need them.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-an-experience-1772524380768-828bd7f2.png", imageAlt: "Robert Chang - Construction Company Owner"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Amanda Foster",
|
||||
role: "Founder, Foster HVAC Services",
|
||||
testimonial:
|
||||
"I compared several web designers, but BuildTrades really showed they understood the contractor industry. My new website has doubled my monthly leads!",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-successful--1772524380263-06abe806.png",
|
||||
imageAlt: "Amanda Foster - HVAC Services Founder",
|
||||
},
|
||||
id: "6", name: "Amanda Foster", role: "Founder, Foster HVAC Services", testimonial:
|
||||
"I compared several web designers, but BuildTrades really showed they understood the contractor industry. My new website has doubled my monthly leads!", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-headshot-of-a-successful--1772524380263-06abe806.png", imageAlt: "Amanda Foster - HVAC Services Founder"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -354,68 +273,25 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "startup",
|
||||
tag: "Starter Website",
|
||||
tagIcon: Rocket,
|
||||
price: "$2,499",
|
||||
period: "one-time",
|
||||
description:
|
||||
"Perfect for getting started online. Includes everything you need to establish an online presence and start getting leads.",
|
||||
button: { text: "Get Started", href: "/contact" },
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"5-7 page professional website",
|
||||
"Mobile responsive design",
|
||||
"Contact form & email integration",
|
||||
"Basic SEO optimization",
|
||||
"Social media links",
|
||||
"1 month free support",
|
||||
],
|
||||
id: "startup", tag: "Starter Website", tagIcon: Rocket,
|
||||
price: "$2,499", period: "one-time", description:
|
||||
"Perfect for getting started online. Includes everything you need to establish an online presence and start getting leads.", button: { text: "Get Started", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"5-7 page professional website", "Mobile responsive design", "Contact form & email integration", "Basic SEO optimization", "Social media links", "1 month free support"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
tag: "Professional Package",
|
||||
tagIcon: Star,
|
||||
price: "$4,999",
|
||||
period: "one-time",
|
||||
description:
|
||||
"Our most popular choice. Full-featured website designed to convert visitors into leads and clients.",
|
||||
button: { text: "Choose Plan", href: "/contact" },
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"10-15 page custom website",
|
||||
"Advanced portfolio gallery",
|
||||
"Appointment scheduling system",
|
||||
"Lead capture forms",
|
||||
"Advanced SEO optimization",
|
||||
"Blog section",
|
||||
"Google Analytics setup",
|
||||
"3 months free support",
|
||||
"Monthly website maintenance",
|
||||
],
|
||||
id: "professional", tag: "Professional Package", tagIcon: Star,
|
||||
price: "$4,999", period: "one-time", description:
|
||||
"Our most popular choice. Full-featured website designed to convert visitors into leads and clients.", button: { text: "Choose Plan", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"10-15 page custom website", "Advanced portfolio gallery", "Appointment scheduling system", "Lead capture forms", "Advanced SEO optimization", "Blog section", "Google Analytics setup", "3 months free support", "Monthly website maintenance"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Enterprise Solution",
|
||||
tagIcon: Award,
|
||||
price: "$8,999",
|
||||
period: "one-time",
|
||||
description:
|
||||
"Everything included in Professional plus advanced features for serious growth and full business automation.",
|
||||
button: { text: "Request Demo", href: "/contact" },
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"20+ page fully custom website",
|
||||
"E-commerce integration",
|
||||
"Advanced booking system",
|
||||
"Customer portal",
|
||||
"Lead management system",
|
||||
"Email marketing integration",
|
||||
"Advanced analytics",
|
||||
"1-on-1 strategy consulting",
|
||||
"6 months free support",
|
||||
"Priority support tier",
|
||||
],
|
||||
id: "enterprise", tag: "Enterprise Solution", tagIcon: Award,
|
||||
price: "$8,999", period: "one-time", description:
|
||||
"Everything included in Professional plus advanced features for serious growth and full business automation.", button: { text: "Request Demo", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"20+ page fully custom website", "E-commerce integration", "Advanced booking system", "Customer portal", "Lead management system", "Email marketing integration", "Advanced analytics", "1-on-1 strategy consulting", "6 months free support", "Priority support tier"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -433,55 +309,31 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does it take to build my website?",
|
||||
content:
|
||||
"Most projects are completed within 4-6 weeks from start to finish. This includes discovery, design, development, testing, and launch. We'll provide you with a specific timeline during our initial consultation.",
|
||||
},
|
||||
id: "1", title: "How long does it take to build my website?", content:
|
||||
"Most projects are completed within 4-6 weeks from start to finish. This includes discovery, design, development, testing, and launch. We'll provide you with a specific timeline during our initial consultation."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I update my website myself?",
|
||||
content:
|
||||
"Yes! We build sites with user-friendly content management systems. We provide training and documentation so you can update your portfolio, services, and pricing easily. Our support team is also available to help.",
|
||||
},
|
||||
id: "2", title: "Can I update my website myself?", content:
|
||||
"Yes! We build sites with user-friendly content management systems. We provide training and documentation so you can update your portfolio, services, and pricing easily. Our support team is also available to help."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Will my website be mobile optimized?",
|
||||
content:
|
||||
"Absolutely. All our websites are mobile-first responsive designs. Your site will look perfect on phones, tablets, and desktop computers. Google also favors mobile-friendly sites, which helps with rankings.",
|
||||
},
|
||||
id: "3", title: "Will my website be mobile optimized?", content:
|
||||
"Absolutely. All our websites are mobile-first responsive designs. Your site will look perfect on phones, tablets, and desktop computers. Google also favors mobile-friendly sites, which helps with rankings."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer SEO services?",
|
||||
content:
|
||||
"Yes. Every website includes basic SEO optimization (on-page SEO, meta tags, site structure). Our Professional and Enterprise packages include advanced SEO. We also offer ongoing SEO services as an add-on.",
|
||||
},
|
||||
id: "4", title: "Do you offer SEO services?", content:
|
||||
"Yes. Every website includes basic SEO optimization (on-page SEO, meta tags, site structure). Our Professional and Enterprise packages include advanced SEO. We also offer ongoing SEO services as an add-on."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What about website maintenance and updates?",
|
||||
content:
|
||||
"We provide ongoing support with every plan. Professional and Enterprise packages include monthly maintenance. We handle security updates, backups, performance optimization, and can assist with content updates.",
|
||||
},
|
||||
id: "5", title: "What about website maintenance and updates?", content:
|
||||
"We provide ongoing support with every plan. Professional and Enterprise packages include monthly maintenance. We handle security updates, backups, performance optimization, and can assist with content updates."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can you integrate appointment booking or lead forms?",
|
||||
content:
|
||||
"Yes! Professional and Enterprise packages include these features. We can integrate appointment scheduling, lead capture forms, contact forms, and lead management systems that work with your existing tools.",
|
||||
},
|
||||
id: "6", title: "Can you integrate appointment booking or lead forms?", content:
|
||||
"Yes! Professional and Enterprise packages include these features. We can integrate appointment scheduling, lead capture forms, contact forms, and lead management systems that work with your existing tools."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Do you provide hosting?",
|
||||
content:
|
||||
"Yes, website hosting is included in all packages. We handle all the technical backend so you can focus on your business. Your site will be fast, secure, and always available.",
|
||||
},
|
||||
id: "7", title: "Do you provide hosting?", content:
|
||||
"Yes, website hosting is included in all packages. We handle all the technical backend so you can focus on your business. Your site will be fast, secure, and always available."},
|
||||
{
|
||||
id: "8",
|
||||
title: "What if I need changes after my site launches?",
|
||||
content:
|
||||
"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.",
|
||||
},
|
||||
id: "8", title: "What if I need changes after my site launches?", content:
|
||||
"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?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-helpful-customer-service-representativ-1772524380874-1ceecd4b.png"
|
||||
imageAlt="Customer support team helping with website questions"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -497,38 +349,24 @@ export default function HomePage() {
|
||||
description="Let's talk about your website. Tell us about your business, and we'll show you exactly how we can help you attract more clients and grow your bottom line."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "businessEmail",
|
||||
type: "email",
|
||||
placeholder: "Business Email Address",
|
||||
required: true,
|
||||
name: "businessEmail", type: "email", placeholder: "Business Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "businessName",
|
||||
type: "text",
|
||||
placeholder: "Business Name",
|
||||
required: true,
|
||||
name: "businessName", type: "text", placeholder: "Business Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "serviceType",
|
||||
type: "text",
|
||||
placeholder: "Type of Service (e.g., Plumbing, Electrical, Renovation)",
|
||||
},
|
||||
name: "serviceType", type: "text", placeholder: "Type of Service (e.g., Plumbing, Electrical, Renovation)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder:
|
||||
"Tell us about your business and what you're looking to achieve with a new website...",
|
||||
rows: 5,
|
||||
name: "message", placeholder:
|
||||
"Tell us about your business and what you're looking to achieve with a new website...", rows: 5,
|
||||
required: 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?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-team-of-web-designers-and-1772524381824-5e8170ca.png"
|
||||
imageAlt="BuildTrades team collaborating on web projects"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -544,35 +382,31 @@ export default function HomePage() {
|
||||
logoText="BuildTrades"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Process", href: "/" },
|
||||
{ label: "Portfolio", href: "/" },
|
||||
{ label: "Our Process", href: "#services" },
|
||||
{ label: "Portfolio", href: "#portfolio" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Website Design", href: "/" },
|
||||
{ label: "SEO Services", href: "/" },
|
||||
{ label: "Lead Generation", href: "/" },
|
||||
{ label: "Website Maintenance", href: "/" },
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#" },
|
||||
{ label: "SEO Services", href: "#" },
|
||||
{ label: "Lead Generation", href: "#" },
|
||||
{ label: "Website Maintenance", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Case Studies", href: "/" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Case Studies", href: "#" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
|
||||
Reference in New Issue
Block a user