From 44d171bd181cdc5093f9bf9924f786a0c18177e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 10:39:42 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 18f4f80..da9662a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -86,7 +86,7 @@ export default function AboutPage() { tagAnimation="slide-up" title="R&C Solutions - Your Local Tech & Solar Experts" description="For years, we've been Dana Bay's go-to destination for computer repairs, IT support, and solar solutions. We pride ourselves on fast, reliable service and genuine customer care. If we've worked on your device before, we offer FREE remote support—because we value long-term relationships." - imageSrc="http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367535.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367535.jpg" imageAlt="professional technician team office portrait" useInvertedBackground={false} buttons={[ @@ -115,7 +115,7 @@ export default function AboutPage() { "Hardware and software troubleshooting", "Same-day service available", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg", imageAlt: "desktop computer repair technician tools bench", }, { @@ -126,7 +126,7 @@ export default function AboutPage() { "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?_wi=3", + 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", }, { @@ -137,7 +137,7 @@ export default function AboutPage() { "System optimization and cleanup", "Security software installation", ], - imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg", imageAlt: "cybersecurity software virus protection shield", }, ]} @@ -193,7 +193,7 @@ export default function AboutPage() { }, ]} animationType="scale-rotate" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1 From 6a5dd0767470f23fc8b476342fc3bc712f206e98 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 10:39:42 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2733ca2..387a457 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -87,7 +87,7 @@ export default function HomePage() { tagAnimation="slide-up" title="R&C Solutions - Your Local Tech & Solar Experts" description="For years, we've been Dana Bay's go-to destination for computer repairs, IT support, and solar solutions. We pride ourselves on fast, reliable service and genuine customer care. If we've worked on your device before, we offer FREE remote support—because we value long-term relationships." - imageSrc="http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367535.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367535.jpg" imageAlt="R&C Solutions team providing professional service" useInvertedBackground={false} buttons={[{ text: "Learn More", href: "/about" }]} @@ -111,7 +111,7 @@ export default function HomePage() { "Hardware and software troubleshooting", "Same-day service available", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg", }, { id: "it-support", @@ -121,7 +121,7 @@ export default function HomePage() { "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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg", }, { id: "virus-removal", @@ -131,7 +131,7 @@ export default function HomePage() { "System optimization and cleanup", "Security software installation", ], - imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg", }, { id: "solar-solutions", @@ -141,7 +141,7 @@ export default function HomePage() { "Load shedding solutions", "Energy efficiency consultation", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29992.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29992.jpg", }, ]} gridVariant="two-columns-alternating-heights" @@ -191,7 +191,7 @@ export default function HomePage() { }, ]} animationType="scale-rotate" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> @@ -209,7 +209,7 @@ export default function HomePage() { 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=1", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", icon: Star, }, { @@ -217,7 +217,7 @@ export default function HomePage() { 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=1", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg", icon: Star, }, { @@ -225,7 +225,7 @@ export default function HomePage() { 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=1", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg", icon: Star, }, { -- 2.49.1 From e61638e72b70eb7316e0e949812cfc4d157c9d32 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 10:39:42 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e924c80..fc65c7e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -57,7 +57,7 @@ export default function ServicesPage() { "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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg", }, { id: "it-support", @@ -67,7 +67,7 @@ export default function ServicesPage() { "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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg", }, { id: "virus-removal", @@ -77,7 +77,7 @@ export default function ServicesPage() { "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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg", }, { id: "solar-solutions", @@ -87,7 +87,7 @@ export default function ServicesPage() { "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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29992.jpg", }, ]} gridVariant="bento-grid" @@ -137,7 +137,7 @@ export default function ServicesPage() { }, ]} animationType="scale-rotate" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1