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() { diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b483a57..87061b8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #000000; --card: #0c0c0c; --foreground: #ffffff; - --primary-cta: #cee7ff; + --primary-cta: #106EFB; --primary-cta-text: #000000; --secondary-cta: #000000; --secondary-cta-text: #ffffff; --accent: #535353; - --background-accent: #CEE7FF; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/lib/dummyProducts.ts b/src/lib/dummyProducts.ts new file mode 100644 index 0000000..9bba86b --- /dev/null +++ b/src/lib/dummyProducts.ts @@ -0,0 +1,79 @@ +import { ImagePlus } from "lucide-react"; +import React from "react"; + +export const dummyProducts = [ + { + id: '1', + brand: 'TechGadget', + name: 'Smartphone Screen Repair Kit', + price: '$49.99', + rating: 4.5, + reviewCount: '120 reviews', + imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg', + imageAlt: 'Smartphone screen repair kit', + description: 'DIY kit for repairing common smartphone screen cracks. Includes tools and replacement glass for most popular models.', + }, + { + id: '2', + brand: 'LaptopCare', + name: 'High-Performance Laptop Battery', + price: '$89.99', + rating: 4.8, + reviewCount: '85 reviews', + imageSrc: 'http://img.b2bpic.net/free-photo/broken-laptop-repair-tools-table_343059-548.jpg', + imageAlt: 'High-performance laptop battery', + description: 'Long-lasting replacement battery for various laptop brands. Enjoy extended usage and reliable power.', + }, + { + id: '3', + brand: 'TabletFix', + name: 'Universal Tablet Charging Port', + price: '$29.99', + rating: 4.2, + reviewCount: '50 reviews', + imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg', + imageAlt: 'Universal tablet charging port', + description: 'Replace your faulty charging port with this universal solution. Compatible with most tablet models.', + }, + { + id: '4', + brand: 'GamerGear', + name: 'Gaming Console HDMI Port', + price: '$59.99', + rating: 4.6, + reviewCount: '95 reviews', + imageSrc: 'http://img.b2bpic.net/free-photo/gamepad-gaming-headset-blue-background_23-2148281358.jpg', + imageAlt: 'Gaming console HDMI port', + description: 'High-quality HDMI port replacement for popular gaming consoles. Restore your crisp visuals and audio.', + }, + { + id: '5', + brand: 'DataSecure', + name: 'External SSD Data Recovery Service', + price: '$199.99', + rating: 4.9, + reviewCount: '70 reviews', + imageSrc: 'http://img.b2bpic.net/free-photo/hard-disk-drive-inside_1252-817.jpg', + imageAlt: 'External SSD for data recovery', + description: 'Professional data recovery for external SSDs. We can retrieve lost or corrupted files from damaged drives.', + }, +]; + +export const dummyCartItems = [ + { + id: '1', + name: 'Smartphone Screen Repair Kit', + price: '$49.99', + quantity: 1, + imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg', + imageAlt: 'Smartphone screen repair kit', + }, + { + id: '3', + name: 'Universal Tablet Charging Port', + price: '$29.99', + quantity: 2, + imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg', + imageAlt: 'Universal tablet charging port', + }, +];