Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-12 07:14:45 +00:00
5 changed files with 81 additions and 42 deletions

View File

@@ -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}

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${interTight.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -92,31 +92,31 @@ export default function HomePage() {
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=1",
},
{
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=1",
},
{
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=1",
},
{
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=1",
},
{
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=1",
},
]}
buttonAnimation="slide-up"
@@ -141,7 +141,7 @@ export default function HomePage() {
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=1",
},
{
id: "test-002",
@@ -149,7 +149,7 @@ export default function HomePage() {
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=1",
},
{
id: "test-003",
@@ -157,7 +157,7 @@ export default function HomePage() {
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=1",
},
{
id: "test-004",
@@ -165,7 +165,7 @@ export default function HomePage() {
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=1",
},
{
id: "test-005",
@@ -173,7 +173,7 @@ export default function HomePage() {
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=1",
},
{
id: "test-006",
@@ -181,7 +181,7 @@ export default function HomePage() {
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=1",
},
]}
animationType="slide-up"

View File

@@ -58,7 +58,7 @@ export default function ProductsPage() {
id: "prod-001",
name: "20 Inch Premium Alloy Rims",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg?_wi=1",
imageAlt: "20-inch premium alloy rims",
initialQuantity: 1,
},
@@ -66,7 +66,7 @@ export default function ProductsPage() {
id: "prod-002",
name: "18 Inch Performance Wheels",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14040.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14040.jpg?_wi=1",
imageAlt: "18-inch performance wheels",
initialQuantity: 1,
},
@@ -74,7 +74,7 @@ export default function ProductsPage() {
id: "prod-003",
name: "Toyota Aqua Nano Ceramic Tint",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193568.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193568.jpg?_wi=1",
imageAlt: "Toyota Aqua nano ceramic window tint",
initialQuantity: 1,
},
@@ -82,7 +82,7 @@ export default function ProductsPage() {
id: "prod-004",
name: "Nissan Note LED Projector Grille",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-5496.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-5496.jpg?_wi=1",
imageAlt: "Nissan Note LED projector grille",
initialQuantity: 1,
},
@@ -90,7 +90,7 @@ export default function ProductsPage() {
id: "prod-005",
name: "Mini Cooper LED Projector Light",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746591.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746591.jpg?_wi=1",
imageAlt: "Mini Cooper LED projector light",
initialQuantity: 1,
},
@@ -98,7 +98,7 @@ export default function ProductsPage() {
id: "prod-006",
name: "Prado FJ150 Bennett Guard",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096569.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096569.jpg?_wi=1",
imageAlt: "Prado FJ150 protective Bennett guard",
initialQuantity: 1,
},

View File

@@ -115,7 +115,7 @@ export default function QuoteBuilderPage() {
id: "prod-001",
name: "20 Inch Premium Alloy Rims",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg?_wi=2",
imageAlt: "20-inch premium alloy rims",
initialQuantity: 1,
},
@@ -123,7 +123,7 @@ export default function QuoteBuilderPage() {
id: "prod-002",
name: "18 Inch Performance Wheels",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14040.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14040.jpg?_wi=2",
imageAlt: "18-inch performance wheels",
initialQuantity: 1,
},
@@ -131,7 +131,7 @@ export default function QuoteBuilderPage() {
id: "prod-003",
name: "Toyota Aqua Nano Ceramic Tint",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193568.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193568.jpg?_wi=2",
imageAlt: "Toyota Aqua nano ceramic window tint",
initialQuantity: 1,
},
@@ -139,7 +139,7 @@ export default function QuoteBuilderPage() {
id: "prod-004",
name: "Nissan Note LED Projector Grille",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-5496.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-5496.jpg?_wi=2",
imageAlt: "Nissan Note LED projector grille",
initialQuantity: 1,
},
@@ -147,7 +147,7 @@ export default function QuoteBuilderPage() {
id: "prod-005",
name: "Mini Cooper LED Projector Light",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746591.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746591.jpg?_wi=2",
imageAlt: "Mini Cooper LED projector light",
initialQuantity: 1,
},
@@ -155,7 +155,7 @@ export default function QuoteBuilderPage() {
id: "prod-006",
name: "Prado FJ150 Bennett Guard",
price: "Quote",
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096569.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096569.jpg?_wi=2",
imageAlt: "Prado FJ150 protective Bennett guard",
initialQuantity: 1,
},