Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f70a402808 | |||
| 72e613aae0 | |||
| 8f5cb4a7be | |||
| c5a2fca2e0 | |||
| 4d2a3d9db5 |
@@ -10,6 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import { Sparkles, Zap, CheckCircle, Users, Wrench, MapPin, Award, Star, Send } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -42,38 +43,33 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
<HeroBillboardGallery
|
||||
title="Riyadh's Most Trusted Car Wash"
|
||||
description="4.8★ Rated by 17,000+ Customers in Dhahrat Laban. Professional cleaning, fast service, and premium equipment—experience the difference today."
|
||||
tag="Best Car Wash in Riyadh"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg"
|
||||
imageAlt="Professional car wash service"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:+966XXXXXXXXX" },
|
||||
{ text: "Get Service", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
mediaItems={[
|
||||
{
|
||||
name: "Ahmed Al-Rasheed", handle: "Customer", testimonial: "Excellent service and very professional staff. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/car-wash-template-design_23-2150935657.jpg?_wi=1"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai9SNNHZWpadAp1sZgkRJ8FUCC/uploaded-1773066316283-ucqarq0p.png", imageAlt: "Professional car wash service"
|
||||
},
|
||||
{
|
||||
name: "Fatima Al-Dosari", handle: "Customer", testimonial: "My car looks brand new! Best car wash in Dhahrat Laban.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg?_wi=1"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai9SNNHZWpadAp1sZgkRJ8FUCC/uploaded-1773066316284-vtrcrw71.png", imageAlt: "Car wash facility exterior"
|
||||
},
|
||||
{
|
||||
name: "Mohammed Al-Qahtani", handle: "Customer", testimonial: "Fast service with perfect results. I'm a regular now!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-high-pressure-hose-washes-car-car-wash_1153-9396.jpg?_wi=1"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai9SNNHZWpadAp1sZgkRJ8FUCC/uploaded-1773066316283-qv5um6ev.png", imageAlt: "Professional car washing"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai9SNNHZWpadAp1sZgkRJ8FUCC/uploaded-1773065290336-6hsfsdth.png", imageAlt: "Car wash in progress"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -318,4 +314,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user