Update src/app/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="⭐ 4.9 Rating from 100+ Customers"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z&_wi=1"
|
||||
imageAlt="Sunny Locksmith van providing emergency locksmith service"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -107,10 +107,10 @@ export default function LandingPage() {
|
||||
title: "Car Lockout", description: "Locked your keys in the car? We unlock vehicles in minutes without damage.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3kpfyd", imageAlt: "Professional car unlock service"
|
||||
},
|
||||
{
|
||||
title: "Key Replacement", description: "Lost your key? We cut and program replacement keys on-site in minutes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=snqq17", imageAlt: "Key replacement and programming service"
|
||||
title: "Key Replacement", description: "Lost your key? We cut and program replacement keys on-site in minutes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=snqq17&_wi=1", imageAlt: "Key replacement and programming service"
|
||||
},
|
||||
{
|
||||
title: "Key Fob Programming", description: "We program push-to-start and smart keys for most vehicle makes and models.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=snqq17", imageAlt: "Key fob programming service"
|
||||
title: "Key Fob Programming", description: "We program push-to-start and smart keys for most vehicle makes and models.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=snqq17&_wi=2", imageAlt: "Key fob programming service"
|
||||
},
|
||||
{
|
||||
title: "Ignition Repair", description: "Ignition stuck or damaged? We repair and replace ignitions quickly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uv6syd", imageAlt: "Ignition repair and replacement"
|
||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
title: "Home Lock Changes", description: "Change locks, rekey locks, and upgrade your home security easily.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fft5lc", imageAlt: "Home lock change and security upgrade"
|
||||
},
|
||||
{
|
||||
title: "Emergency Service", description: "Locked out late at night? We provide fast emergency service 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z", imageAlt: "24/7 emergency locksmith service"
|
||||
title: "Emergency Service", description: "Locked out late at night? We provide fast emergency service 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z&_wi=2", imageAlt: "24/7 emergency locksmith service"
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
@@ -218,13 +218,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "1. Call Us", description: "Tap the phone button and tell us what happened. We listen and respond immediately.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z", imageAlt: "Step 1: Call us"
|
||||
title: "1. Call Us", description: "Tap the phone button and tell us what happened. We listen and respond immediately.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z&_wi=3", imageAlt: "Step 1: Call us"
|
||||
},
|
||||
{
|
||||
title: "2. We Drive To You", description: "Our mobile locksmith arrives quickly to your location with all tools needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z", imageAlt: "Step 2: Mobile arrival"
|
||||
title: "2. We Drive To You", description: "Our mobile locksmith arrives quickly to your location with all tools needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z&_wi=4", imageAlt: "Step 2: Mobile arrival"
|
||||
},
|
||||
{
|
||||
title: "3. Problem Solved", description: "Your car, home, or key is fixed fast. Honest pricing, no surprise charges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z", imageAlt: "Step 3: Problem solved"
|
||||
title: "3. Problem Solved", description: "Your car, home, or key is fixed fast. Honest pricing, no surprise charges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cshs9z&_wi=5", imageAlt: "Step 3: Problem solved"
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16 px-4"
|
||||
|
||||
Reference in New Issue
Block a user