diff --git a/src/app/page.tsx b/src/app/page.tsx
index 431a4f4..d5f7a85 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,63 +47,38 @@ export default function LandingPage() {
@@ -123,21 +90,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "No Bubbles",
- "No Peeling",
- "No Fading",
- "No Hassle",
- "No Glue Residue",
- ],
+ "No Bubbles", "No Peeling", "No Fading", "No Hassle", "No Glue Residue"],
}}
positiveCard={{
items: [
- "Full Vehicle Tint",
- "Partial Tinting",
- "Premium Heat Film",
- "Fast Turnaround",
- "Ceramic Coating Options",
- ],
+ "Full Vehicle Tint", "Partial Tinting", "Premium Heat Film", "Fast Turnaround", "Ceramic Coating Options"],
}}
title="Precision Services"
description="We offer a range of specialized tinting packages to keep your vehicle cool and stylish."
@@ -150,8 +107,7 @@ export default function LandingPage() {
title="About Tint Club"
buttons={[
{
- text: "Learn More",
- },
+ text: "Learn More"},
]}
/>
@@ -163,20 +119,11 @@ export default function LandingPage() {
tag="Expertise"
metrics={[
{
- id: "m1",
- value: "5.0",
- description: "Star Rating",
- },
+ id: "m1", value: "5.0", description: "Star Rating"},
{
- id: "m2",
- value: "1000+",
- description: "Cars Tinted",
- },
+ id: "m2", value: "1000+", description: "Cars Tinted"},
{
- id: "m3",
- value: "24h",
- description: "Average Finish",
- },
+ id: "m3", value: "24h", description: "Average Finish"},
]}
metricsAnimation="slide-up"
/>
@@ -189,42 +136,18 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Yesenia R.",
- role: "Customer",
- testimonial: "Extremely satisfied with my tint. Best price around town.",
- imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg",
- },
+ id: "1", name: "Yesenia R.", role: "Customer", testimonial: "Extremely satisfied with my tint. Best price around town.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg"},
{
- id: "2",
- name: "Michael S.",
- role: "Client",
- testimonial: "Excellent job. Quick, efficient, and very professional.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193169.jpg",
- },
+ id: "2", name: "Michael S.", role: "Client", testimonial: "Excellent job. Quick, efficient, and very professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193169.jpg"},
{
- id: "3",
- name: "Juan D.",
- role: "Enthusiast",
- testimonial: "Very unique work, great skills, on time.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117116.jpg",
- },
+ id: "3", name: "Juan D.", role: "Enthusiast", testimonial: "Very unique work, great skills, on time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117116.jpg"},
{
- id: "4",
- name: "Sarah P.",
- role: "Owner",
- testimonial: "Best tint shop I've been to in years. Fantastic experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-car_23-2150171223.jpg",
- },
+ id: "4", name: "Sarah P.", role: "Owner", testimonial: "Best tint shop I've been to in years. Fantastic experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-car_23-2150171223.jpg"},
{
- id: "5",
- name: "David L.",
- role: "Driver",
- testimonial: "Fast service and incredible attention to detail.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-just-bought-her-new-car_1303-29677.jpg",
- },
+ id: "5", name: "David L.", role: "Driver", testimonial: "Fast service and incredible attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-just-bought-her-new-car_1303-29677.jpg"},
]}
title="What Clients Say"
+ description="Our clients love the premium service we provide."
/>
@@ -233,12 +156,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "FormulaOne",
- "3M Automotive",
- "SunTek",
- "XPEL",
- "Johnson Window Film",
- ]}
+ "FormulaOne", "3M Automotive", "SunTek", "XPEL", "Johnson Window Film"]}
title="Trusted Partnerships"
description="We work with top-tier automotive film manufacturers."
/>
@@ -250,20 +168,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "How long does tinting take?",
- content: "3-5 hours.",
- },
+ id: "f1", title: "How long does tinting take?", content: "3-5 hours."},
{
- id: "f2",
- title: "Do you offer warranties?",
- content: "Yes, lifetime.",
- },
+ id: "f2", title: "Do you offer warranties?", content: "Yes, lifetime."},
{
- id: "f3",
- title: "Is the tint legal?",
- content: "Yes, state-compliant.",
- },
+ id: "f3", title: "Is the tint legal?", content: "Yes, state-compliant."},
]}
title="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -275,16 +184,13 @@ export default function LandingPage() {
@@ -293,33 +199,21 @@ export default function LandingPage() {