From 9b7d8d89932784e6d4756f412b2144eceac07d26 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 00:00:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6103bf0..5e6a6da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function LandingPage() { description="We combine advanced chemical processes with precise mechanical polishing to remove oxidation and yellowing. Our durable clear-coat protection ensures your headlights stay bright and safe for years." tag="Our Process" useInvertedBackground={true} + textboxLayout="split" bulletPoints={[ { title: "Deep Oxidation Removal", description: "Advanced sanding techniques reach even the worst degradation.", icon: ShieldCheck }, { title: "UV Protection", description: "High-grade ceramic coating prevents future yellowing.", icon: Zap }, @@ -76,6 +77,7 @@ export default function LandingPage() { title="Why Choose ClearView?" description="Expert care for your vehicle's most important visibility component." textboxLayout="split" + useInvertedBackground={false} features={[ { tag: "Performance", title: "Nighttime Visibility", subtitle: "Drive with confidence", description: "See further and react faster with fully transparent lenses.", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-5517.jpg" }, { tag: "Economics", title: "Cost Savings", subtitle: "Avoid expensive replacements", description: "Restoring is a fraction of the cost of buying new assembly units.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489876.jpg" } @@ -88,6 +90,7 @@ export default function LandingPage() { title="Loved by Drivers Everywhere" description="Real results from satisfied customers across the country." textboxLayout="split" + useInvertedBackground={true} showRating={true} animationType="depth-3d" testimonials={[ @@ -102,6 +105,7 @@ export default function LandingPage() {