Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 62be8de3d2 | |||
| eb3d048d9a | |||
| 38c973bffd |
@@ -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 - Premium Agricultural & Construction Machinery", description: "Discover premium agricultural and construction equipment solutions. Reliable, efficient, and built for performance."};
|
||||||
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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,8 +51,8 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Browse Equipment", href: "products" },
|
|
||||||
{ text: "Request Demo", href: "contact" },
|
{ text: "Request Demo", href: "contact" },
|
||||||
|
{ text: "View Equipment Catalog", href: "products" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-blue-shirt-guy-tractor-agricultural-machinery_1157-43618.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/man-blue-shirt-guy-tractor-agricultural-machinery_1157-43618.jpg"
|
||||||
imageAlt="HTZ Equipment Showcase"
|
imageAlt="HTZ Equipment Showcase"
|
||||||
@@ -77,11 +77,14 @@ export default function LandingPage() {
|
|||||||
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: "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: "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"
|
||||||
@@ -140,16 +143,20 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "John Petrov", role: "Farm Owner", company: "Petrov Agriculture Ltd", rating: 5,
|
id: "1", name: "John Petrov", role: "Farm Owner", company: "Petrov Agriculture Ltd", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-field_23-2148233407.jpg", imageAlt: "John Petrov - Farm Owner"},
|
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-field_23-2148233407.jpg", imageAlt: "John Petrov - Farm Owner"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Maria Kowalski", role: "Construction Manager", company: "BuildCorp Industries", rating: 5,
|
id: "2", name: "Maria Kowalski", role: "Construction Manager", company: "BuildCorp Industries", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg", imageAlt: "Maria Kowalski - Construction Manager"},
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg", imageAlt: "Maria Kowalski - Construction Manager"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Elena Sokolov", role: "Agricultural Director", company: "Green Harvest Co", rating: 5,
|
id: "3", name: "Elena Sokolov", role: "Agricultural Director", company: "Green Harvest Co", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-gardener-with-phone-greenhouse_23-2147918842.jpg", imageAlt: "Elena Sokolov - Agricultural Director"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-female-gardener-with-phone-greenhouse_23-2147918842.jpg", imageAlt: "Elena Sokolov - Agricultural Director"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Viktor Novak", role: "Equipment Operator", company: "Eastern European Farms", rating: 5,
|
id: "4", name: "Viktor Novak", role: "Equipment Operator", company: "Eastern European Farms", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/agronomist-inspecting-sunflower_23-2148233487.jpg", imageAlt: "Viktor Novak - Equipment Operator"},
|
imageSrc: "http://img.b2bpic.net/free-photo/agronomist-inspecting-sunflower_23-2148233487.jpg", imageAlt: "Viktor Novak - Equipment Operator"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -160,17 +167,23 @@ export default function LandingPage() {
|
|||||||
sideDescription="Find answers to common questions about HTZ equipment, pricing, and support"
|
sideDescription="Find answers to common questions about HTZ equipment, pricing, and support"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "What is the warranty on HTZ equipment?", content: "All HTZ equipment comes with a comprehensive 3-year warranty covering manufacturing defects and mechanical issues. Extended warranty options are available for up to 7 years."},
|
id: "1", title: "What is the warranty on HTZ equipment?", content: "All HTZ equipment comes with a comprehensive 3-year warranty covering manufacturing defects and mechanical issues. Extended warranty options are available for up to 7 years."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Do you offer financing options?", content: "Yes, we partner with leading financial institutions to offer flexible financing plans. Terms range from 12 to 60 months with competitive interest rates based on creditworthiness."},
|
id: "2", title: "Do you offer financing options?", content: "Yes, we partner with leading financial institutions to offer flexible financing plans. Terms range from 12 to 60 months with competitive interest rates based on creditworthiness."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "What is your delivery time?", content: "Standard delivery takes 2-4 weeks depending on your location. Rush delivery options are available for an additional fee. We ship worldwide with full insurance coverage."},
|
id: "3", title: "What is your delivery time?", content: "Standard delivery takes 2-4 weeks depending on your location. Rush delivery options are available for an additional fee. We ship worldwide with full insurance coverage."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "Do you provide training and support?", content: "Absolutely. We offer comprehensive operator training, maintenance guides, and 24/7 technical support. Our certified technicians are available for on-site assistance worldwide."},
|
id: "4", title: "Do you provide training and support?", content: "Absolutely. We offer comprehensive operator training, maintenance guides, and 24/7 technical support. Our certified technicians are available for on-site assistance worldwide."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", title: "Are replacement parts readily available?", content: "Yes, all HTZ parts are stocked at our regional distribution centers. We guarantee next-day delivery for most common replacement parts in major markets."},
|
id: "5", title: "Are replacement parts readily available?", content: "Yes, all HTZ parts are stocked at our regional distribution centers. We guarantee next-day delivery for most common replacement parts in major markets."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", title: "Can I trade in my old equipment?", content: "We accept trade-ins of most agricultural and construction equipment. Our valuation team will provide a competitive assessment based on condition and market value."},
|
id: "6", title: "Can I trade in my old equipment?", content: "We accept trade-ins of most agricultural and construction equipment. Our valuation team will provide a competitive assessment based on condition and market value."
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqsAnimation="none"
|
faqsAnimation="none"
|
||||||
|
|||||||
Reference in New Issue
Block a user