From e30c1ed4f0f217719c976bf7356b887ca0044066 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:09:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2fbd28..75fb00f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,20 +80,20 @@ export default function LandingPage() { tag="Services" features={[ { - id: "window-tinting", label: "Window Tinting", title: "Professional Window Tint Solutions", items: [ - "UV protection and heat reduction", "Privacy and security enhancement", "Premium film varieties available", "Lifetime warranty on workmanship" + id: "window-tinting-rear", label: "Rear Windows", title: "Professional Rear Window Tinting", items: [ + "£100 per vehicle", "UV protection and heat reduction", "Premium film varieties available", "Lifetime warranty on workmanship" ], - buttons: [{ text: "Learn More", href: "contact" }] + buttons: [{ text: "Get Quote", href: "contact" }] + }, + { + id: "window-tinting-front", label: "Front Windows", title: "Professional Front Window Tinting", items: [ + "£50 per vehicle", "Enhanced privacy and security", "Premium film varieties available", "Lifetime warranty on workmanship" + ], + buttons: [{ text: "Get Quote", href: "contact" }] }, { id: "ambient-lighting", label: "Ambient Lighting", title: "Custom Interior Lighting Systems", items: [ - "LED accent lighting installation", "Multiple color options available", "Professional wiring and integration", "App-controlled lighting systems" - ], - buttons: [{ text: "Learn More", href: "contact" }] - }, - { - id: "combined-package", label: "Complete Package", title: "Full Vehicle Transformation", items: [ - "Window tinting plus ambient lighting", "Professional design consultation", "Perfect coordination and styling", "Premium installation quality" + "£180 - all doors, dash, and footwells", "2 year warranty included", "Multiple color options available", "Professional wiring and integration" ], buttons: [{ text: "Get Quote", href: "contact" }] } @@ -153,9 +153,9 @@ export default function LandingPage() { columns={[ { title: "Services", items: [ - { label: "Window Tinting", href: "#features" }, + { label: "Rear Windows", href: "#features" }, + { label: "Front Windows", href: "#features" }, { label: "Ambient Lighting", href: "#features" }, - { label: "Packages", href: "#features" }, { label: "Installation", href: "#about" } ] }, -- 2.49.1