diff --git a/src/app/page.tsx b/src/app/page.tsx
index 56f6ab1..31e9144 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,70 +32,36 @@ export default function LandingPage() {
@@ -104,15 +70,8 @@ export default function LandingPage() {
@@ -124,34 +83,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1",
- label: "Durability",
- title: "Weather-Resistant Formula",
- items: [
- "UV protection",
- "Scratch resistance",
- "Corrosion prevention",
- ],
+ id: "f1", label: "Durability", title: "Weather-Resistant Formula", items: ["UV protection", "Scratch resistance", "Corrosion prevention"],
},
{
- id: "f2",
- label: "Finish",
- title: "Ultra-High Gloss",
- items: [
- "Mirror-like reflection",
- "Deep color depth",
- "Smooth application",
- ],
+ id: "f2", label: "Finish", title: "Ultra-High Gloss", items: ["Mirror-like reflection", "Deep color depth", "Smooth application"],
},
{
- id: "f3",
- label: "Technology",
- title: "Smart Coating Tech",
- items: [
- "Rapid dry formula",
- "Self-leveling polymers",
- "Eco-friendly chemistry",
- ],
+ id: "f3", label: "Technology", title: "Smart Coating Tech", items: ["Rapid dry formula", "Self-leveling polymers", "Eco-friendly chemistry"],
},
]}
title="Why CarglossPaint?"
@@ -166,60 +104,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Cargloss",
- name: "Metallic Blue Series",
- price: "$45.00",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108866.jpg",
- },
- {
- id: "p2",
- brand: "Cargloss",
- name: "Clear Coat Pro",
- price: "$38.00",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg",
- },
- {
- id: "p3",
- brand: "Cargloss",
- name: "Color Test Sample",
- price: "$15.00",
- rating: 4,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1310.jpg",
- },
- {
- id: "p4",
- brand: "Cargloss",
- name: "Surface Sealant",
- price: "$29.00",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/mayonnaise-can-red-background_58702-2145.jpg",
- },
- {
- id: "p5",
- brand: "Cargloss",
- name: "High-Bond Filler",
- price: "$22.00",
- rating: 4,
- reviewCount: "65",
- imageSrc: "http://img.b2bpic.net/free-photo/male-painter-hazmat-suit-inside-car-shop_23-2149750039.jpg",
- },
- {
- id: "p6",
- brand: "Cargloss",
- name: "Detailing Gloss Spray",
- price: "$19.00",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/macro-photo-aerosol-paint_58702-2367.jpg",
- },
+ { id: "p1", brand: "Cargloss", name: "Metallic Blue Series", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108866.jpg" },
+ { id: "p2", brand: "Cargloss", name: "Clear Coat Pro", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg" },
+ { id: "p3", brand: "Cargloss", name: "Color Test Sample", price: "$15.00", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1310.jpg" },
+ { id: "p4", brand: "Cargloss", name: "Surface Sealant", price: "$29.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/mayonnaise-can-red-background_58702-2145.jpg" },
+ { id: "p5", brand: "Cargloss", name: "High-Bond Filler", price: "$22.00", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/male-painter-hazmat-suit-inside-car-shop_23-2149750039.jpg" },
+ { id: "p6", brand: "Cargloss", name: "Detailing Gloss Spray", price: "$19.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/macro-photo-aerosol-paint_58702-2367.jpg" },
]}
title="Professional Series Products"
description="High-performance solutions for auto repair and restoration."
@@ -233,21 +123,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "15+",
- description: "Years of industry experience",
- },
- {
- id: "m2",
- value: "500K+",
- description: "Vehicles coated worldwide",
- },
- {
- id: "m3",
- value: "99.9%",
- description: "Customer satisfaction rate",
- },
+ { id: "m1", value: "15+", description: "Years of industry experience" },
+ { id: "m2", value: "500K+", description: "Vehicles coated worldwide" },
+ { id: "m3", value: "99.9%", description: "Customer satisfaction rate" },
]}
title="Proven Performance"
description="Years of expertise in every drop."
@@ -258,31 +136,11 @@ export default function LandingPage() {