Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c6605ebbc | |||
| 2f256def50 | |||
| 47a7279827 | |||
| a85e00b9d4 | |||
| da8b374b5f | |||
| 6eb8e8138f | |||
| 62c184bb51 | |||
| a6de7239f9 | |||
| cdb3c9e06a |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user