From e4e3b7da8ab2ecab3f42065cfa8e2959eede06f1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:51:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ddf5fb4..004b22e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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"], }, }; -- 2.49.1 From 0b7ad21ab7946df81c61c94d336e28dca3dae576 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:51:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 315 ++++++++++++----------------------------------- 1 file changed, 82 insertions(+), 233 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 596e432..1f5eff4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} /> @@ -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"}, ]} /> @@ -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"}, ]} /> @@ -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"}, ]} /> @@ -419,45 +285,28 @@ export default function HomePage() {
-- 2.49.1