diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5e05698..9211e98 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,213 +11,118 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ brand="Construction Estimator & Virtual Assistant" + description="Helping contractors, builders, and construction professionals save time through accurate quantity takeoffs, cost estimation, project documentation, and administrative support." + primaryButton={{ text: "View Services", href: "#services" }} + secondaryButton={{ text: "Contact Me", href: "#contact" }} + imageSrc="http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk-still-life_23-2150440934.jpg" + /> +
+
-
- +
+ - -
+ tag="About Me" + title="Hi, I'm Ron, a Licensed Civil Engineer" + description="I help construction companies, contractors, and project managers streamline their workflow by providing accurate quantity takeoffs, material estimates, cost calculations, and administrative support. Detail-oriented, organized, and committed to delivering reliable work on time." + imageSrc="http://img.b2bpic.net/free-photo/low-angle-young-architect-with-plans-helmet_23-2148269292.jpg" + /> +
+
-
- +
+ - -
+ tag="Expert Services" + title="Solutions for Construction Professionals" + description="Comprehensive support for all project phases." + items={[ + { title: "Quantity Takeoffs", description: "Accurate material takeoffs for residential and commercial projects.", buttonIcon: "Calculator", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-decoration-project_23-2150334534.jpg" }, + { title: "Documentation", description: "Organized project files and construction documentation.", buttonIcon: "FileText", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-engineer_23-2148836106.jpg" }, + { title: "CAD Drafting", description: "AutoCAD drafting support, revisions, and as-builts.", buttonIcon: "DraftingCompass", imageSrc: "http://img.b2bpic.net/free-photo/architect-woman-her-desk-working-blueprints-business-creativity-architecture-job_482257-33113.jpg" }, + { title: "Cost Analysis", description: "Bill of Quantities (BOQ) and detailed cost estimation.", buttonIcon: "TrendingUp", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-using-computer-talking-with-colleague_53876-14454.jpg" }, + { title: "Admin Support", description: "Virtual assistance including data entry and scheduling.", buttonIcon: "Headset", imageSrc: "http://img.b2bpic.net/free-photo/black-woman-with-clipboard-near-working-colleague_23-2147808052.jpg" }, + { title: "Plan Updates", description: "Managing plan revisions and updates effectively.", buttonIcon: "RefreshCw", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-view-designer-working-with-blueprints_1098-18822.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Performance" + title="Proven Results" + description="I am committed to improving project efficiency." + metrics={[ + { value: "100%", title: "Attention to Detail", description: "Consistently accurate estimates.", imageSrc: "http://img.b2bpic.net/free-photo/graphics-laptop_1134-237.jpg" }, + { value: "24/7", title: "Reliability", description: "Professional communication and deadlines met.", imageSrc: "http://img.b2bpic.net/free-photo/arrow-paper-cut-out_23-2148456203.jpg" }, + { value: "Expert", title: "Construction Background", description: "Licensed Civil Engineer expertise.", imageSrc: "http://img.b2bpic.net/free-photo/data-statistic-green-blackboard_1379-290.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="About the Engineer" + title="Working with me" + description="I bring professional, engineering-backed support to your construction projects, ensuring precision, clarity, and reliability in every document and estimate I handle." + members={[ + { name: "Ron", role: "Licensed Civil Engineer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Social Proof" + title="What Clients Say" + description="Trusted by professionals across the construction industry." + testimonials={[ + { name: "Sarah J.", role: "Construction Manager", quote: "Ron consistently delivers accurate estimates and organized project documentation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" }, + { name: "Michael Chen", role: "Contractor", quote: "Professional, responsive, and dependable. Ron helped streamline our process.", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12819.jpg" }, + { name: "Emily R.", role: "Project Owner", quote: "Highly efficient. Ron's engineering background makes all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg" }, + { name: "David Kim", role: "Senior Estimator", quote: "Ron is a valuable asset to any construction team. Extremely reliable.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-wearing-lab-coat_23-2149551157.jpg" }, + { name: "Alex P.", role: "Firm Principal", quote: "Extremely thorough with construction plans and as-builts.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet-work_23-2148921380.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="FAQ" + title="Common Questions" + description="Here are the answers to some frequently asked questions." + items={[ + { question: "What software do you use?", answer: "I am proficient in Bluebeam Revu, AutoCAD, Excel, and Microsoft Office Suite." }, + { question: "How do we collaborate?", answer: "We can communicate via email, Slack, or project management platforms like Asana or Google Drive." }, + { question: "Are you licensed?", answer: "Yes, I am a licensed Civil Engineer with extensive experience in the field." }, + { question: "How fast is your turnaround?", answer: "I pride myself on meeting deadlines and will provide estimates within the agreed timeframe." } + ]} + /> +
+
-
- +
+ - -
+ tag="Get in touch" + text="Ready to discuss your project? Let's work together to make your projects more efficient and organized." + primaryButton={{ text: "Email Ron", href: "mailto:your.email@gmail.com" }} + secondaryButton={{ text: "Schedule a Call", href: "#" }} + /> +
+
); -} +} \ No newline at end of file