Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-03-04 14:18:36 +00:00

View File

@@ -73,27 +73,11 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
id: "mobile-welding", label: "Mobile Welding", title: "On-Site Welding Services", items: ["Fast response time", "Equipment delivered to you", "Minimal downtime", "Residential and commercial"],
id: "welding", label: "Welding", title: "Professional Welding Services", items: ["Mobile welding", "On-site equipment", "Fast response", "Residential and commercial"],
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
},
{
id: "metal-fabrication", label: "Metal Fabrication", title: "Custom Metalwork Solutions", items: ["Custom designs", "Quality materials", "Expert craftsmanship", "Structural and decorative"],
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
},
{
id: "trailer-repair", label: "Trailer Repair", title: "Reliable Trailer Welding", items: ["Frame repairs", "Hitch work", "Structural integrity", "Safety certified"],
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
},
{
id: "equipment-repair", label: "Equipment Repair", title: "Heavy Equipment Welding", items: ["Farm equipment", "Industrial machinery", "Quick turnaround", "Professional quality"],
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
},
{
id: "structural-welding", label: "Structural Welding", title: "Building & Construction", items: ["Steel structures", "Building codes compliant", "Certified welds", "Commercial projects"],
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
},
{
id: "custom-work", label: "Custom Work", title: "Specialized Metal Projects", items: ["Artistic designs", "Unique fabrication", "Problem solving", "Full project management"],
id: "fabrication", label: "Fabrication", title: "Custom Metal Fabrication", items: ["Custom designs", "Quality materials", "Expert craftsmanship", "Structural and decorative"],
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
}
]}
@@ -213,10 +197,8 @@ export default function LandingPage() {
},
{
title: "Services", items: [
{ label: "Mobile Welding", href: "#services" },
{ label: "Metal Fabrication", href: "#services" },
{ label: "Trailer Repair", href: "#services" },
{ label: "Equipment Repair", href: "#services" }
{ label: "Welding", href: "#services" },
{ label: "Fabrication", href: "#services" }
]
},
{