6 Commits

Author SHA1 Message Date
09169fbcb1 Update src/app/page.tsx 2026-03-07 20:44:03 +00:00
ec4fa4ea77 Update src/app/layout.tsx 2026-03-07 20:44:03 +00:00
cd6e0b5946 Merge version_2 into main
Merge version_2 into main
2026-03-07 20:06:18 +00:00
62be8de3d2 Update src/app/page.tsx 2026-03-07 20:06:14 +00:00
eb3d048d9a Update src/app/layout.tsx 2026-03-07 20:06:14 +00:00
38c973bffd Merge version_1 into main
Merge version_1 into main
2026-03-07 19:46:38 +00:00
2 changed files with 18 additions and 52 deletions

View File

@@ -1,57 +1,27 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import { Inter_Tight } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const geist = Geist({
variable: "--font-halant", subsets: ["latin"], variable: "--font-geist-sans", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const geistMono = Geist_Mono({
variable: "--font-inter", subsets: ["latin"], variable: "--font-geist-mono", subsets: ["latin"],
});
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "HTZ Equipment - Premium Agricultural & Construction Machinery", description: "Discover reliable HTZ equipment for agriculture and construction. High-quality tractors, loaders, and harvesters with 30+ years of excellence.", keywords: "HTZ equipment, agricultural machinery, construction equipment, tractors, farm equipment, harvesters", metadataBase: new URL("https://htzequipment.com"), title: "HTZ Equipment", description: "Premium agricultural and construction equipment solutions"};
alternates: {
canonical: "https://htzequipment.com"},
openGraph: {
title: "HTZ Equipment - Premium Agricultural Machinery", description: "Industry-leading agricultural and construction equipment trusted by 15,000+ customers worldwide.", type: "website", siteName: "HTZ Equipment", images: [
{
url: "http://img.b2bpic.net/free-photo/man-blue-shirt-guy-tractor-agricultural-machinery_1157-43618.jpg", alt: "HTZ Equipment Showcase"},
],
},
twitter: {
card: "summary_large_image", title: "HTZ Equipment - Premium Agricultural Machinery", description: "Reliable equipment for modern farming and construction", images: ["http://img.b2bpic.net/free-photo/man-blue-shirt-guy-tractor-agricultural-machinery_1157-43618.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
@@ -1420,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -76,12 +76,9 @@ export default function LandingPage() {
tag="Latest Models" tag="Latest Models"
textboxLayout="default" textboxLayout="default"
products={[ products={[
{ { id: "1", name: "HTZ Tractor Pro", price: "$45,000", imageSrc: "http://img.b2bpic.net/free-photo/industrial-tractor-cutting-grass-field_181624-50329.jpg", imageAlt: "HTZ Tractor Pro"},
id: "1", name: "HTZ Tractor Pro", price: "$45,000", imageSrc: "http://img.b2bpic.net/free-photo/industrial-tractor-cutting-grass-field_181624-50329.jpg", imageAlt: "HTZ Tractor Pro"}, { id: "2", name: "HTZ Front Loader", price: "$32,000", imageSrc: "http://img.b2bpic.net/free-photo/construction-heavy-equipment-site-sunny-da_181624-60161.jpg", imageAlt: "HTZ Front Loader"},
{ { id: "3", name: "HTZ Grain Harvester", price: "$58,000", imageSrc: "http://img.b2bpic.net/free-psd/powerful-yellow-harvester-ready-harvest-agricultural-machine-efficient-farming-technology_191095-90453.jpg", imageAlt: "HTZ Grain Harvester"},
id: "2", name: "HTZ Front Loader", price: "$32,000", imageSrc: "http://img.b2bpic.net/free-photo/construction-heavy-equipment-site-sunny-da_181624-60161.jpg", imageAlt: "HTZ Front Loader"},
{
id: "3", name: "HTZ Grain Harvester", price: "$58,000", imageSrc: "http://img.b2bpic.net/free-psd/powerful-yellow-harvester-ready-harvest-agricultural-machine-efficient-farming-technology_191095-90453.jpg", imageAlt: "HTZ Grain Harvester"},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -99,13 +96,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "durability", label: "Durability", title: "Built to Last Decades", items: ["Heavy-duty construction materials", "Rigorous quality testing", "Extended warranty coverage", "Proven track record"], id: "durability", label: "Durability", title: "Built to Last Decades", items: ["Heavy-duty construction materials", "Rigorous quality testing", "Extended warranty coverage", "Proven track record"], buttons: [{ text: "Learn More", href: "contact" }, { text: "Get Quote", href: "contact" }],
}, },
{ {
id: "efficiency", label: "Efficiency", title: "Maximum Productivity", items: ["Advanced engine technology", "Fuel-efficient operations", "Optimized hydraulics", "Smart control systems"], id: "efficiency", label: "Efficiency", title: "Maximum Productivity", items: ["Advanced engine technology", "Fuel-efficient operations", "Optimized hydraulics", "Smart control systems"], buttons: [{ text: "Learn More", href: "contact" }, { text: "Get Quote", href: "contact" }],
}, },
{ {
id: "support", label: "Support", title: "Expert Service Always Available", items: ["24/7 technical support", "Nationwide service centers", "Fast spare parts delivery", "Certified technicians"], id: "support", label: "Support", title: "Expert Service Always Available", items: ["24/7 technical support", "Nationwide service centers", "Fast spare parts delivery", "Certified technicians"], buttons: [{ text: "Learn More", href: "contact" }, { text: "Get Quote", href: "contact" }],
}, },
]} ]}
/> />