Update src/app/page.tsx

This commit is contained in:
2026-03-02 21:30:34 +00:00
parent d8d3691d6a
commit 574164d86e

View File

@@ -64,38 +64,23 @@ export default function HomePage() {
tagIcon={Wrench}
features={[
{
id: "tyres",
label: "Tyres",
title: "New & Secondhand Tyre Sales",
items: ["All major sizes available", "Quality secondhand options", "Professional fitting service", "Competitive pricing"],
id: "tyres", label: "Tyres", title: "New & Secondhand Tyre Sales", items: ["All major sizes available", "Quality secondhand options", "Professional fitting service", "Competitive pricing"],
buttons: [{ text: "Get Prices", href: "tel:0787499491" }],
},
{
id: "alignment",
label: "Alignment",
title: "Wheel Alignment Service",
items: ["Computerized alignment", "Fix uneven tyre wear", "Improve vehicle handling", "Only R250 per wheel alignment"],
id: "alignment", label: "Alignment", title: "Wheel Alignment Service", items: ["Computerized alignment", "Fix uneven tyre wear", "Improve vehicle handling", "Only R250 per wheel alignment"],
buttons: [{ text: "Book Service", href: "tel:0787499491" }],
},
{
id: "suspension",
label: "Suspension",
title: "Suspension Checks & Repairs",
items: ["Shock absorber inspections", "Suspension diagnostics", "Professional repairs", "Same-day service available"],
id: "suspension", label: "Suspension", title: "Suspension Checks & Repairs", items: ["Shock absorber inspections", "Suspension diagnostics", "Professional repairs", "Same-day service available"],
buttons: [{ text: "Get Quote", href: "/contact" }],
},
{
id: "mag",
label: "Mag Repair",
title: "Professional Mag Repair",
items: ["Cracked rim repair", "Bent rim straightening", "Structural repairs", "Welded and tested for safety"],
id: "mag", label: "Mag Repair", title: "Professional Mag Repair", items: ["Cracked rim repair", "Bent rim straightening", "Structural repairs", "Welded and tested for safety"],
buttons: [{ text: "Call Now", href: "tel:0787499491" }],
},
{
id: "welding",
label: "Welding",
title: "Aluminium Welding Service",
items: ["Professional alloy welding", "Structural integrity certified", "Expert workmanship", "Affordable rates"],
id: "welding", label: "Welding", title: "Aluminium Welding Service", items: ["Professional alloy welding", "Structural integrity certified", "Expert workmanship", "Affordable rates"],
buttons: [{ text: "Inquire", href: "tel:0787499491" }],
},
]}
@@ -132,32 +117,22 @@ export default function HomePage() {
tagIcon={DollarSign}
plans={[
{
id: "alignment",
badge: "Popular Service",
badgeIcon: Zap,
price: "R250",
name: "Wheel Alignment",
buttons: [
id: "alignment", badge: "Popular Service", badgeIcon: Zap,
price: "R250", name: "Wheel Alignment", buttons: [
{ text: "Book Now", href: "tel:0787499491" },
{ text: "Learn More", href: "/services" },
],
features: ["Computerized alignment", "One wheel", "Professional service", "Same-day available"],
},
{
id: "tyres",
price: "Varies",
name: "Tyre Sales & Fitting",
buttons: [
id: "tyres", price: "Varies", name: "Tyre Sales & Fitting", buttons: [
{ text: "Get Quote", href: "tel:0787499491" },
{ text: "Contact Us", href: "/contact" },
],
features: ["New tyres available", "Quality secondhand options", "Professional fitting", "Competitive pricing"],
},
{
id: "mag",
price: "Custom",
name: "Mag & Rim Repair",
buttons: [
id: "mag", price: "Custom", name: "Mag & Rim Repair", buttons: [
{ text: "Call for Quote", href: "tel:0787499491" },
{ text: "Send Photos", href: "/contact" },
],
@@ -181,8 +156,8 @@ export default function HomePage() {
{ src: "http://img.b2bpic.net/free-photo/handsome-male-taxi-driver-costume_23-2149204562.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Customer" },
]}
ratingAnimation="entrance-slide"
avatarsAnimation="entrance-slide"
ratingAnimation="opacity"
avatarsAnimation="opacity"
useInvertedBackground={true}
/>
</div>
@@ -195,7 +170,7 @@ export default function HomePage() {
description="Call us now for immediate assistance or send us a message and we'll get back to you within 24 hours. We're ready to help with all your tyre and wheel needs."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/dark-storage-full-big-variety-new-tyres-busy-warehouse_613910-17114.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/dark-storage-full-big-variety-new-tyres-busy-warehouse_613910-17114.jpg"
imageAlt="Professional tyre workshop"
mediaAnimation="slide-up"
mediaPosition="right"