diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 85e4c3a..1145e42 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -12,224 +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"
+ />
+
+
-
>
);
}