From 4ef909a596ddd1eab6f332b30e8f5bfa4cebf94b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:14:36 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 53 +++++++++++------------------------------- 1 file changed, 14 insertions(+), 39 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 03009f6..147901a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -22,8 +22,7 @@ const navItems = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "#services" }, { label: "SEO Optimization", href: "#services" }, { label: "Lead Generation", href: "#services" }, @@ -31,8 +30,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Testimonials", href: "#testimonials" }, @@ -40,8 +38,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/blog" }, { label: "Case Studies", href: "/case-studies" }, { label: "Pricing", href: "#pricing" }, @@ -49,8 +46,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -81,10 +77,7 @@ export default function AboutPage() { heading={[ { type: "text", content: "We help contractors and trades professionals" }, { - type: "image", - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-diverse-team-of-professionals-in-busin-1772525364824-7e7b1c83.png", - alt: "Team of professionals", - }, + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-diverse-team-of-professionals-in-busin-1772525364824-7e7b1c83.png", alt: "Team of professionals"}, { type: "text", content: "build web presence that drives real results" }, ]} useInvertedBackground={false} @@ -102,43 +95,25 @@ export default function AboutPage() { tag="About Us" features={[ { - title: "Industry Expertise", - description: - "We understand the unique challenges contractors face. Our team has years of experience working with plumbing, electrical, HVAC, and general contracting businesses.", - bentoComponent: "3d-stack-cards", - items: [ + title: "Industry Expertise", description: + "We understand the unique challenges contractors face. Our team has years of experience working with plumbing, electrical, HVAC, and general contracting businesses.", bentoComponent: "3d-stack-cards", items: [ { icon: Target, - title: "Specialized Knowledge", - subtitle: "Trade-focused strategies", - detail: "Deep understanding of your industry needs", - }, + title: "Specialized Knowledge", subtitle: "Trade-focused strategies", detail: "Deep understanding of your industry needs"}, { icon: Users, - title: "Proven Results", - subtitle: "Real contractors, real growth", - detail: "Hundreds of successful projects delivered", - }, + title: "Proven Results", subtitle: "Real contractors, real growth", detail: "Hundreds of successful projects delivered"}, { icon: TrendingUp, - title: "Long-term Partnership", - subtitle: "Beyond launch support", - detail: "Continuous optimization and improvement", - }, + title: "Long-term Partnership", subtitle: "Beyond launch support", detail: "Continuous optimization and improvement"}, ], }, { - title: "Results-Driven Approach", - description: - "We don't just build pretty websites. Every element is optimized for lead generation and conversion. You'll see measurable ROI.", - bentoComponent: "animated-bar-chart", - }, + title: "Results-Driven Approach", description: + "We don't just build pretty websites. Every element is optimized for lead generation and conversion. You'll see measurable ROI.", bentoComponent: "animated-bar-chart"}, { - title: "Full-Service Solutions", - description: - "From initial design through ongoing support, we handle everything. Web design, SEO, lead management, and ongoing optimization all in one place.", - bentoComponent: "line-chart", - }, + title: "Full-Service Solutions", description: + "From initial design through ongoing support, we handle everything. Web design, SEO, lead management, and ongoing optimization all in one place.", bentoComponent: "line-chart"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1 From d86c226ec207ada73ef2f08559e584a7a658134a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:14:37 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cc658bf..d05469c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ const navItems = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "#services" }, { label: "SEO Optimization", href: "#services" }, { label: "Lead Generation", href: "#services" }, @@ -26,8 +25,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Testimonials", href: "#testimonials" }, @@ -35,8 +33,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/blog" }, { label: "Case Studies", href: "/case-studies" }, { label: "Pricing", href: "#pricing" }, @@ -44,8 +41,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -75,30 +71,19 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 08:14:38 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c7fb088..d9c76e8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,43 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Web Design for Contractors & Trades | BuildPro", - description: "Professional websites designed specifically for contractors, plumbers, electricians, and trades professionals. Attract more leads and grow your business with our proven web solutions.", - keywords: "web design contractors, trades websites, contractor web design, plumber website, electrician website builder, HVAC website design", - metadataBase: new URL("https://buildpro.com"), + title: "Web Design for Contractors & Trades | BuildPro", description: "Professional websites designed specifically for contractors, plumbers, electricians, and trades professionals. Attract more leads and grow your business with our proven web solutions.", keywords: "web design contractors, trades websites, contractor web design, plumber website, electrician website builder, HVAC website design", metadataBase: new URL("https://buildpro.com"), alternates: { - canonical: "https://buildpro.com", - }, + canonical: "https://buildpro.com"}, openGraph: { - title: "Professional Web Design for Contractors & Trades", - description: "Get a website that generates leads for your contracting business. Responsive design, SEO optimization, and proven results.", - url: "https://buildpro.com", - siteName: "BuildPro", - type: "website", - images: [ + title: "Professional Web Design for Contractors & Trades", description: "Get a website that generates leads for your contracting business. Responsive design, SEO optimization, and proven results.", url: "https://buildpro.com", siteName: "BuildPro", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-construction-site-backgro-1772525365167-9a1989ab.png", - alt: "BuildPro - Web Design for Contractors", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-construction-site-backgro-1772525365167-9a1989ab.png", alt: "BuildPro - Web Design for Contractors"}, ], }, twitter: { - card: "summary_large_image", - title: "Professional Web Design for Contractors & Trades", - description: "Grow your contracting business with a modern, high-converting website designed for lead generation.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-construction-site-backgro-1772525365167-9a1989ab.png", - ], + card: "summary_large_image", title: "Professional Web Design for Contractors & Trades", description: "Grow your contracting business with a modern, high-converting website designed for lead generation.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-construction-site-backgro-1772525365167-9a1989ab.png"], }, robots: { index: true, -- 2.49.1 From b0caf2ff1d06b7b00f5800a4b9e6714e06926e35 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:14:39 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 294 +++++++++++++++++++++-------------------------- 1 file changed, 134 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca98493..dabc9d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,9 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import Link from "next/link"; import { @@ -39,8 +42,7 @@ const navItems = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "#services" }, { label: "SEO Optimization", href: "#services" }, { label: "Lead Generation", href: "#services" }, @@ -48,8 +50,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Testimonials", href: "#testimonials" }, @@ -57,8 +58,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/blog" }, { label: "Case Studies", href: "/case-studies" }, { label: "Pricing", href: "#pricing" }, @@ -66,8 +66,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -115,10 +114,7 @@ export default function HomePage() { heading={[ { type: "text", content: "We help contractors and trades professionals" }, { - type: "image", - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-diverse-team-of-professionals-in-busin-1772525364824-7e7b1c83.png", - alt: "Team of professionals", - }, + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-diverse-team-of-professionals-in-busin-1772525364824-7e7b1c83.png", alt: "Team of professionals"}, { type: "text", content: "build web presence that drives real results" }, ]} useInvertedBackground={false} @@ -136,15 +132,10 @@ export default function HomePage() { tag="Services" features={[ { - title: "Responsive Web Design", - description: - "Beautiful, fast-loading websites that work perfectly on phones, tablets, and desktops. Your potential clients can find you anywhere.", - bentoComponent: "phone", - statusIcon: Lock, + title: "Responsive Web Design", description: + "Beautiful, fast-loading websites that work perfectly on phones, tablets, and desktops. Your potential clients can find you anywhere.", bentoComponent: "phone", statusIcon: Lock, alertIcon: Bell, - alertTitle: "New Lead", - alertMessage: "You have a new inquiry", - apps: [ + alertTitle: "New Lead", alertMessage: "You have a new inquiry", apps: [ { name: "Portfolio", icon: ImageIcon }, { name: "Services", icon: Wrench }, { name: "Reviews", icon: Star }, @@ -156,75 +147,47 @@ export default function HomePage() { ], }, { - title: "SEO Optimization", - description: - "Get found by customers searching for your services. We optimize your website to rank higher in Google search results.", - bentoComponent: "animated-bar-chart", - }, + title: "SEO Optimization", description: + "Get found by customers searching for your services. We optimize your website to rank higher in Google search results.", bentoComponent: "animated-bar-chart"}, { - title: "Lead Generation", - description: - "Strategic contact forms, call-to-action buttons, and landing pages designed to convert visitors into qualified leads.", - bentoComponent: "3d-stack-cards", - items: [ + title: "Lead Generation", description: + "Strategic contact forms, call-to-action buttons, and landing pages designed to convert visitors into qualified leads.", bentoComponent: "3d-stack-cards", items: [ { icon: Target, - title: "Targeted Traffic", - subtitle: "Attract qualified leads", - detail: "Drive the right customers to your website", - }, + title: "Targeted Traffic", subtitle: "Attract qualified leads", detail: "Drive the right customers to your website"}, { icon: Users, - title: "Conversion Focused", - subtitle: "Maximize inquiries", - detail: "Turn visitors into potential customers", - }, + title: "Conversion Focused", subtitle: "Maximize inquiries", detail: "Turn visitors into potential customers"}, { icon: TrendingUp, - title: "Growth Driven", - subtitle: "Scale your business", - detail: "Build sustainable customer acquisition", - }, + title: "Growth Driven", subtitle: "Scale your business", detail: "Build sustainable customer acquisition"}, ], }, { - title: "Portfolio Showcase", - description: - "Display your best work with high-quality image galleries, before-and-after sliders, and project descriptions that showcase your expertise.", - bentoComponent: "media-stack", - items: [ + title: "Portfolio Showcase", description: + "Display your best work with high-quality image galleries, before-and-after sliders, and project descriptions that showcase your expertise.", bentoComponent: "media-stack", items: [ { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-website-homepage-for-an-h-1772525371418-b0396661.png?_wi=1", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-website-homepage-for-an-h-1772525371418-b0396661.png"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-modern-website-design-for-an-electrica-1772525365761-8ab3b767.png?_wi=1", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-modern-website-design-for-an-electrica-1772525365761-8ab3b767.png"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-sleek-plumbing-company-website-with-be-1772525370173-1759d840.png?_wi=1", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-sleek-plumbing-company-website-with-be-1772525370173-1759d840.png"}, ], }, { - title: "Client Reviews Integration", - description: - "Build trust with integrated review systems. Display Google reviews, testimonials, and ratings directly on your site.", - bentoComponent: "icon-info-cards", - items: [ + title: "Client Reviews Integration", description: + "Build trust with integrated review systems. Display Google reviews, testimonials, and ratings directly on your site.", bentoComponent: "icon-info-cards", items: [ { icon: Star, label: "Client Rating", value: "4.9/5" }, { icon: Users, label: "Satisfied Clients", value: "500+" }, { icon: TrendingUp, label: "Positive Reviews", value: "98%" }, ], }, { - title: "Quick Setup", - description: - "Integrated contact forms and appointment booking systems make it easy for customers to get in touch or schedule services.", - bentoComponent: "3d-task-list", - title: "Quick Setup", - items: [ + title: "Quick Setup", description: + "Integrated contact forms and appointment booking systems make it easy for customers to get in touch or schedule services.", bentoComponent: "3d-task-list", items: [ { icon: Mail, label: "Email Forms", time: "5 min setup" }, { icon: Calendar, label: "Online Booking", time: "10 min setup" }, { icon: Phone, label: "Call Widget", time: "2 min setup" }, @@ -244,32 +207,14 @@ export default function HomePage() { tag="Portfolio" products={[ { - id: "1", - name: "HVAC Solutions Plus", - price: "Website + SEO Package", - variant: "Responsive Design, Lead Forms", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-website-homepage-for-an-h-1772525371418-b0396661.png?_wi=2", - imageAlt: "HVAC contractor website design", - }, + id: "1", name: "HVAC Solutions Plus", price: "Website + SEO Package", variant: "Responsive Design, Lead Forms", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-website-homepage-for-an-h-1772525371418-b0396661.png", imageAlt: "HVAC contractor website design"}, { - id: "2", - name: "Elite Electrical Services", - price: "Full Web Solution", - variant: "Portfolio, Booking System, Reviews", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-modern-website-design-for-an-electrica-1772525365761-8ab3b767.png?_wi=2", - imageAlt: "Electrical contractor website", - }, + id: "2", name: "Elite Electrical Services", price: "Full Web Solution", variant: "Portfolio, Booking System, Reviews", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-modern-website-design-for-an-electrica-1772525365761-8ab3b767.png", imageAlt: "Electrical contractor website"}, { - id: "3", - name: "Professional Plumbing", - price: "E-Commerce Ready", - variant: "Online Estimates, Emergency Booking", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-sleek-plumbing-company-website-with-be-1772525370173-1759d840.png?_wi=2", - imageAlt: "Plumbing company website", - }, + id: "3", name: "Professional Plumbing", price: "E-Commerce Ready", variant: "Online Estimates, Emergency Booking", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-sleek-plumbing-company-website-with-be-1772525370173-1759d840.png", imageAlt: "Plumbing company website"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -282,65 +227,29 @@ export default function HomePage() { +
+ +
+ +
+ +
+ +
+ +
+