From 64fb707b46b71d329fc6b1c1acb0aa904980912d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 17:59:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 433 +++++++++++------------------------------------ 1 file changed, 102 insertions(+), 331 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54be072..bc1d7fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,33 +33,19 @@ export default function LandingPage() { @@ -69,113 +55,63 @@ export default function LandingPage() { @@ -186,15 +122,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Your Local Experts in Security & Craftsmanship", - }, + type: "text", content: "Your Local Experts in Security & Craftsmanship"}, ]} buttons={[ { - text: "Learn More About Us", - href: "#contact", - }, + text: "Learn More About Us", href: "#contact"}, ]} /> @@ -206,63 +138,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "24/7 Emergency Locksmith", - tags: [ - "Notdienst", - "Door Opening", - ], - imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package-wearing-mask_23-2148869408.jpg", - imageAlt: "Emergency door opening service", - }, + id: "f1", title: "24/7 Emergency Locksmith", tags: [ + "Notdienst", "Door Opening"], + imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package-wearing-mask_23-2148869408.jpg", imageAlt: "Emergency door opening service"}, { - id: "f2", - title: "Key Duplication & Car Keys", - tags: [ - "Schlüssel nachmachen", - "Auto Schlüssel", - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-holding-car-keys_93675-134391.jpg", - imageAlt: "Key duplication machine", - }, + id: "f2", title: "Key Duplication & Car Keys", tags: [ + "Schlüssel nachmachen", "Auto Schlüssel"], + imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-holding-car-keys_93675-134391.jpg", imageAlt: "Key duplication machine"}, { - id: "f3", - title: "Professional Shoe Repair", - tags: [ - "Schuhreparatur", - "Schuster", - ], - imageSrc: "http://img.b2bpic.net/free-photo/diligent-cobbler-glasses-is-working-with-pair-leather-shoes-his-workplace_613910-12912.jpg", - imageAlt: "Cobbler repairing a shoe", - }, + id: "f3", title: "Professional Shoe Repair", tags: [ + "Schuhreparatur", "Schuster"], + imageSrc: "http://img.b2bpic.net/free-photo/diligent-cobbler-glasses-is-working-with-pair-leather-shoes-his-workplace_613910-12912.jpg", imageAlt: "Cobbler repairing a shoe"}, { - id: "f4", - title: "Watch Battery & Repair", - tags: [ - "Uhr Service", - "Batteriewechsel", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mature-shoemaker-workshop-making-shoes_171337-12240.jpg", - imageAlt: "Watch repair tools", - }, + id: "f4", title: "Watch Battery & Repair", tags: [ + "Uhr Service", "Batteriewechsel"], + imageSrc: "http://img.b2bpic.net/free-photo/mature-shoemaker-workshop-making-shoes_171337-12240.jpg", imageAlt: "Watch repair tools"}, { - id: "f5", - title: "Bag & Leather Restoration", - tags: [ - "Tasche", - "Sattler", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-room-sanitizing-door-handler_176474-2811.jpg", - imageAlt: "Leather bag being repaired", - }, + id: "f5", title: "Bag & Leather Restoration", tags: [ + "Tasche", "Sattler"], + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-room-sanitizing-door-handler_176474-2811.jpg", imageAlt: "Leather bag being repaired"}, ]} title="Comprehensive Services for Your Daily Needs" description="From urgent lock issues to meticulous repairs of cherished items, our expertise covers a wide range of services to keep your life running smoothly." buttons={[ { - text: "View All Services", - href: "#contact", - }, + text: "View All Services", href: "#contact"}, ]} /> @@ -274,61 +174,31 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic-key", - badge: "Standard", - badgeIcon: Key, - price: "ab 15€", - subtitle: "Simple Key Duplication", - features: [ - "Standard house keys", - "Mailbox keys", - "Fast service", - ], + id: "basic-key", badge: "Standard", badgeIcon: Key, + price: "ab 15€", subtitle: "Simple Key Duplication", features: [ + "Standard house keys", "Mailbox keys", "Fast service"], }, { - id: "auto-key", - badge: "Advanced", - badgeIcon: Car, - price: "ab 80€", - subtitle: "Car Key & Transponder", - features: [ - "Automotive key duplication", - "Transponder programming", - "Remote control keys", - ], + id: "auto-key", badge: "Advanced", badgeIcon: Car, + price: "ab 80€", subtitle: "Car Key & Transponder", features: [ + "Automotive key duplication", "Transponder programming", "Remote control keys"], }, { - id: "shoe-repair", - badge: "Crafted", - badgeIcon: Sparkles, - price: "ab 20€", - subtitle: "Basic Shoe Repair", - features: [ - "Sole & heel replacement", - "Stitching repair", - "Cleaning & polishing", - ], + id: "shoe-repair", badge: "Crafted", badgeIcon: Sparkles, + price: "ab 20€", subtitle: "Basic Shoe Repair", features: [ + "Sole & heel replacement", "Stitching repair", "Cleaning & polishing"], }, { - id: "watch-battery", - badge: "Quick Fix", - badgeIcon: Clock, - price: "ab 10€", - subtitle: "Watch Battery Service", - features: [ - "Standard battery replacement", - "Water resistance check", - "Quick turnaround", - ], + id: "watch-battery", badge: "Quick Fix", badgeIcon: Clock, + price: "ab 10€", subtitle: "Watch Battery Service", features: [ + "Standard battery replacement", "Water resistance check", "Quick turnaround"], }, ]} title="Transparent Pricing for Quality Service" description="Find our general pricing for common services. For complex repairs, we provide a personalized quote after assessment." buttons={[ { - text: "Request a Quote", - href: "#contact", - }, + text: "Request a Quote", href: "#contact"}, ]} /> @@ -340,73 +210,31 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Franziska R.", - role: "Local Resident", - company: "Kunden", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-tool-case-red-background-photo-color-worker-mechanic-house-instrument-job-emotion-uniform_140725-155590.jpg", - imageAlt: "Franziska R.", - }, + id: "t1", name: "Franziska R.", role: "Local Resident", company: "Kunden", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-tool-case-red-background-photo-color-worker-mechanic-house-instrument-job-emotion-uniform_140725-155590.jpg", imageAlt: "Franziska R."}, { - id: "t2", - name: "Herr Müller", - role: "Small Business Owner", - company: "Kunden", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-car-dealership_23-2148332979.jpg", - imageAlt: "Herr Müller", - }, + id: "t2", name: "Herr Müller", role: "Small Business Owner", company: "Kunden", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-car-dealership_23-2148332979.jpg", imageAlt: "Herr Müller"}, { - id: "t3", - name: "Sabine G.", - role: "Fashion Enthusiast", - company: "Kunden", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-kitchen-dress-opening-present-box-looking-merry_176474-39971.jpg", - imageAlt: "Sabine G.", - }, + id: "t3", name: "Sabine G.", role: "Fashion Enthusiast", company: "Kunden", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/little-girl-kitchen-dress-opening-present-box-looking-merry_176474-39971.jpg", imageAlt: "Sabine G."}, { - id: "t4", - name: "Thomas E.", - role: "Car Owner", - company: "Kunden", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-using-credit-card-pay-some-health-services-wellness-spa-clinic_662251-2593.jpg", - imageAlt: "Thomas E.", - }, + id: "t4", name: "Thomas E.", role: "Car Owner", company: "Kunden", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-using-credit-card-pay-some-health-services-wellness-spa-clinic_662251-2593.jpg", imageAlt: "Thomas E."}, { - id: "t5", - name: "Christina B.", - role: "Busy Professional", - company: "Kunden", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", - imageAlt: "Christina B.", - }, + id: "t5", name: "Christina B.", role: "Busy Professional", company: "Kunden", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", imageAlt: "Christina B."}, { - id: "t6", - name: "Dr. Weber", - role: "Collector", - company: "Kunden", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-office-worker-with-phone_23-2147669297.jpg", - imageAlt: "Dr. Weber", - }, + id: "t6", name: "Dr. Weber", role: "Collector", company: "Kunden", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-office-worker-with-phone_23-2147669297.jpg", imageAlt: "Dr. Weber"}, ]} kpiItems={[ { - value: "25+", - label: "Years in Service", - }, + value: "25+", label: "Years in Service"}, { - value: "4.9/5", - label: "Average Rating", - }, + value: "4.9/5", label: "Average Rating"}, { - value: "5000+", - label: "Happy Customers", - }, + value: "5000+", label: "Happy Customers"}, ]} title="What Our Valued Customers Say" description="Our commitment to excellent service is reflected in the positive feedback from our community. We are proud to be your trusted local partner." @@ -418,14 +246,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Local Chamber of Commerce", - "Certified Locksmiths Guild", - "Master Shoemakers Association", - "Trusted Local Business Network", - "Emergency Services Partner", - "Community Business Alliance", - "Family Owned & Operated", - ]} + "Local Chamber of Commerce", "Certified Locksmiths Guild", "Master Shoemakers Association", "Trusted Local Business Network", "Emergency Services Partner", "Community Business Alliance", "Family Owned & Operated"]} title="Trusted by the Community, Certified by Experts" description="We are proud members of professional associations and recognized within our local community for reliable and high-quality services." /> @@ -437,25 +258,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "How quickly can you respond to an emergency door opening?", - content: "Our emergency locksmith service is available 24/7. We aim to reach you within 30-60 minutes, depending on your location and traffic conditions.", - }, + id: "faq1", title: "How quickly can you respond to an emergency door opening?", content: "Our emergency locksmith service is available 24/7. We aim to reach you within 30-60 minutes, depending on your location and traffic conditions."}, { - id: "faq2", - title: "Can you make a new key for my car, even if I've lost all copies?", - content: "Yes, we specialize in auto key duplication and can create new keys, including those with transponders and remote functions, even if all original keys are lost. Contact us with your vehicle details.", - }, + id: "faq2", title: "Can you make a new key for my car, even if I've lost all copies?", content: "Yes, we specialize in auto key duplication and can create new keys, including those with transponders and remote functions, even if all original keys are lost. Contact us with your vehicle details."}, { - id: "faq3", - title: "What types of shoes and bags do you repair?", - content: "We repair a wide range of shoes, including leather shoes, boots, and sneakers. For bags, we handle leather and fabric repairs, stitching, zipper replacements, and general restoration. Bring your item in for a free assessment!", - }, + id: "faq3", title: "What types of shoes and bags do you repair?", content: "We repair a wide range of shoes, including leather shoes, boots, and sneakers. For bags, we handle leather and fabric repairs, stitching, zipper replacements, and general restoration. Bring your item in for a free assessment!"}, { - id: "faq4", - title: "Do you offer warranty on your repair services?", - content: "Yes, we stand by the quality of our work. All repairs come with a [e.g., 3-month] warranty on parts and labor. Please inquire for specific terms.", - }, + id: "faq4", title: "Do you offer warranty on your repair services?", content: "Yes, we stand by the quality of our work. All repairs come with a [e.g., 3-month] warranty on parts and labor. Please inquire for specific terms."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our locksmith, key, and repair services." @@ -470,27 +279,16 @@ export default function LandingPage() { description="Whether it's an emergency, a repair request, or just a question, we're here to help. Fill out the form or find us at our convenient location." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - }, + name: "phone", type: "tel", placeholder: "Your Phone Number"}, ]} textarea={{ - name: "message", - placeholder: "Your Message or Service Request", - rows: 4, + name: "message", placeholder: "Your Message or Service Request", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/close-up-open-shop-sign_23-2149244009.jpg" @@ -505,66 +303,39 @@ export default function LandingPage() {