Merge version_1 into main #1
@@ -8,7 +8,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Award, Calendar, CheckCircle, Droplets, Shield, Sparkles, Star, Sun, Wheel, Wind, Instagram, Facebook, Linkedin, Zap } from 'lucide-react';
|
||||
import { Award, Calendar, CheckCircle, Droplets, Shield, Sparkles, Star, Sun, Wind, Instagram, Facebook, Linkedin, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
},
|
||||
items: [
|
||||
{ icon: Droplets, text: "Hand wash" },
|
||||
{ icon: Wheel, text: "Wheel clean" },
|
||||
{ icon: Droplets, text: "Wheel clean" },
|
||||
{ icon: Sparkles, text: "Window polish" }
|
||||
],
|
||||
reverse: false
|
||||
@@ -125,6 +125,9 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule Now", href: "#booking" }
|
||||
]}
|
||||
@@ -132,8 +135,6 @@ export default function LandingPage() {
|
||||
ariaLabel="Services section"
|
||||
containerClassName="max-w-7xl"
|
||||
textBoxClassName="text-center mb-12"
|
||||
titleClassName="text-5xl md:text-6xl font-bold mb-4"
|
||||
descriptionClassName="text-xl text-muted max-w-2xl mx-auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,8 +179,6 @@ export default function LandingPage() {
|
||||
ariaLabel="Client testimonials section"
|
||||
containerClassName="max-w-6xl"
|
||||
textBoxClassName="text-center mb-12"
|
||||
titleClassName="text-5xl md:text-6xl font-bold mb-4"
|
||||
descriptionClassName="text-xl text-muted"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -203,8 +202,6 @@ export default function LandingPage() {
|
||||
ariaLabel="Social proof section with partner brands"
|
||||
containerClassName="max-w-6xl"
|
||||
textBoxClassName="text-center mb-12"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-muted"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user