6 Commits

Author SHA1 Message Date
4f44681902 Merge version_3 into main
Merge version_3 into main
2026-03-06 20:54:11 +00:00
997ebac888 Update src/app/page.tsx 2026-03-06 20:54:06 +00:00
cab4b91028 Merge version_2 into main
Merge version_2 into main
2026-03-06 20:51:54 +00:00
0b7ad21ab7 Update src/app/page.tsx 2026-03-06 20:51:50 +00:00
e4e3b7da8a Update src/app/layout.tsx 2026-03-06 20:51:50 +00:00
9a4f07edb9 Merge version_1 into main
Merge version_1 into main
2026-03-06 20:49:02 +00:00
2 changed files with 89 additions and 255 deletions

View File

@@ -7,46 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
variable: "--font-montserrat", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Professional Road Construction & Paving Services | RoadPro",
description: "Expert road construction, asphalt paving, and infrastructure solutions. ISO certified with 20+ years experience. Free project quotes available.",
keywords: "road construction, asphalt paving, highway construction, road repair, bridge construction, road maintenance",
robots: {
title: "Professional Road Construction & Paving Services | RoadPro", description: "Expert road construction, asphalt paving, and infrastructure solutions. ISO certified with 20+ years experience. Free project quotes available.", keywords: "road construction, asphalt paving, highway construction, road repair, bridge construction, road maintenance", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Professional Road Construction Services | RoadPro Construction",
description: "Expert road construction, paving, and infrastructure services with 20+ years of industry experience.",
siteName: "RoadPro Construction",
type: "website",
images: [
title: "Professional Road Construction Services | RoadPro Construction", description: "Expert road construction, paving, and infrastructure services with 20+ years of industry experience.", siteName: "RoadPro Construction", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg",
alt: "Professional Road Construction",
},
url: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", alt: "Professional Road Construction"},
],
},
twitter: {
card: "summary_large_image",
title: "Professional Road Construction Services",
description: "Expert road construction and paving solutions.",
images: ["http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg"],
card: "summary_large_image", title: "Professional Road Construction Services", description: "Expert road construction and paving solutions.", images: ["http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg"],
},
};

View File

