Update src/app/page.tsx
This commit is contained in:
@@ -78,20 +78,20 @@ export default function LandingPage() {
|
||||
{
|
||||
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: "#" }],
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376984.jpg", 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", imageAlt: "Two window tint detail" }
|
||||
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: "#" }],
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/glass-broken-from-house-by-accident-man-checking-repair_138670-205.jpg", imageAlt: "Two window tint installation" },
|
||||
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: "#" }],
|
||||
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", imageAlt: "Professional retint installation" }
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376984.jpg?_wi=2", imageAlt: "Professional retint installation" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
|
||||
Reference in New Issue
Block a user