8 Commits

Author SHA1 Message Date
42d2133d38 Update src/app/page.tsx 2026-04-21 04:21:19 +00:00
8ebe9cc70e Merge version_3 into main
Merge version_3 into main
2026-04-21 04:17:29 +00:00
0c6464c974 Update src/app/page.tsx 2026-04-21 04:17:23 +00:00
a3f05c59d8 Merge version_2 into main
Merge version_2 into main
2026-04-21 04:06:22 +00:00
e1e39871f7 Update src/app/page.tsx 2026-04-21 04:06:19 +00:00
b29ec91c13 Merge version_1 into main
Merge version_1 into main
2026-04-21 03:53:56 +00:00
bf4e88f5c8 Merge version_1 into main
Merge version_1 into main
2026-04-21 03:53:29 +00:00
9996adc025 Merge version_1 into main
Merge version_1 into main
2026-04-21 03:53:03 +00:00

View File

@@ -46,34 +46,12 @@ export default function LandingPage() {
title="Precision Earthworks, Solid Foundations."
description="Mike Youngblood Excavating Co provides industry-leading excavation services for residential and commercial developments. Trust the experts to prepare your ground with unparalleled precision."
testimonials={[
{
name: "John Doe", handle: "@johndoe", testimonial: "Exceptional precision and punctuality on every job.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud"},
{
name: "Sarah Smith", handle: "@ssmith", testimonial: "Mike and his team handled our site prep perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg", imageAlt: "heavy duty excavator worksite mud"},
{
name: "David Clark", handle: "@dclark", testimonial: "Professional, reliable, and top-tier machinery usage.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud"},
{
name: "Emily White", handle: "@ewhite", testimonial: "Best excavating company we've ever worked with.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud"},
{
name: "Tom Baker", handle: "@tbaker", testimonial: "Site ready on schedule, every single time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud"},
]}
buttons={[
{ text: "Get a Quote", href: "#contact" }
{ name: "John Doe", handle: "@johndoe", testimonial: "Exceptional precision and punctuality on every job.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud" },
{ name: "Sarah Smith", handle: "@ssmith", testimonial: "Mike and his team handled our site prep perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg", imageAlt: "heavy duty excavator worksite mud" },
{ name: "David Clark", handle: "@dclark", testimonial: "Professional, reliable, and top-tier machinery usage.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud" },
]}
buttons={[{ text: "Get a Quote", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg", alt: "happy client" },
{ src: "http://img.b2bpic.net/free-photo/two-young-happy-women-using-smartphone-by-table_171337-14879.jpg", alt: "satisfied customer" },
{ src: "http://img.b2bpic.net/free-photo/couple-looking-floor-plan_1098-2114.jpg", alt: "homeowner partner" },
{ src: "http://img.b2bpic.net/free-photo/two-smiling-architects-sit-table-discuss-new-project-modern-office-blue-print_482257-31149.jpg", alt: "project professional" },
{ src: "http://img.b2bpic.net/free-photo/smiley-architect-wearing-his-safety-equipment_23-2148242918.jpg", alt: "site partner" },
]}
avatarText="Trusted by 500+ satisfied clients"
/>
</div>
@@ -82,7 +60,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Decades of Expertise"
description={[
"Mike Youngblood Excavating Co has been serving the region with commitment and technical expertise. We pride ourselves on the quality of our work and the longevity of our partnerships.", "Our fleet is modern, our crew is certified, and our focus is on efficiency and safety. No project is too big or too technical for our dedicated team of professionals."]}
"Mike Youngblood Excavating Co has been serving the region with commitment and technical expertise. We pride ourselves on the quality of our work and the longevity of our partnerships.", "Our fleet is modern, our crew is certified, and our focus is on efficiency and safety. No project is too big or too technical for our dedicated team of professionals."
]}
/>
</div>
@@ -92,9 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{ icon: Star, title: "Site Excavation", description: "Full-scale site prep and digging for foundations." },
{ icon: Droplets, title: "Drainage Solutions", description: "Expert grading to ensure water management." },
{ icon: Building2, title: "Land Grading", description: "Leveling and preparing terrain for any build." },
{ icon: Star, title: "Site Excavation", description: "Prevent costly foundation issues with expert site prep and precise earth movement." },
{ icon: Droplets, title: "Drainage Solutions", description: "Protect your property from water damage with advanced grading and drainage systems." },
{ icon: Building2, title: "Land Grading", description: "Create a stable and level base for any construction project to ensure long-term structural integrity." },
]}
title="Comprehensive Earthworks"
description="Specialized services tailored for site preparation, drainage, and infrastructure projects."
@@ -123,14 +102,12 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Highly recommended for any commercial development.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg?_wi=2" },
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Mike's crew is simply the best in the business.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg?_wi=2" },
{ id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Reliable and incredibly precise site clearing.", imageSrc: "http://img.b2bpic.net/free-photo/man-builder-uniform-holding-older-looking-building-plan_1157-50926.jpg" },
{ id: "4", name: "David Kim", handle: "@dkim", testimonial: "The gold standard for local excavation work.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-executives-working-sunny-day_23-2147562043.jpg" },
{ id: "5", name: "Jessica Lee", handle: "@jlee", testimonial: "Incredible work on our foundation prep.", imageSrc: "http://img.b2bpic.net/free-photo/architect-working-laptop-his-project_23-2148242919.jpg" },
{ id: "1", name: "Robert M.", handle: "@robertm", testimonial: "The crew displayed incredible professionalism throughout our site clearing project. Highly recommended." },
{ id: "2", name: "Linda W.", handle: "@lindaw", testimonial: "Fantastic work on our foundation digging. Mike's team is reliable and precise." },
{ id: "3", name: "Greg T.", handle: "@gregt", testimonial: "Mike Youngblood Excavating Co is our go-to for all past and future excavation needs. Reliable work." },
]}
title="Proven Quality"
description="Hear from our partners and clients."
title="Customer Praise"
description="Real feedback from our satisfied partners."
/>
</div>
@@ -155,10 +132,8 @@ export default function LandingPage() {
<ContactCTA
tag="Get Started"
title="Ready to Start?"
description="Reach out to Mike Youngblood Excavating Co today for your next project consultation."
buttons={[
{ text: "Email Us", href: "mailto:info@mikeyoungbloodexcavating.com" }
]}
description="Reach out to Mike Youngblood Excavating Co today for your next project consultation. Located at 220 Evergreen Ave, Hollister, MO 65672. Call us at (417) 263-7001. Hours: Mon-Sat 9AM-5PM, Closed Sunday."
buttons={[{ text: "Email Us", href: "mailto:info@mikeyoungbloodexcavating.com" }]}
useInvertedBackground={true}
background={{ variant: "plain" }}
/>
@@ -168,22 +143,12 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Mike Youngblood Excavating"
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Services", href: "#services" },
],
},
{
title: "Support", items: [
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" },
],
},
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}