Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-04 02:46:50 +00:00
2 changed files with 9 additions and 75 deletions

View File

@@ -1,55 +1,21 @@
import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
import "./styles/variables.css";
import "./styles/base.css";
export const metadata: Metadata = {
title: "Graphic Design & Signage in Krugersdorp | Hamz IT Solutions", description: "Professional graphic design, signage, printing, and website services in Krugersdorp. Affordable, fast turnaround. 5-star rated. Call 062 978 8159 today.", keywords: "graphic designer Krugersdorp, signage Krugersdorp, website design Krugersdorp, printing services Krugersdorp, business branding Krugersdorp", openGraph: {
title: "Graphic Design & Signage in Krugersdorp", description: "Your One-Stop Branding & Signage Partner. Trusted by 47+ businesses. Professional, affordable, fast service.", siteName: "Hamz IT Solutions", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg", alt: "Hamz IT Solutions - Professional Graphic Design Services"
}
]
},
twitter: {
card: "summary_large_image", title: "Graphic Design & Signage in Krugersdorp", description: "Professional design solutions from Hamz IT Solutions. 5-star rated, fast turnaround.", images: ["http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346499.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Hamz IT Solutions | Graphic Design & Signage in Krugersdorp", description: "Professional graphic design, signage, printing, and web solutions in Krugersdorp. Trusted by 47+ local businesses with 5.0★ rating."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${publicSans.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1417,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -7,7 +7,6 @@ import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarou
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import TextAbout from "@/components/sections/about/TextAbout";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
@@ -162,36 +161,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Trusted by Local Business Owners"
description="Real testimonials from our satisfied customers across Krugersdorp and surrounding areas"
tag="Testimonials"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Exceptional Logo Design Service", quote: "Hamz IT Solutions delivered our company logo in just 24 hours. Professional, affordable, and exactly what we needed. Highly recommended!", name: "Thabo Mthembu", role: "Owner, TM Construction", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Thabo Mthembu"
},
{
id: "2", title: "Outstanding Signage Installation", quote: "The quality of our outdoor signage exceeded expectations. They handled everything from design to installation. Great customer service!", name: "Maria van Dyk", role: "Manager, VanDyk Boutique", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Maria van Dyk"
},
{
id: "3", title: "Fast and Professional Website", quote: "We got our business website up and running in just one week. Very responsive team and excellent support throughout the process.", name: "Sipho Ngwenya", role: "Director, NG Events", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "Sipho Ngwenya"
},
{
id: "4", title: "Complete Branding Solution", quote: "From logo to business cards to flyers, Hamz IT Solutions provided everything we needed to establish our brand professionally. Worth every rand!", name: "Patricia Molefe", role: "Founder, Molefe Consulting", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Patricia Molefe"
},
{
id: "5", title: "Affordable Quality Printing", quote: "Best printing prices in Krugersdorp without sacrificing quality. Our marketing materials look amazing and arrived on time.", name: "Johan Pieterse", role: "Sales Manager, JP Motors", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Johan Pieterse"
},
{
id: "6", title: "One-Stop Business Solution", quote: "Fantastic! They handled our company registration documents and created our complete visual identity. True one-stop shop for small businesses.", name: "Amelia Chen", role: "Entrepreneur, AC Imports", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Amelia Chen"
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready to Grow Your Business?"