9 Commits

Author SHA1 Message Date
7c6605ebbc Update src/app/page.tsx 2026-03-11 08:23:04 +00:00
2f256def50 Update src/app/page.tsx 2026-03-11 08:22:03 +00:00
47a7279827 Update src/app/page.tsx 2026-03-11 08:21:04 +00:00
a85e00b9d4 Update src/app/page.tsx 2026-03-11 08:20:05 +00:00
da8b374b5f Merge version_2 into main
Merge version_2 into main
2026-03-11 08:16:48 +00:00
6eb8e8138f Update src/app/page.tsx 2026-03-11 08:16:44 +00:00
62c184bb51 Merge version_2 into main
Merge version_2 into main
2026-03-11 08:16:24 +00:00
a6de7239f9 Update src/app/page.tsx 2026-03-11 08:16:20 +00:00
cdb3c9e06a Merge version_1 into main
Merge version_1 into main
2026-03-11 08:13:00 +00:00

View File

@@ -29,7 +29,6 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Detailing Hub"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -39,7 +38,6 @@ export default function LandingPage() {
button={{
text: "Book Appointment", href: "contact"
}}
animateOnLoad={true}
/>
</div>
@@ -57,15 +55,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Ahmed Hassan", handle: "CEO, Elite Motors", testimonial: "Exceptional service. My Mercedes looks showroom-perfect after their PPF treatment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg?_wi=1"
},
{
name: "Fatima Khan", handle: "Business Owner, Luxury Imports", testimonial: "Professional team, premium results. Worth every penny for paint protection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg?_wi=1"
},
{
name: "Imran Malik", handle: "Fleet Manager, Corporate Services", testimonial: "Consistent quality across all our vehicles. Highly reliable and professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg?_wi=1"
}
]}
testimonialRotationInterval={5000}
@@ -178,15 +176,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sheikh Abdullah", role: "Luxury Car Collector", company: "Faisalabad Motors", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg?_wi=2"
},
{
id: "2", name: "Dr. Aisha Raza", role: "Business Executive", company: "Corporate Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg?_wi=2"
},
{
id: "3", name: "Muhammad Hassan", role: "Fleet Operations Manager", company: "Premium Transport Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg?_wi=2"
}
]}
kpiItems={[
@@ -306,7 +304,7 @@ export default function LandingPage() {
description="Book your appointment with Detailing Hub today and experience premium automotive protection and detailing. Our team is ready to discuss your vehicle's specific needs and deliver showroom-quality results."
buttons={[
{
text: "Schedule Appointment", href: "https://wa.me/92300XXXXXXX"
text: "Book Now on WhatsApp", href: "https://wa.me/92300XXXXXXX"
},
{
text: "Contact Us", href: "mailto:info@detailinghub.pk"