Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-05 13:12:23 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Your Trusted Automotive Experts"
description="Professional car maintenance and repair services you can depend on. From routine maintenance to complex repairs, PK AUTOCARE delivers quality workmanship and honest service every time."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "20+", label: "Years Experience" },
{ value: "5000+", label: "Happy Customers" },
@@ -217,7 +217,7 @@ export default function LandingPage() {
description="Get in touch with our team today to book an appointment or ask any questions about our services."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Get in Touch"
@@ -259,4 +259,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}