@@ -74,12 +74,9 @@ export default function HomePage() {
{ text: "View Projects", href: "#projects" },
]}
dashboard={{
title: "RoadPro Performance",
logoIcon: Building2,
title: "RoadPro Performance", logoIcon: Building2,
imageSrc:
"http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg",
searchPlaceholder: "Search projects...",
buttons: [
"http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", searchPlaceholder: "Search projects...", buttons: [
{ text: "View Catalog", href: "#projects" },
{ text: "Contact Now", href: "/contact" },
],
@@ -90,49 +87,32 @@ export default function HomePage() {
],
stats: [
{
title: "Projects Completed",
values: [250, 350, 425],
description: "Delivered on time.",
},
title: "Projects Completed", values: [250, 350, 425],
description: "Delivered on time."},
{
title: "Miles Paved",
values: [1200, 1650, 2100],
valuePrefix: "",
valueSuffix: "mi",
description: "Quality asphalt.",
},
title: "Miles Paved", values: [1200, 1650, 2100],
valuePrefix: "", valueSuffix: "mi", description: "Quality asphalt."},
{
title: "Client Satisfaction",
values: [95, 97, 99],
valueSuffix: "%",
description: "Consistently high.",
},
title: "Client Satisfaction", values: [95, 97, 99],
valueSuffix: "%", description: "Consistently high."},
],
chartTitle: "Project Completion Rate",
chartData: [
chartTitle: "Project Completion Rate", chartData: [
{ value: 85 },
{ value: 90 },
{ value: 88 },
{ value: 92 },
{ value: 95 },
],
listTitle: "Recent Achievements",
listItems: [
listTitle: "Recent Achievements", listItems: [
{
icon: CheckCircle,
title: "5-Mile Highway Expansion",
status: "Completed",
},
title: "5-Mile Highway Expansion", status: "Completed"},
{
icon: Zap,
title: "Emergency Road Repair",
status: "Executed",
},
title: "Emergency Road Repair", status: "Executed"},
{
icon: Award,
title: "Safety Excellence Award",
status: "Achieved",
},
title: "Safety Excellence Award", status: "Achieved"},
],
}}
/>
@@ -151,28 +131,20 @@ export default function HomePage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Expert Team",
description:
"Certified engineers and experienced contractors with decades of combined expertise in road construction.",
icon: Users,
title: "Expert Team", description:
"Certified engineers and experienced contractors with decades of combined expertise in road construction.", icon: Users,
},
{
title: "Quality Assurance",
description:
"ISO 9001 certified processes ensuring every project meets rigorous quality and safety standards.",
icon: CheckCircle,
title: "Quality Assurance", description:
"ISO 9001 certified processes ensuring every project meets rigorous quality and safety standards.", icon: CheckCircle,
},
{
title: "Advanced Equipment",
description:
"State-of-the-art machinery and technology for efficient, precise, and reliable construction.",
icon: Zap,
title: "Advanced Equipment", description:
"State-of-the-art machinery and technology for efficient, precise, and reliable construction.", icon: Zap,
},
{
title: "Environmental Responsibility",
description:
"Sustainable practices and eco-friendly methods integrated into all our construction operations.",
icon: Leaf,
title: "Environmental Responsibility", description:
"Sustainable practices and eco-friendly methods integrated into all our construction operations.", icon: Leaf,
},
]}
buttons={[{ text: "Learn More", href: "/about" }]}
@@ -190,60 +162,30 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "1",
title: "Asphalt Paving",
author: "Specialty Service",
description:
"Professional asphalt paving for highways, parking lots, and local roads using premium materials and precision equipment.",
tags: ["Paving", "Quality"],
id: "1", title: "Asphalt Paving", author: "Specialty Service", description:
"Professional asphalt paving for highways, parking lots, and local roads using premium materials and precision equipment.", tags: ["Paving", "Quality"],
imageSrc:
"http://img.b2bpic.net/free-photo/crawler-bulldozer_1388-577.jpg?_wi=1",
imageAlt: "Asphalt Paving Service",
},
"http://img.b2bpic.net/free-photo/crawler-bulldozer_1388-577.jpg?_wi=1", imageAlt: "Asphalt Paving Service"},
{
id: "2",
title: "Road Base Preparation",
author: "Foundation Excellence",
description:
"Expert site preparation and road base construction ensuring stable, durable foundations for all road projects.",
tags: ["Foundation", "Infrastructure"],
id: "2", title: "Road Base Preparation", author: "Foundation Excellence", description:
"Expert site preparation and road base construction ensuring stable, durable foundations for all road projects.", tags: ["Foundation", "Infrastructure"],
imageSrc:
"http://img.b2bpic.net/free-photo/road-works-highway-repair-street-machinery_169016-68718.jpg?_wi=1",
imageAlt: "Road Base Preparation",
},
"http://img.b2bpic.net/free-photo/road-works-highway-repair-street-machinery_169016-68718.jpg?_wi=1", imageAlt: "Road Base Preparation"},
{
id: "3",
title: "Bridge Construction",
author: "Complex Infrastructure",
description:
"Specialized bridge construction services for highways, overpasses, and pedestrian bridges with structural integrity.",
tags: ["Engineering", "Bridges"],
id: "3", title: "Bridge Construction", author: "Complex Infrastructure", description:
"Specialized bridge construction services for highways, overpasses, and pedestrian bridges with structural integrity.", tags: ["Engineering", "Bridges"],
imageSrc:
"http://img.b2bpic.net/free-photo/muelle-del-tinto-huelva_181624-29451.jpg?_wi=1",
imageAlt: "Bridge Construction",
},
"http://img.b2bpic.net/free-photo/muelle-del-tinto-huelva_181624-29451.jpg?_wi=1", imageAlt: "Bridge Construction"},
{
id: "4",
title: "Road Marking & Signage",
author: "Safety First",
description:
"Professional road marking, line painting, and safety signage installation for enhanced traffic control and safety.",
tags: ["Marking", "Safety"],
id: "4", title: "Road Marking & Signage", author: "Safety First", description:
"Professional road marking, line painting, and safety signage installation for enhanced traffic control and safety.", tags: ["Marking", "Safety"],
imageSrc:
"http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001252.jpg?_wi=1",
imageAlt: "Road Marking Service",
},
"http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001252.jpg?_wi=1", imageAlt: "Road Marking Service"},
{
id: "5",
title: "Road Maintenance",
author: "Ongoing Support",
description:
"Comprehensive road maintenance and repair services to extend pavement life and maintain optimal road conditions.",
tags: ["Maintenance", "Preservation"],
id: "5", title: "Road Maintenance", author: "Ongoing Support", description:
"Comprehensive road maintenance and repair services to extend pavement life and maintain optimal road conditions.", tags: ["Maintenance", "Preservation"],
imageSrc:
"http://img.b2bpic.net/free-photo/road-works-highway-repair-street-machinery_169016-68718.jpg?_wi=2",
imageAlt: "Road Maintenance",
},
"http://img.b2bpic.net/free-photo/road-works-highway-repair-street-machinery_169016-68718.jpg?_wi=2", imageAlt: "Road Maintenance"},
]}
/>
</div>
@@ -260,37 +202,17 @@ export default function HomePage() {
gridVariant="bento-grid"
products={[
{
id: "1",
name: "Interstate 95 Expansion",
price: "18 miles",
imageSrc:
"http://img.b2bpic.net/free-photo/road-works-highway-repair-street-machinery_169016-68718.jpg?_wi=3",
imageAlt: "Interstate 95 Expansion Project",
},
id: "1", name: "Interstate 95 Expansion", price: "18 miles", imageSrc:
"http://img.b2bpic.net/free-photo/road-works-highway-repair-street-machinery_169016-68718.jpg?_wi=3", imageAlt: "Interstate 95 Expansion Project"},
{
id: "2",
name: "Downtown Intersection Rebuild",
price: "0.5 miles",
imageSrc:
"http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg?_wi=1",
imageAlt: "Downtown Intersection Project",
},
id: "2", name: "Downtown Intersection Rebuild", price: "0.5 miles", imageSrc:
"http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg?_wi=1", imageAlt: "Downtown Intersection Project"},
{
id: "3",
name: "Commercial Parking Complex",
price: "2.5 acres",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-arrow-indicator-asphalt_23-2148456159.jpg?_wi=1",
imageAlt: "Parking Complex Project",
},
id: "3", name: "Commercial Parking Complex", price: "2.5 acres", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-arrow-indicator-asphalt_23-2148456159.jpg?_wi=1", imageAlt: "Parking Complex Project"},
{
id: "4",
name: "Highway Bridge Overpass",
price: "1,200 ft",
imageSrc:
"http://img.b2bpic.net/free-photo/aerial-views-with-cars-streets_23-2148959679.jpg?_wi=1",
imageAlt: "Bridge Overpass Project",
},
id: "4", name: "Highway Bridge Overpass", price: "1,200 ft", imageSrc:
"http://img.b2bpic.net/free-photo/aerial-views-with-cars-streets_23-2148959679.jpg?_wi=1", imageAlt: "Bridge Overpass Project"},
]}
/>
</div>
@@ -307,37 +229,17 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Asphalt Paver Machine",
price: "Heavy Equipment",
imageSrc:
"http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317307.jpg",
imageAlt: "Asphalt Paver",
},
id: "1", name: "Asphalt Paver Machine", price: "Heavy Equipment", imageSrc:
"http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317307.jpg", imageAlt: "Asphalt Paver"},
{
id: "2",
name: "Hydraulic Excavator",
price: "Excavation",
imageSrc:
"http://img.b2bpic.net/free-vector/construction-infographics-template-with-staff-building-machinery-road-repair-diagrams_1284-33908.jpg",
imageAlt: "Excavator",
},
id: "2", name: "Hydraulic Excavator", price: "Excavation", imageSrc:
"http://img.b2bpic.net/free-vector/construction-infographics-template-with-staff-building-machinery-road-repair-diagrams_1284-33908.jpg", imageAlt: "Excavator"},
{
id: "3",
name: "Vibratory Roller",
price: "Compaction",
imageSrc:
"http://img.b2bpic.net/free-vector/color-steamroller-white-background-monochrome-style_1284-38798.jpg",
imageAlt: "Roller Compactor",
},
id: "3", name: "Vibratory Roller", price: "Compaction", imageSrc:
"http://img.b2bpic.net/free-vector/color-steamroller-white-background-monochrome-style_1284-38798.jpg", imageAlt: "Roller Compactor"},
{
id: "4",
name: "Dump Truck Fleet",
price: "Transportation",
imageSrc:
"http://img.b2bpic.net/free-vector/two-construction-trucks-working-factory-field_1308-30379.jpg",
imageAlt: "Dump Truck",
},
id: "4", name: "Dump Truck Fleet", price: "Transportation", imageSrc:
"http://img.b2bpic.net/free-vector/two-construction-trucks-working-factory-field_1308-30379.jpg", imageAlt: "Dump Truck"},
]}
/>
</div>
@@ -353,65 +255,29 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "John Martinez",
handle: "City Engineer",
testimonial:
"RoadPro Construction completed our highway project 2 weeks ahead of schedule without compromising quality. Their professionalism and attention to detail are exceptional.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg?_wi=1",
imageAlt: "John Martinez",
},
id: "1", name: "John Martinez", handle: "City Engineer", testimonial:
"RoadPro Construction completed our highway project 2 weeks ahead of schedule without compromising quality. Their professionalism and attention to detail are exceptional.", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg?_wi=1", imageAlt: "John Martinez"},
{
id: "2",
name: "Sarah Thompson",
handle: "Project Manager",
testimonial:
"Working with RoadPro was seamless. They provided regular updates, managed costs effectively, and delivered outstanding results on our parking complex project.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg?_wi=1",
imageAlt: "Sarah Thompson",
},
id: "2", name: "Sarah Thompson", handle: "Project Manager", testimonial:
"Working with RoadPro was seamless. They provided regular updates, managed costs effectively, and delivered outstanding results on our parking complex project.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg?_wi=1", imageAlt: "Sarah Thompson"},
{
id: "3",
name: "Michael Chen",
handle: "General Contractor",
testimonial:
"Reliable, skilled, and safety-focused. RoadPro has become our trusted partner for all road construction needs. They consistently exceed expectations.",
imageSrc:
"http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg?_wi=1",
imageAlt: "Michael Chen",
},
id: "3", name: "Michael Chen", handle: "General Contractor", testimonial:
"Reliable, skilled, and safety-focused. RoadPro has become our trusted partner for all road construction needs. They consistently exceed expectations.", imageSrc:
"http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg?_wi=1", imageAlt: "Michael Chen"},
{
id: "4",
name: "Elena Rodriguez",
handle: "Infrastructure Director",
testimonial:
"Outstanding work on the bridge overpass project. RoadPro's engineers and crew demonstrated incredible expertise and problem-solving capabilities throughout.",
imageSrc:
"http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg?_wi=1",
imageAlt: "Elena Rodriguez",
},
id: "4", name: "Elena Rodriguez", handle: "Infrastructure Director", testimonial:
"Outstanding work on the bridge overpass project. RoadPro's engineers and crew demonstrated incredible expertise and problem-solving capabilities throughout.", imageSrc:
"http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg?_wi=1", imageAlt: "Elena Rodriguez"},
{
id: "5",
name: "David Wilson",
handle: "Municipal Director",
testimonial:
"The intersection rebuild was complex, but RoadPro managed it flawlessly. Minimal traffic disruption and perfect execution made all the difference.",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-engineer-posing-factory-near-plasma-cutter_7502-4467.jpg?_wi=1",
imageAlt: "David Wilson",
},
id: "5", name: "David Wilson", handle: "Municipal Director", testimonial:
"The intersection rebuild was complex, but RoadPro managed it flawlessly. Minimal traffic disruption and perfect execution made all the difference.", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-engineer-posing-factory-near-plasma-cutter_7502-4467.jpg?_wi=1", imageAlt: "David Wilson"},
{
id: "6",
name: "Jessica Adams",
handle: "Development Manager",
testimonial:
"Professional, punctual, and precise. RoadPro Construction is the standard we compare other contractors against. Highly recommended for any project.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1",
imageAlt: "Jessica Adams",
},
id: "6", name: "Jessica Adams", handle: "Development Manager", testimonial:
"Professional, punctual, and precise. RoadPro Construction is the standard we compare other contractors against. Highly recommended for any project.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1", imageAlt: "Jessica Adams"},
]}
/>
</div>
@@ -419,45 +285,28 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Get Your Free Project Quote"
ctaDescription="Contact our team today for a professional consultation and competitive quote on your road construction project."
ctaDescription="Speak with a specialist within 24 hours—100% free consultation. Contact our team today for a professional consultation and competitive quote on your road construction project."
ctaButton={{
text: "Call Now: (555) 123-4567",
href: "tel:+15551234567",
}}
text: "Call (555) 123-4567", href: "tel:+15551234567"}}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
faqs={[
{
id: "1",
title: "How quickly can you start our project?",
content:
"We typically begin within 2-4 weeks depending on project complexity and current workload. Emergency projects can be accommodated with shorter timelines.",
},
id: "1", title: "How quickly can you start our project?", content:
"We typically begin within 2-4 weeks depending on project complexity and current workload. Emergency projects can be accommodated with shorter timelines."},
{
id: "2",
title: "Do you offer equipment rental?",
content:
"Yes, we offer specialized road construction equipment rental. Contact us for availability, rates, and specifications on our full fleet.",
},
id: "2", title: "Do you offer equipment rental?", content:
"Yes, we offer specialized road construction equipment rental. Contact us for availability, rates, and specifications on our full fleet."},
{
id: "3",
title: "What geographic areas do you serve?",
content:
"RoadPro Construction serves a 150-mile radius from our headquarters. We handle projects across municipal, state, and private sectors.",
},
id: "3", title: "What geographic areas do you serve?", content:
"RoadPro Construction serves a 150-mile radius from our headquarters. We handle projects across municipal, state, and private sectors."},
{
id: "4",
title: "How do you ensure project safety?",
content:
"Safety is paramount. All our staff are OSHA-certified, we conduct daily safety briefings, and maintain comprehensive insurance and compliance protocols.",
},
id: "4", title: "How do you ensure project safety?", content:
"Safety is paramount. All our staff are OSHA-certified, we conduct daily safety briefings, and maintain comprehensive insurance and compliance protocols."},
{
id: "5",
title: "Can you handle emergency repairs?",
content:
"Absolutely. We offer 24/7 emergency road repair services for critical infrastructure issues. Call our emergency line for immediate assistance.",
},
id: "5", title: "Can you handle emergency repairs?", content:
"Absolutely. We offer 24/7 emergency road repair services for critical infrastructure issues. Call our emergency line for immediate assistance."},
]}
/>
</div>