Update src/app/page.tsx

This commit is contained in:
2026-03-16 21:42:30 +00:00
parent e4b7073483
commit 0d84c65573

View File

@@ -77,19 +77,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Full Vehicle Tint", description: "Complete tinting of all windows for maximum privacy and protection from sun and UV rays", buttons: [{ text: "Learn More", href: "#" }],
title: "Full Vehicle Tint", description: "Maximum privacy, UV protection, and heat reduction complete tinting of all windows for comprehensive sun and protection", buttons: [{ text: "Learn More", href: "#" }],
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376984.jpg?_wi=1", imageAlt: "Full vehicle tint installation" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/glass-broken-from-house-by-accident-man-checking-repair_138670-205.jpg?_wi=1", imageAlt: "Two window tint detail" }
},
{
id: 2,
title: "Partial Window Tint", description: "Professional tinting of front windows or windshield strips for style and sun protection", buttons: [{ text: "Learn More", href: "#" }],
title: "Partial Window Tint", description: "Enhanced style and UV protection for front windows and windshield strips professional tinting for selective privacy and comfort", buttons: [{ text: "Learn More", href: "#" }],
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/glass-broken-from-house-by-accident-man-checking-repair_138670-205.jpg?_wi=2", imageAlt: "Two window tint installation" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-frost-blue-car-winter_181624-12184.jpg", imageAlt: "Windshield strip tint" }
},
{
id: 3,
title: "Removal & Retint", description: "Expert removal of old or damaged tint with professional reinstallation of premium new film", buttons: [{ text: "Learn More", href: "#" }],
title: "Removal & Retint", description: "Perfect restoration and upgraded appearance expert removal of old tint with professional reinstallation of premium new film", buttons: [{ text: "Learn More", href: "#" }],
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-auto-mobile-car-showroom_1303-21374.jpg", imageAlt: "Tint removal and replacement" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376984.jpg?_wi=2", imageAlt: "Professional retint installation" }
}