diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index da9662a..54b3216 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Computer Repair", href: "/services" }, { label: "IT Support", href: "/services" }, { label: "Virus Removal", href: "/services" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 071 200 6583", href: "tel:0712006583" }, { label: "Address: Stander Sentrum, 268 Flora Rd, Dana Bay", href: "#" }, { label: "WhatsApp Us", href: "https://wa.me/27712006583" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -73,9 +69,7 @@ export default function AboutPage() { brandName="R&C Solutions" navItems={navItems} button={{ - text: "Call Now: 071 200 6583", - href: "tel:0712006583", - }} + text: "Call Now: 071 200 6583", href: "tel:0712006583"}} /> @@ -91,9 +85,7 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[ { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} buttonAnimation="slide-up" /> @@ -108,38 +100,17 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "computer-repair", - title: "Computer Repair", - descriptions: [ - "Fast laptop and desktop repairs", - "Hardware and software troubleshooting", - "Same-day service available", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg", - imageAlt: "desktop computer repair technician tools bench", - }, + id: "computer-repair", title: "Computer Repair", descriptions: [ + "Fast laptop and desktop repairs", "Hardware and software troubleshooting", "Same-day service available"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg", imageAlt: "desktop computer repair technician tools bench"}, { - id: "it-support", - title: "IT Support", - descriptions: [ - "Remote and on-site technical support", - "Network setup and maintenance", - "FREE remote support for previous clients", - ], - imageSrc: "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg", - imageAlt: "IT support technician remote assistance call", - }, + id: "it-support", title: "IT Support", descriptions: [ + "Remote and on-site technical support", "Network setup and maintenance", "FREE remote support for previous clients"], + imageSrc: "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg", imageAlt: "IT support technician remote assistance call"}, { - id: "virus-removal", - title: "Virus & Malware Removal", - descriptions: [ - "Professional virus and spyware removal", - "System optimization and cleanup", - "Security software installation", - ], - imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg", - imageAlt: "cybersecurity software virus protection shield", - }, + id: "virus-removal", title: "Virus & Malware Removal", descriptions: [ + "Professional virus and spyware removal", "System optimization and cleanup", "Security software installation"], + imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg", imageAlt: "cybersecurity software virus protection shield"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -147,9 +118,7 @@ export default function AboutPage() { useInvertedBackground={true} buttons={[ { - text: "Explore All Services", - href: "/services", - }, + text: "Explore All Services", href: "/services"}, ]} buttonAnimation="slide-up" /> @@ -164,33 +133,13 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "fast-service", - title: "Fast Service", - subtitle: "Same-day repairs available", - category: "Repair", - value: "24hrs", - }, + id: "fast-service", title: "Fast Service", subtitle: "Same-day repairs available", category: "Repair", value: "24hrs"}, { - id: "free-remote", - title: "FREE Remote Support", - subtitle: "For previous clients", - category: "Support", - value: "100%", - }, + id: "free-remote", title: "FREE Remote Support", subtitle: "For previous clients", category: "Support", value: "100%"}, { - id: "local-trusted", - title: "Local & Trusted", - subtitle: "Serving Dana Bay since day one", - category: "Service", - value: "Years", - }, + id: "local-trusted", title: "Local & Trusted", subtitle: "Serving Dana Bay since day one", category: "Service", value: "Years"}, { - id: "expert-team", - title: "Expert Team", - subtitle: "Qualified tech and solar professionals", - category: "Expertise", - value: "Pro", - }, + id: "expert-team", title: "Expert Team", subtitle: "Qualified tech and solar professionals", category: "Expertise", value: "Pro"}, ]} animationType="scale-rotate" textboxLayout="default" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8947473..3cfc8d0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Computer Repair", href: "/services" }, { label: "IT Support", href: "/services" }, { label: "Virus Removal", href: "/services" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 071 200 6583", href: "tel:0712006583" }, { label: "Address: Stander Sentrum, 268 Flora Rd, Dana Bay", href: "#" }, { label: "WhatsApp Us", href: "https://wa.me/27712006583" }, @@ -45,8 +42,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -72,9 +68,7 @@ export default function ContactPage() { brandName="R&C Solutions" navItems={navItems} button={{ - text: "Call Now: 071 200 6583", - href: "tel:0712006583", - }} + text: "Call Now: 071 200 6583", href: "tel:0712006583"}} /> @@ -86,8 +80,7 @@ export default function ContactPage() { tagIcon={Phone} tagAnimation="slide-up" background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Help" @@ -104,31 +97,13 @@ export default function ContactPage() { tagAnimation="slide-up" testimonials={[ { - id: "testimonial-1", - name: "Johan van der Merwe", - role: "Business Owner", - testimonial: "R&C Solutions fixed my laptop in hours. Fast service, professional team, and fair prices. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg?_wi=2", - imageAlt: "professional business man portrait headshot", - icon: Star, + id: "testimonial-1", name: "Johan van der Merwe", role: "Business Owner", testimonial: "R&C Solutions fixed my laptop in hours. Fast service, professional team, and fair prices. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg?_wi=2", imageAlt: "professional business man portrait headshot", icon: Star, }, { - id: "testimonial-2", - name: "Maria Santos", - role: "Homeowner", - testimonial: "The solar installation was seamless. Now I'm saving money on electricity with load shedding solved. Great work!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=2", - imageAlt: "professional woman business portrait headshot", - icon: Star, + id: "testimonial-2", name: "Maria Santos", role: "Homeowner", testimonial: "The solar installation was seamless. Now I'm saving money on electricity with load shedding solved. Great work!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=2", imageAlt: "professional woman business portrait headshot", icon: Star, }, { - id: "testimonial-3", - name: "David Pieterse", - role: "IT Manager", - testimonial: "Their IT support is reliable and responsive. They understand our business needs and deliver real solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg?_wi=2", - imageAlt: "IT manager professional portrait headshot", - icon: Star, + id: "testimonial-3", name: "David Pieterse", role: "IT Manager", testimonial: "Their IT support is reliable and responsive. They understand our business needs and deliver real solutions.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg?_wi=2", imageAlt: "IT manager professional portrait headshot", icon: Star, }, ]} animationType="blur-reveal" @@ -136,9 +111,7 @@ export default function ContactPage() { useInvertedBackground={true} buttons={[ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ]} buttonAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 30bbab2..417b277 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,9 +45,7 @@ export default function HomePage() { brandName="R&C Solutions" navItems={navItems} button={{ - text: "Call Now: 071 200 6583", - href: "tel:0712006583", - }} + text: "Call Now: 071 200 6583", href: "tel:0712006583"}} /> @@ -66,13 +64,9 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-repairing-computer-workshop_23-2147922179.jpg", - imageAlt: "Computer repair and IT support service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-repairing-computer-workshop_23-2147922179.jpg", imageAlt: "Computer repair and IT support service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2159.jpg", - imageAlt: "Professional solar panel installation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2159.jpg", imageAlt: "Professional solar panel installation"}, ]} mediaAnimation="slide-up" rating={5} @@ -104,45 +98,21 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "computer-repair", - title: "Computer Repair", - descriptions: [ - "Fast laptop and desktop repairs", - "Hardware and software troubleshooting", - "Same-day service available", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg", - }, + id: "computer-repair", title: "Computer Repair", descriptions: [ + "Fast laptop and desktop repairs", "Hardware and software troubleshooting", "Same-day service available"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg"}, { - id: "it-support", - title: "IT Support", - descriptions: [ - "Remote and on-site technical support", - "Network setup and maintenance", - "FREE remote support for previous clients", - ], - imageSrc: "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg", - }, + id: "it-support", title: "IT Support", descriptions: [ + "Remote and on-site technical support", "Network setup and maintenance", "FREE remote support for previous clients"], + imageSrc: "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg"}, { - id: "virus-removal", - title: "Virus & Malware Removal", - descriptions: [ - "Professional virus and spyware removal", - "System optimization and cleanup", - "Security software installation", - ], - imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg", - }, + id: "virus-removal", title: "Virus & Malware Removal", descriptions: [ + "Professional virus and spyware removal", "System optimization and cleanup", "Security software installation"], + imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg"}, { - id: "solar-solutions", - title: "Solar Installation", - descriptions: [ - "Professional solar panel installation", - "Load shedding solutions", - "Energy efficiency consultation", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29992.jpg", - }, + id: "solar-solutions", title: "Solar Installation", descriptions: [ + "Professional solar panel installation", "Load shedding solutions", "Energy efficiency consultation"], + imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29992.jpg"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -162,33 +132,13 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "fast-service", - title: "Fast Service", - subtitle: "Same-day repairs available", - category: "Repair", - value: "24hrs", - }, + id: "fast-service", title: "Fast Service", subtitle: "Same-day repairs available", category: "Repair", value: "24hrs"}, { - id: "free-remote", - title: "FREE Remote Support", - subtitle: "For previous clients", - category: "Support", - value: "100%", - }, + id: "free-remote", title: "FREE Remote Support", subtitle: "For previous clients", category: "Support", value: "100%"}, { - id: "local-trusted", - title: "Local & Trusted", - subtitle: "Serving Dana Bay since day one", - category: "Service", - value: "Years", - }, + id: "local-trusted", title: "Local & Trusted", subtitle: "Serving Dana Bay since day one", category: "Service", value: "Years"}, { - id: "expert-team", - title: "Expert Team", - subtitle: "Qualified tech and solar professionals", - category: "Expertise", - value: "Pro", - }, + id: "expert-team", title: "Expert Team", subtitle: "Qualified tech and solar professionals", category: "Expertise", value: "Pro"}, ]} animationType="scale-rotate" textboxLayout="default" @@ -205,52 +155,22 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "testimonial-1", - name: "Johan van der Merwe", - role: "Business Owner", - testimonial: "R&C Solutions fixed my laptop in hours. Fast service, professional team, and fair prices. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", - icon: Star, + id: "testimonial-1", name: "Johan van der Merwe", role: "Business Owner", testimonial: "R&C Solutions fixed my laptop in hours. Fast service, professional team, and fair prices. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", icon: Star, }, { - id: "testimonial-2", - name: "Maria Santos", - role: "Homeowner", - testimonial: "The solar installation was seamless. Now I'm saving money on electricity with load shedding solved. Great work!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg", - icon: Star, + id: "testimonial-2", name: "Maria Santos", role: "Homeowner", testimonial: "The solar installation was seamless. Now I'm saving money on electricity with load shedding solved. Great work!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg", icon: Star, }, { - id: "testimonial-3", - name: "David Pieterse", - role: "IT Manager", - testimonial: "Their IT support is reliable and responsive. They understand our business needs and deliver real solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg", - icon: Star, + id: "testimonial-3", name: "David Pieterse", role: "IT Manager", testimonial: "Their IT support is reliable and responsive. They understand our business needs and deliver real solutions.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg", icon: Star, }, { - id: "testimonial-4", - name: "Susan Jacobs", - role: "Homeowner", - testimonial: "My computer had a terrible virus. R&C cleaned it up quickly and thoroughly. Best service in Mossel Bay!", - imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-young-confident-woman-with-long-dark-hair-wearing-blue-jacket-posing_291650-158.jpg", - icon: Star, + id: "testimonial-4", name: "Susan Jacobs", role: "Homeowner", testimonial: "My computer had a terrible virus. R&C cleaned it up quickly and thoroughly. Best service in Mossel Bay!", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-young-confident-woman-with-long-dark-hair-wearing-blue-jacket-posing_291650-158.jpg", icon: Star, }, { - id: "testimonial-5", - name: "Thabo Mkhize", - role: "Restaurant Owner", - testimonial: "Free remote support for previous clients? That's customer care! They've been incredible to work with.", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg", - icon: Star, + id: "testimonial-5", name: "Thabo Mkhize", role: "Restaurant Owner", testimonial: "Free remote support for previous clients? That's customer care! They've been incredible to work with.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg", icon: Star, }, { - id: "testimonial-6", - name: "Lisa Chen", - role: "Freelancer", - testimonial: "Fast, friendly, and professional. R&C Solutions is exactly what Mossel Bay needed. 5 stars!", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-railing_1098-2186.jpg", - icon: Star, + id: "testimonial-6", name: "Lisa Chen", role: "Freelancer", testimonial: "Fast, friendly, and professional. R&C Solutions is exactly what Mossel Bay needed. 5 stars!", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-railing_1098-2186.jpg", icon: Star, }, ]} animationType="blur-reveal" @@ -281,8 +201,7 @@ export default function HomePage() { logoText="R&C Solutions" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, @@ -290,8 +209,7 @@ export default function HomePage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Computer Repair", href: "/services#computer-repair" }, { label: "IT Support", href: "/services#it-support" }, { label: "Virus Removal", href: "/services#virus-removal" }, @@ -299,8 +217,7 @@ export default function HomePage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 071 200 6583", href: "tel:0712006583" }, { label: "Address: Stander Sentrum, 268 Flora Rd, Dana Bay", href: "#" }, { label: "WhatsApp Us", href: "https://wa.me/27712006583" }, @@ -308,8 +225,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fc65c7e..bd0c5fa 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -35,9 +35,7 @@ export default function ServicesPage() { brandName="R&C Solutions" navItems={navItems} button={{ - text: "Call Now: 071 200 6583", - href: "tel:0712006583", - }} + text: "Call Now: 071 200 6583", href: "tel:0712006583"}} /> @@ -50,45 +48,21 @@ export default function ServicesPage() { tagAnimation="slide-up" features={[ { - id: "computer-repair", - title: "Computer Repair & Maintenance", - descriptions: [ - "Laptop and desktop repair specialists with 10+ years experience", - "Hardware replacement, upgrades, and diagnostics", - "Same-day service for critical repairs available", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg", - }, + id: "computer-repair", title: "Computer Repair & Maintenance", descriptions: [ + "Laptop and desktop repair specialists with 10+ years experience", "Hardware replacement, upgrades, and diagnostics", "Same-day service for critical repairs available"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg"}, { - id: "it-support", - title: "Professional IT Support", - descriptions: [ - "Remote and on-site technical assistance for businesses", - "Network infrastructure setup and management", - "FREE lifetime remote support for previous clients", - ], - imageSrc: "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg", - }, + id: "it-support", title: "Professional IT Support", descriptions: [ + "Remote and on-site technical assistance for businesses", "Network infrastructure setup and management", "FREE lifetime remote support for previous clients"], + imageSrc: "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg"}, { - id: "virus-removal", - title: "Comprehensive Security Solutions", - descriptions: [ - "Professional malware and spyware removal services", - "System optimization and performance enhancement", - "Security software installation and configuration", - ], - imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg", - }, + id: "virus-removal", title: "Comprehensive Security Solutions", descriptions: [ + "Professional malware and spyware removal services", "System optimization and performance enhancement", "Security software installation and configuration"], + imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg"}, { - id: "solar-solutions", - title: "Solar Installation & Consultation", - descriptions: [ - "Professional solar panel installation for homes and businesses", - "Complete load shedding solutions and energy backup", - "Energy efficiency audits and consultation services", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29992.jpg", - }, + id: "solar-solutions", title: "Solar Installation & Consultation", descriptions: [ + "Professional solar panel installation for homes and businesses", "Complete load shedding solutions and energy backup", "Energy efficiency audits and consultation services"], + imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29992.jpg"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -108,33 +82,13 @@ export default function ServicesPage() { tagAnimation="slide-up" metrics={[ { - id: "warranty", - title: "Service Warranty", - subtitle: "90-day guarantee on all repairs", - category: "Quality", - value: "90d", - }, + id: "warranty", title: "Service Warranty", subtitle: "90-day guarantee on all repairs", category: "Quality", value: "90d"}, { - id: "response", - title: "Quick Response", - subtitle: "Same-day emergency support available", - category: "Speed", - value: "24h", - }, + id: "response", title: "Quick Response", subtitle: "Same-day emergency support available", category: "Speed", value: "24h"}, { - id: "pricing", - title: "Fair Pricing", - subtitle: "Competitive rates with no hidden fees", - category: "Cost", - value: "Best", - }, + id: "pricing", title: "Fair Pricing", subtitle: "Competitive rates with no hidden fees", category: "Cost", value: "Best"}, { - id: "experience", - title: "Experienced Team", - subtitle: "Certified tech and solar professionals", - category: "Expertise", - value: "10+y", - }, + id: "experience", title: "Experienced Team", subtitle: "Certified tech and solar professionals", category: "Expertise", value: "10+y"}, ]} animationType="scale-rotate" textboxLayout="default" @@ -162,8 +116,7 @@ export default function ServicesPage() { logoText="R&C Solutions" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, @@ -171,8 +124,7 @@ export default function ServicesPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Computer Repair", href: "/services#computer-repair" }, { label: "IT Support", href: "/services#it-support" }, { label: "Virus Removal", href: "/services#virus-removal" }, @@ -180,8 +132,7 @@ export default function ServicesPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 071 200 6583", href: "tel:0712006583" }, { label: "Address: Stander Sentrum, 268 Flora Rd, Dana Bay", href: "#" }, { label: "WhatsApp Us", href: "https://wa.me/27712006583" }, @@ -189,8 +140,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9d0254f..b499ec8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #FF7B05; + --card: #f0f8ff; + --foreground: #001a4d; + --primary-cta: #0066cc; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #e6f2ff; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #FF7B05; + --accent: #0066cc; + --background-accent: #cce5ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);