diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b714bb9..18f4f80 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" + imageSrc="http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367535.jpg?_wi=2" 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", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg?_wi=3", 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", + imageSrc: "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg?_wi=3", 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", + imageSrc: "http://img.b2bpic.net/free-vector/medical-protection-shield-with-cross-sign-background_1017-24594.jpg?_wi=3", imageAlt: "cybersecurity software virus protection shield", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b111f10..8947473 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -108,7 +108,7 @@ export default function ContactPage() { 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", + 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, }, @@ -117,7 +117,7 @@ export default function ContactPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=2", imageAlt: "professional woman business portrait headshot", icon: Star, }, @@ -126,7 +126,7 @@ export default function ContactPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg?_wi=2", imageAlt: "IT manager professional portrait headshot", icon: Star, }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ed8420..b7eb8f4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Manrope } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Manrope } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "R&C Solutions | Computer Repair & Solar Installation Mossel Bay", + description: "Fast computer repair, IT support, and professional solar installations in Mossel Bay. Local trusted tech and solar solutions. Call 071 200 6583.", + keywords: "computer repair Mossel Bay, IT support Dana Bay, solar installation South Africa, PC repair near me, load shedding solutions, laptop repair Mossel Bay, virus removal service", + metadataBase: new URL("https://rccomp.co.za/"), + alternates: { + canonical: "https://rccomp.co.za/", + }, + openGraph: { + title: "R&C Solutions | Computer Repair & Solar Installation", + description: "Expert computer repair, IT support, and solar solutions serving Mossel Bay and surrounding areas.", + url: "https://rccomp.co.za/", + siteName: "R&C Solutions", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/young-male-technician-repairing-computer-workshop_23-2147922179.jpg", + alt: "R&C Solutions - Computer Repair & Solar Expert", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "R&C Solutions | Fast Computer Repair & Solar Installation", + description: "Get expert tech support and solar solutions in Mossel Bay. Call 071 200 6583 today.", + images: ["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"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}