8 Commits

Author SHA1 Message Date
54352f19ec Merge version_2 into main
Merge version_2 into main
2026-03-09 14:30:37 +00:00
f70a402808 Update src/app/page.tsx 2026-03-09 14:30:33 +00:00
db97670fe1 Merge version_2 into main
Merge version_2 into main
2026-03-09 14:22:17 +00:00
72e613aae0 Update src/app/page.tsx 2026-03-09 14:22:12 +00:00
edc0e120e2 Merge version_2 into main
Merge version_2 into main
2026-03-09 14:20:52 +00:00
8f5cb4a7be Update src/app/page.tsx 2026-03-09 14:20:48 +00:00
c5a2fca2e0 Merge version_1 into main
Merge version_1 into main
2026-03-09 14:08:18 +00:00
4d2a3d9db5 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:59:12 +00:00

View File

@@ -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>
);
}
}