From 24835dc13afa9aab454adf9173d4e1a75aa62fc0 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 00:56:05 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 85e4c3a..b3a9422 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -195,6 +195,7 @@ export default function HomePage() { Date: Tue, 16 Jun 2026 00:56:11 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 339 ++++++++++++++++------------------------- 1 file changed, 135 insertions(+), 204 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b3a9422..1145e42 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,225 +12,156 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ avatarsSrc={[ + "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg", "http://img.b2bpic.net/free-photo/portrait-happy-female-student-glasses-sitting-cafe_1262-17110.jpg", "http://img.b2bpic.net/free-photo/teamwork-off-engineer-meeting-architectural-project_1421-116.jpg"]} + avatarText="Trusted by 6+ Local Clients" + title="Woodward Construction Co. – Arlington’s Trusted Builders" + description="Providing outstanding site work, excavation, and building services in Arlington, VT. From custom site preparation to complete home foundations, we deliver dependable results." + primaryButton={{ + text: "Get a Quote", href: "#contact"}} + secondaryButton={{ + text: "Our Services", href: "#services"}} + names={[ + "Sandra V.", "Brad Y.", "Local Resident"]} + imageSrc="http://img.b2bpic.net/free-photo/two-architects-works-front-building-site_1398-5098.jpg" + /> +
+
-
- +
+ - -
+ title="Built on Reliability and Expertise" + primaryButton={{ + text: "Contact Our Team", href: "#contact"}} + /> +
+
-
- +
+ - -
+ tag="Our Expertise" + title="Comprehensive Construction Solutions" + description="We specialize in custom site work, snow removal, and prep for modular homes." + features={[ + { + icon: Star, + title: "Custom Site Work", description: "Expert excavation and site preparation tailored to your project needs."}, + { + icon: Snowflake, + title: "Dependable Snow Removal", description: "Prompt and efficient service to keep your driveways and paths clear all winter."}, + { + icon: Home, + title: "New Home Foundation Prep", description: "Precise preparation for modular homes and new site development."}, + ]} + /> +
+
-
- +
+ - -
+ tag="Reliability" + title="Why Choose Woodward Construction?" + description="We believe in transparency and high-quality workmanship." + metrics={[ + { + value: "4.2", title: "Average Customer Rating", features: [ + "Prompt service", "Skilled operators"], + }, + { + value: "100%", title: "Commitment to Quality", features: [ + "Site cleanup", "Detailed planning"], + }, + { + value: "Reliable", title: "Snow Management", features: [ + "Affordable rates", "Dependable scheduling"], + }, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Team" + title="Meet the Crew" + description="Skilled equipment operators ready to handle your toughest tasks." + members={[ + { + name: "Nate Woodard", role: "Owner & Lead Operator", imageSrc: "http://img.b2bpic.net/free-photo/architect-posing-office_23-2148242966.jpg"}, + { + name: "Expert Crew", role: "Site Development", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg"}, + { + name: "Support Staff", role: "Snow Management", imageSrc: "http://img.b2bpic.net/free-photo/architect-doing-okay-sign_1149-1825.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Reviews" + title="What Our Clients Say" + description="Honest reviews from our neighbors in Arlington, VT." + testimonials={[ + { + name: "Sandra V.", role: "Homeowner", company: "Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-hand-shake_23-2148480352.jpg"}, + { + name: "Brad Yoder", role: "Client", company: "Local Guide", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffe_23-2148968907.jpg"}, + { + name: "Emily D.", role: "Client", company: "Homeowner", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg"}, + { + name: "David M.", role: "Client", company: "Business", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/builder-showing-blueprint-colleague_23-2147711060.jpg"}, + { + name: "Sarah L.", role: "Client", company: "Arlington", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/constructors-looking-drafts_23-2147710742.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Common Questions" + title="Frequently Asked Questions" + description="Need to know more about our construction and excavation services in Arlington, VT? We have the answers." + items={[ + { + question: "What areas do you serve?", answer: "We primarily serve Arlington and the surrounding areas in Vermont."}, + { + question: "Do you handle custom site work?", answer: "Yes, we are highly experienced in custom excavation, razing, and site preparation for new homes."}, + { + question: "Do you offer snow removal?", answer: "Yes, we provide reliable, affordable snow removal services including walkway clearing."}, + ]} + imageSrc="http://img.b2bpic.net/free-photo/man-with-dog-leash-walking-near-country-house_259150-59344.jpg" + /> +
+
-
- +
+ - -
+ tag="Get in Touch" + text="Ready to get started? Contact us for professional construction and excavation services at (802) 375-6676." + primaryButton={{ + text: "Call Now", href: "tel:8023756676"}} + secondaryButton={{ + text: "Directions", href: "https://maps.google.com/?q=2925+Vermont+Rte+7a,+Arlington,+VT+05250"}} + /> +
+
); } -- 2.49.1