From 9515ac3adb3ff631cb23d870e9c1cca75caa1328 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:42:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a27861..fc71108 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Learn More", href: "benefits" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=1" imageAlt="Professional window tinting installation" mediaAnimation="slide-up" imagePosition="right" @@ -85,18 +85,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Residential Privacy Tint", description: "Professional-grade window tint for homes that enhances privacy while maintaining light transmission. Reduces glare and protects interior furnishings from UV damage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32343.jpg" } + title: "Residential Privacy Tint", description: "Professional-grade window tint for homes that enhances privacy while maintaining light transmission. Reduces glare and protects interior furnishings from UV damage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32343.jpg?_wi=1" } }, { id: 2, - title: "Heat Rejection Technology", description: "Advanced ceramic tint films that reject up to 60% of solar heat. Keep your vehicle cool, reduce air conditioning load, and improve fuel efficiency.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32343.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg" } + title: "Heat Rejection Technology", description: "Advanced ceramic tint films that reject up to 60% of solar heat. Keep your vehicle cool, reduce air conditioning load, and improve fuel efficiency.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32343.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=2" } }, { id: 3, - title: "UV Protection", description: "Block 99% of harmful UV rays with our premium protective tints. Safeguard your vehicle's interior from fading and maintain the resale value of your car.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32343.jpg" } + title: "UV Protection", description: "Block 99% of harmful UV rays with our premium protective tints. Safeguard your vehicle's interior from fading and maintain the resale value of your car.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32343.jpg?_wi=3" } } ]} showStepNumbers={true} @@ -115,16 +115,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Carbon Tint", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg", imageAlt: "Carbon window tint film" + id: "1", name: "Carbon Tint", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=2", imageAlt: "Carbon window tint film" }, { - id: "2", name: "Ceramic Tint", price: "Starting at $249", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg", imageAlt: "Ceramic heat rejection tint" + id: "2", name: "Ceramic Tint", price: "Starting at $249", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=4", imageAlt: "Ceramic heat rejection tint" }, { - id: "3", name: "Metallic Tint", price: "Starting at $179", imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32343.jpg", imageAlt: "Metallic premium tint option" + id: "3", name: "Metallic Tint", price: "Starting at $179", imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32343.jpg?_wi=4", imageAlt: "Metallic premium tint option" }, { - id: "4", name: "Premium Ceramic Pro", price: "Starting at $349", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg", imageAlt: "Premium ceramic professional tint" + id: "4", name: "Premium Ceramic Pro", price: "Starting at $349", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=3", imageAlt: "Premium ceramic professional tint" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1