diff --git a/src/app/page.tsx b/src/app/page.tsx index b4e08c1..63f9b29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,20 +33,20 @@ export default function LandingPage() { @@ -59,9 +59,9 @@ export default function LandingPage() { description="Techy Tamiami provides swift, reliable, and professional repair services for phones, laptops, tablets, and more. Get your tech working like new again." buttons={[ { - text: "Get a Free Quote", href: "#contact"}, + text: "Get a Free Quote", href: "/#contact"}, { - text: "View Services", href: "/shop"}, + text: "View Services", href: "/shop"} ]} avatars={[ { @@ -73,7 +73,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "Customer 4"}, { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-dancer_107420-63943.jpg", alt: "Satisfied Customer 5"}, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-dancer_107420-63943.jpg", alt: "Satisfied Customer 5"} ]} avatarText="Trusted by 500+ happy customers" imageSrc="http://img.b2bpic.net/free-photo/miniature-workers-working-chip-motherboard_1252-830.jpg" @@ -88,7 +88,7 @@ export default function LandingPage() { { type: "text", text: "90-Day Warranty"}, { - type: "text", text: "Customer Satisfaction"}, + type: "text", text: "Customer Satisfaction"} ]} /> @@ -104,7 +104,7 @@ export default function LandingPage() { { value: "98%", title: "Repair Success"}, { - value: "24 Hr", title: "Turnaround"}, + value: "24 Hr", title: "Turnaround"} ]} imageSrc="http://img.b2bpic.net/free-photo/repairman-using-tweezers-hold-electronic-components-printed-circuit-board-while-repairing-mobile-phone-microscope_343059-496.jpg" imageAlt="Technician's hands repairing a smartphone" @@ -127,7 +127,7 @@ export default function LandingPage() { { title: "Tablet Battery Replacement", description: "Extend the life of your tablet with a new, high-performance battery replacement.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-storage-device-laptop_23-2149319341.jpg", imageAlt: "Tablet battery being replaced"}, { - title: "Gaming Console HDMI Repair", description: "Get your gaming back on track with professional HDMI port repair for all major consoles.", imageSrc: "http://img.b2bpic.net/free-photo/person-placing-cassette-tape-vintage-player_23-2148289127.jpg", imageAlt: "Gaming console with glowing HDMI port"}, + title: "Gaming Console HDMI Repair", description: "Get your gaming back on track with professional HDMI port repair for all major consoles.", imageSrc: "http://img.b2bpic.net/free-photo/person-placing-cassette-tape-vintage-player_23-2148289127.jpg", imageAlt: "Gaming console with glowing HDMI port"} ]} title="Comprehensive Repair Services" description="From shattered screens to software glitches, our certified technicians handle a wide range of electronic issues with precision and care." @@ -150,7 +150,7 @@ export default function LandingPage() { { id: "4", name: "David L.", date: "2024-02-10", title: "Data Recovery Success!", quote: "Thought my old hard drive was completely gone, but Techy Tamiami managed to recover all my important files. Couldn't be happier.", tag: "Data Recovery", avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-white-t-shirt-hat-standing-with-crossed-arms-looking-confident-front-view_176474-39366.jpg", avatarAlt: "David L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/group-four-south-asian-men-s-posed-business-meeting-cafe-indians-having-conversation_627829-5246.jpg", imageAlt: "Cafe background"}, { - id: "5", name: "Jessica M.", date: "2024-01-28", title: "Best Console Repair in Town", quote: "My gaming console's HDMI port was broken. They fixed it fast, and now I'm back to gaming in high definition!", tag: "Console Repair", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5596.jpg", avatarAlt: "Jessica M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/medical-tubes-blue-background_23-2148958403.jpg", imageAlt: "Laboratory background"}, + id: "5", name: "Jessica M.", date: "2024-01-28", title: "Best Console Repair in Town", quote: "My gaming console's HDMI port was broken. They fixed it fast, and now I'm back to gaming in high definition!", tag: "Console Repair", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5596.jpg", avatarAlt: "Jessica M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/medical-tubes-blue-background_23-2148958403.jpg", imageAlt: "Laboratory background"} ]} title="What Our Customers Say" description="Hear from satisfied clients who chose Techy Tamiami for their electronic repair needs." @@ -180,7 +180,7 @@ export default function LandingPage() { { id: "faq-3", title: "Do you offer a warranty on your repairs?", content: "Yes, all our repairs come with a standard 90-day warranty on parts and labor, giving you peace of mind that your device is in good hands."}, { - id: "faq-4", title: "Can I get a quote before bringing in my device?", content: "Absolutely! You can contact us via phone or email with details about your device and the issue, and we'll provide a free, no-obligation estimate. For complex issues, an in-person diagnostic might be required."}, + id: "faq-4", title: "Can I get a quote before bringing in my device?", content: "Absolutely! You can contact us via phone or email with details about your device and the issue, and we'll provide a free, no-obligation estimate. For complex issues, an in-person diagnostic might be required."} ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our repair process, warranties, and services." @@ -198,7 +198,7 @@ export default function LandingPage() { { text: "Call Now: (941) 555-0123", href: "tel:+19415550123"}, { - text: "Email Us", href: "mailto:info@techytamiami.com"}, + text: "Email Us", href: "mailto:info@techytamiami.com"} ]} /> @@ -206,7 +206,7 @@ export default function LandingPage() {