Update src/app/services/page.tsx
This commit is contained in:
@@ -45,38 +45,23 @@ export default function ServicesPage() {
|
||||
tagIcon={Wrench}
|
||||
features={[
|
||||
{
|
||||
id: "tyres",
|
||||
label: "Tyres",
|
||||
title: "New & Secondhand Tyre Sales",
|
||||
items: ["All major brands and sizes", "Quality secondhand inventory", "Professional fitting service", "Competitive wholesale pricing"],
|
||||
id: "tyres", label: "Tyres", title: "New & Secondhand Tyre Sales", items: ["All major brands and sizes", "Quality secondhand inventory", "Professional fitting service", "Competitive wholesale pricing"],
|
||||
buttons: [{ text: "Get Quote", href: "tel:0787499491" }],
|
||||
},
|
||||
{
|
||||
id: "alignment",
|
||||
label: "Alignment",
|
||||
title: "Computerized Wheel Alignment",
|
||||
items: ["Latest alignment technology", "Fix uneven wear patterns", "Improve handling and safety", "Fast turnaround service"],
|
||||
id: "alignment", label: "Alignment", title: "Computerized Wheel Alignment", items: ["Latest alignment technology", "Fix uneven wear patterns", "Improve handling and safety", "Fast turnaround service"],
|
||||
buttons: [{ text: "Book Now", href: "tel:0787499491" }],
|
||||
},
|
||||
{
|
||||
id: "suspension",
|
||||
label: "Suspension",
|
||||
title: "Suspension & Shock Services",
|
||||
items: ["Complete system diagnostics", "Shock absorber replacement", "Spring and strut repairs", "Ride quality optimization"],
|
||||
id: "suspension", label: "Suspension", title: "Suspension & Shock Services", items: ["Complete system diagnostics", "Shock absorber replacement", "Spring and strut repairs", "Ride quality optimization"],
|
||||
buttons: [{ text: "Schedule Service", href: "/contact" }],
|
||||
},
|
||||
{
|
||||
id: "mag",
|
||||
label: "Mag Repair",
|
||||
title: "Professional Mag & Rim Repair",
|
||||
items: ["Cracked rim welding", "Bent rim straightening", "Surface refinishing", "Safety certified repairs"],
|
||||
id: "mag", label: "Mag Repair", title: "Professional Mag & Rim Repair", items: ["Cracked rim welding", "Bent rim straightening", "Surface refinishing", "Safety certified repairs"],
|
||||
buttons: [{ text: "Request Quote", href: "tel:0787499491" }],
|
||||
},
|
||||
{
|
||||
id: "welding",
|
||||
label: "Welding",
|
||||
title: "Aluminium Welding Expertise",
|
||||
items: ["Professional alloy welding", "Structural integrity testing", "Custom metalwork", "Expert craftsmanship"],
|
||||
id: "welding", label: "Welding", title: "Aluminium Welding Expertise", items: ["Professional alloy welding", "Structural integrity testing", "Custom metalwork", "Expert craftsmanship"],
|
||||
buttons: [{ text: "Contact Us", href: "tel:0787499491" }],
|
||||
},
|
||||
]}
|
||||
@@ -113,34 +98,23 @@ export default function ServicesPage() {
|
||||
tagIcon={DollarSign}
|
||||
plans={[
|
||||
{
|
||||
id: "alignment",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Zap,
|
||||
price: "R250",
|
||||
name: "Wheel Alignment",
|
||||
buttons: [
|
||||
id: "alignment", badge: "Best Value", badgeIcon: Zap,
|
||||
price: "R250", name: "Wheel Alignment", buttons: [
|
||||
{ text: "Book Now", href: "tel:0787499491" },
|
||||
{ text: "Learn More", href: "/services" },
|
||||
],
|
||||
features: ["Computerized alignment", "Four-wheel service", "Diagnostic report", "Same-day available"],
|
||||
},
|
||||
{
|
||||
id: "suspension",
|
||||
price: "From R500",
|
||||
name: "Suspension Service",
|
||||
buttons: [
|
||||
id: "suspension", price: "From R500", name: "Suspension Service", buttons: [
|
||||
{ text: "Get Quote", href: "tel:0787499491" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
],
|
||||
features: ["Free diagnostics", "Quality parts", "Professional installation", "Warranty included"],
|
||||
},
|
||||
{
|
||||
id: "comprehensive",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Zap,
|
||||
price: "Custom",
|
||||
name: "Comprehensive Package",
|
||||
buttons: [
|
||||
id: "comprehensive", badge: "Most Popular", badgeIcon: Zap,
|
||||
price: "Custom", name: "Comprehensive Package", buttons: [
|
||||
{ text: "Call for Details", href: "tel:0787499491" },
|
||||
{ text: "Chat Now", href: "/contact" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user