Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-15 20:54:33 +00:00

View File

@@ -52,12 +52,12 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
background="aurora"
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-labels-collection_23-2149979890.jpg", imageAlt: "Professional locksmith at work" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/key-door-lock-still-life_23-2151015244.jpg", imageAlt: "Residential lock installation" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908089.jpg", imageAlt: "Commercial security solutions" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746291.jpg", imageAlt: "Garage door service" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/unlocking-car-door-with-key_53876-25010.jpg", imageAlt: "Emergency car locksmith" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-labels-collection_23-2149979890.jpg", imageAlt: "Fast emergency service" }
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-labels-collection_23-2149979890.jpg?_wi=1", imageAlt: "Professional locksmith at work" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/key-door-lock-still-life_23-2151015244.jpg?_wi=1", imageAlt: "Residential lock installation" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908089.jpg?_wi=1", imageAlt: "Commercial security solutions" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746291.jpg?_wi=1", imageAlt: "Garage door service" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/unlocking-car-door-with-key_53876-25010.jpg?_wi=1", imageAlt: "Emergency car locksmith" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-labels-collection_23-2149979890.jpg?_wi=2", imageAlt: "Fast emergency service" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -88,11 +88,11 @@ export default function LandingPage() {
tagIcon={Wrench}
tagAnimation="slide-up"
features={[
{ id: 1, title: "Residential Locksmith", description: "Lock installation, rekeying, emergency entry, and home security upgrades for complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/key-door-lock-still-life_23-2151015244.jpg", imageAlt: "Residential locksmith service" },
{ id: 2, title: "Commercial Security", description: "Master key systems, access control, and professional lock solutions for businesses of all sizes.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908089.jpg", imageAlt: "Commercial security locks" },
{ id: 3, title: "Garage Door Repair & Installation", description: "Emergency repairs, maintenance, installation, and opener service for all garage door types.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746291.jpg", imageAlt: "Garage door service" },
{ id: 4, title: "Automotive Locksmith", description: "Emergency car unlocking, key replacement, ignition repair, and transponder key programming.", imageSrc: "http://img.b2bpic.net/free-photo/unlocking-car-door-with-key_53876-25010.jpg", imageAlt: "Car locksmith emergency service" },
{ id: 5, title: "Emergency Services", description: "Available 24/7 for lockouts, garage door emergencies, and urgent security concerns.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-labels-collection_23-2149979890.jpg", imageAlt: "Emergency locksmith response" }
{ id: 1, title: "Residential Locksmith", description: "Lock installation, rekeying, emergency entry, and home security upgrades for complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/key-door-lock-still-life_23-2151015244.jpg?_wi=2", imageAlt: "Residential locksmith service" },
{ id: 2, title: "Commercial Security", description: "Master key systems, access control, and professional lock solutions for businesses of all sizes.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908089.jpg?_wi=2", imageAlt: "Commercial security locks" },
{ id: 3, title: "Garage Door Repair & Installation", description: "Emergency repairs, maintenance, installation, and opener service for all garage door types.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746291.jpg?_wi=2", imageAlt: "Garage door service" },
{ id: 4, title: "Automotive Locksmith", description: "Emergency car unlocking, key replacement, ignition repair, and transponder key programming.", imageSrc: "http://img.b2bpic.net/free-photo/unlocking-car-door-with-key_53876-25010.jpg?_wi=2", imageAlt: "Car locksmith emergency service" },
{ id: 5, title: "Emergency Services", description: "Available 24/7 for lockouts, garage door emergencies, and urgent security concerns.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-labels-collection_23-2149979890.jpg?_wi=3", imageAlt: "Emergency locksmith response" }
]}
textboxLayout="default"
useInvertedBackground={true}