Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-12 10:10:07 +00:00

View File

@@ -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" }
]
},