5 Commits

Author SHA1 Message Date
c6908cd01c Update src/app/page.tsx 2026-03-11 08:39:12 +00:00
400312872e Update src/app/page.tsx 2026-03-11 08:38:48 +00:00
0223920fe6 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:37:35 +00:00
973bf1a36a Merge version_1 into main
Merge version_1 into main
2026-03-11 08:37:06 +00:00
261b959523 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:36:20 +00:00

View File

@@ -48,8 +48,8 @@ export default function LandingPage() {
description="Transform your luxury vehicle with our expert detailing, ceramic coating, PPF, and window tinting services. Trusted by Dubai's most discerning car owners."
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "4.6★", label: "Rated by 263 Customers" },
{ value: "10+ Years", label: "Professional Experience" },
{ value: "98%", label: "Customer Satisfaction Rate" },
{ value: "500+", label: "Luxury Car Owners Served" },
{ value: "Al Quoz", label: "Premium Location, Dubai" }
]}
enableKpiAnimation={true}
@@ -61,7 +61,7 @@ export default function LandingPage() {
{ text: "Book a Service", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-polish-salon-car-garage_1157-36596.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-polish-salon-car-garage_1157-36596.jpg?_wi=1"
imageAlt="Premium car detailing service"
mediaAnimation="slide-up"
imagePosition="right"
@@ -77,7 +77,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Ceramic Coating Application", tags: ["Long-Term Protection", "Glossy Finish"],
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-salon-car-garage_1157-36596.jpg", imageAlt: "Ceramic coating service"
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-salon-car-garage_1157-36596.jpg?_wi=2", imageAlt: "Ceramic coating service"
},
{
id: "3", title: "Paint Protection Film (PPF)", tags: ["Self-Healing Tech", "Maximum Protection"],
@@ -256,4 +256,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}