Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-12 00:15:58 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -10,7 +10,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Zap, Star, Sofa, Gauge, Wind, Shield, Sun, Droplets, Lock, Wheel, CheckCircle, MapPin, HelpCircle, Phone } from "lucide-react";
import { Zap, Star, Sofa, Gauge, Wind, Shield, Sun, Droplets, Lock, Circle, CheckCircle, MapPin, HelpCircle, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -62,6 +62,7 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg"
imageAlt="Professional mobile car detailing"
imagePosition="right"
mediaAnimation="fade-in"
/>
</div>
@@ -91,7 +92,7 @@ export default function LandingPage() {
]
},
{
title: "Wheel & Tire Care", description: "Complete wheel detailing, tire shine, and brake dust removal for that showroom look", bentoComponent: "marquee", centerIcon: Wheel,
title: "Wheel & Tire Care", description: "Complete wheel detailing, tire shine, and brake dust removal for that showroom look", bentoComponent: "marquee", centerIcon: Circle,
variant: "text", texts: ["Premium Tire Shine", "Brake Dust Removal", "Wheel Deep Clean", "Protection Applied"]
}
]}
@@ -115,6 +116,8 @@ export default function LandingPage() {
{ src: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Satisfied client" }
]}
useInvertedBackground={false}
ratingAnimation="fade-in"
avatarsAnimation="slide-in"
/>
</div>
@@ -179,6 +182,7 @@ export default function LandingPage() {
textboxLayout="default"
animationType="smooth"
useInvertedBackground={false}
faqsAnimation="fade-in"
/>
</div>