Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-14 07:04:50 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Sparkles, CheckCircle, ShieldCheck, Mail, Info } from "lucide-react";
import { Sparkles, CheckCircle, ShieldCheck } from "lucide-react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
@@ -70,6 +70,7 @@ export default function LandingPage() {
description="Unrivaled expertise for your luxury investment."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: CheckCircle, title: "Satisfaction", value: "100%" },
{ id: "m2", icon: ShieldCheck, title: "Coating Quality", value: "Elite" },
@@ -84,6 +85,7 @@ export default function LandingPage() {
description="Excellence in every detail, from paint protection to full interior restoration."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Ceramic Coating", descriptions: ["Flagship protection for years of shine.", "Hydrophobic layer for easier maintenance."], imageSrc: "http://img.b2bpic.net/free-photo/bubbling-blue-water_23-2147798200.jpg" },
{ id: "f2", title: "Paint Correction", descriptions: ["Remove swirl marks and light scratches.", "Restore true color intensity and clarity."], imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30600.jpg" },
@@ -96,6 +98,7 @@ export default function LandingPage() {
<TextAbout
title="The Detail-Obsessed Difference"
tag="Our Philosophy"
useInvertedBackground={false}
buttons={[{ text: "Get In Touch", onClick: handleBookNow }]}
/>
</div>
@@ -105,6 +108,7 @@ export default function LandingPage() {
cardTitle="Client Success Stories"
cardTag="Testimonials"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-phone-car-showroom_1303-21397.jpg" },
{ id: "t2", name: "James Smith", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-close-up-hard-light_1321-496.jpg" }
@@ -118,6 +122,7 @@ export default function LandingPage() {
title="Secure Your Spot"
description="Limited openings available for our premium detailing services. Secure your spot today to experience the House Of Shine difference."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12604.jpg"
/>
</div>