From 399eb8df219fbfb89fe255bc7e12d17f9c38def0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:14:39 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3e1408e..b039ab8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -58,31 +58,31 @@ export default function AboutPage() { id: 1, title: "Car Audio Systems", description: "High-fidelity sound systems with premium speakers, amplifiers, and subwoofers for immersive audio performance.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-singer-performing-stage-with-mic-red-wall_140725-95669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-singer-performing-stage-with-mic-red-wall_140725-95669.jpg?_wi=2", }, { id: 2, title: "Custom Rims & Wheels", description: "Exclusive 18\" and 20\" premium wheels designed for style and performance on any vehicle.", - imageSrc: "http://img.b2bpic.net/free-photo/front-side-vintage-amethyst-color-sedan-car_114579-4389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-side-vintage-amethyst-color-sedan-car_114579-4389.jpg?_wi=2", }, { id: 3, title: "LED Lighting", description: "Advanced projector lights and LED grilles to enhance visibility and transform your vehicle's appearance.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=2", }, { id: 4, title: "Window Tinting", description: "Professional nano ceramic tint treatments for superior UV protection and aesthetic appeal.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193566.jpg?_wi=2", }, { id: 5, title: "Protective Guards", description: "Durable protective elements and guards to safeguard your vehicle's premium finishes.", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-car-door-medium-shot_23-2149714260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-car-door-medium-shot_23-2149714260.jpg?_wi=2", }, ]} /> @@ -97,7 +97,7 @@ export default function AboutPage() { handle: "@jamesmwale_harare", testimonial: "The audio system installation was flawless. The quality and the service exceeded my expectations. My Toyota now sounds absolutely incredible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg?_wi=2", }, { id: "test-002", @@ -105,7 +105,7 @@ export default function AboutPage() { handle: "@zara_automotive", testimonial: "Those 20-inch rims transformed my car completely. The craftsmanship is exceptional and the attention to detail shows in every aspect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-model_1303-9414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-model_1303-9414.jpg?_wi=2", }, { id: "test-003", @@ -113,7 +113,7 @@ export default function AboutPage() { handle: "@tendai_rides", testimonial: "The LED projector lights look premium and the installation was quick. Audiocity truly understands automotive excellence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-african-male-photographer-with-camera-street-sunlight_181624-32918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-african-male-photographer-with-camera-street-sunlight_181624-32918.jpg?_wi=2", }, { id: "test-004", @@ -121,7 +121,7 @@ export default function AboutPage() { handle: "@patricia_style_zw", testimonial: "Best investment for my car. The nano ceramic tint looks sleek and the UV protection is exactly what I needed for Zimbabwe's sun.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-hipster-woman-taking-photos-retro-camera_176420-16731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-hipster-woman-taking-photos-retro-camera_176420-16731.jpg?_wi=2", }, { id: "test-005", @@ -129,7 +129,7 @@ export default function AboutPage() { handle: "@david_car_enthusiast", testimonial: "Professional service from start to finish. The quote system was simple and the final result was perfect. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=2", }, { id: "test-006", @@ -137,7 +137,7 @@ export default function AboutPage() { handle: "@naledi_luxe", testimonial: "Audiocity is the gold standard for car accessories. Their expertise and premium products are unmatched in Zimbabwe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-with-tablet-posing-near-office-building_74855-2261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-with-tablet-posing-near-office-building_74855-2261.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1 From 3080530abab079fb26659885d1f4e14c02bb4f5e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:14:40 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b64f44..e629d43 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,22 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Inter_Tight } 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 { Inter_Tight } 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 interTight = Inter_Tight({ variable: "--font-inter-tight", @@ -20,6 +24,39 @@ const interTight = Inter_Tight({ weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "Audiocity Zimbabwe - Premium Car Audio & Accessories", + description: "Premium car audio systems, custom rims, LED projector lights, and automotive accessories in Harare, Zimbabwe. Get your instant quote online.", + keywords: "car audio, car rims, LED lights, window tint, car accessories, Zimbabwe, Harare, custom wheels, automotive upgrades", + metadataBase: new URL("https://audiocityzimbabwe.com"), + alternates: { + canonical: "https://audiocityzimbabwe.com", + }, + openGraph: { + title: "Audiocity Zimbabwe - Premium Car Audio & Accessories", + description: "Transform your vehicle with premium car audio, custom rims, and luxury automotive accessories. Get your free quote today.", + url: "https://audiocityzimbabwe.com", + siteName: "Audiocity Zimbabwe", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13940.jpg", + alt: "Premium car audio and accessories", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Audiocity Zimbabwe - Premium Car Audio & Accessories", + description: "Premium automotive upgrades and customizations. View our products and get an instant quote.", + images: ["http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13940.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +65,9 @@ export default function RootLayout({ return ( - + {children}