Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09169fbcb1 | |||
| ec4fa4ea77 | |||
| cd6e0b5946 | |||
| 62be8de3d2 | |||
| eb3d048d9a | |||
| 38c973bffd |
@@ -1,58 +1,28 @@
|
||||
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 { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
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"),
|
||||
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,
|
||||
},
|
||||
};
|
||||
title: "HTZ Equipment", description: "Premium agricultural and construction equipment solutions"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -76,12 +76,9 @@ export default function LandingPage() {
|
||||
tag="Latest Models"
|
||||
textboxLayout="default"
|
||||
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: "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: "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"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -99,13 +96,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user