Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4cba2e327 | |||
| 228415b81d | |||
| c2dc704ed5 | |||
| ba9c4fabe9 | |||
| c172f73e3f | |||
| a80c36cc53 | |||
| 1943f5c8ed | |||
| 18effaa01f | |||
| 061dbeb260 | |||
| 38522694fd | |||
| e1929cf4b0 | |||
| e30c1ed4f0 | |||
| abe1bf073f |
@@ -48,10 +48,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showroom-looking-buy-vehicle-assessing-condition-cars_482257-124070.jpg", imageAlt: "Professional car window tinting"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqAEFXw517d75uaoQmUVIPeeVW/uploaded-1773311397173-lmx85by7.jpg", imageAlt: "Professional car window tinting"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-car-night-view-from-car_169016-29456.jpg", imageAlt: "car interior ambient lighting LED blue"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqAEFXw517d75uaoQmUVIPeeVW/uploaded-1773311409916-l2mseq6h.jpg", imageAlt: "car interior ambient lighting LED blue"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -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" }]
|
||||
}
|
||||
@@ -106,24 +106,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from satisfied car owners who transformed their vehicles with our services"
|
||||
title="Recent Completed Jobs"
|
||||
description=""
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Chen", role: "BMW Owner", company: "Local Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "satisfied male customer car owner portrait"
|
||||
id: "1", name: "Michael Chen", role: "BMW Owner", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqAEFXw517d75uaoQmUVIPeeVW/uploaded-1773310815706-rextv0uk.jpg", imageAlt: "satisfied male customer car owner portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson", role: "Mercedes Owner", company: "Luxury Car Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-lady-listening-music-looking-aside_171337-14093.jpg", imageAlt: "satisfied female customer smiling portrait"
|
||||
id: "2", name: "Sarah Johnson", role: "", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqAEFXw517d75uaoQmUVIPeeVW/uploaded-1773310891196-rsl750np.jpg", imageAlt: "satisfied female customer smiling portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Martinez", role: "Tesla Owner", company: "Tech Executive", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", imageAlt: "male customer satisfied smiling portrait"
|
||||
id: "3", name: "David Martinez", role: "", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqAEFXw517d75uaoQmUVIPeeVW/uploaded-1773310921009-a29fma2q.jpg", imageAlt: "male customer satisfied smiling portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Rodriguez", role: "Audi Owner", company: "Executive", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg", imageAlt: "satisfied customer portrait woman smiling"
|
||||
id: "4", name: "Emily Rodriguez", role: "", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqAEFXw517d75uaoQmUVIPeeVW/uploaded-1773310966154-rd1stuvm.jpg", imageAlt: "satisfied customer portrait woman smiling"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user