Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f76a0b7aa9 | |||
| 6ccbccaa61 | |||
| f8fbfcffa5 | |||
| 57285ba07b | |||
| 11e742872f | |||
| 675a4a54b0 | |||
| 5fd55ecce7 | |||
| 55a7175eec | |||
| a970cb788d | |||
| ccee9529a1 | |||
| a245786d96 | |||
| 699fe25795 | |||
| 0f5f75da0c | |||
| 4e2cb784c0 | |||
| 2f591d74ff | |||
| adedbc8f8d |
@@ -1,57 +1,21 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import { Figtree } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const figtree = Figtree({
|
|
||||||
variable: "--font-figtree", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Skid Steer Loader Rentals - ProTrack | Bilingual Equipment Rental", description: "Professional skid steer loader rentals with bilingual support. Daily, weekly, and monthly rental plans available. Fast delivery, expert support, and flexible terms.", keywords: "skid steer rental, equipment rental, loader rental, construction equipment, bilingual", metadataBase: new URL("https://protrackrentals.com"),
|
title: "ProTrack Rentals - Professional Equipment Rental", description: "Professional skid steer loader and equipment rentals with same-day delivery. Flexible plans, no long-term contracts required."
|
||||||
alternates: {
|
|
||||||
canonical: "https://protrackrentals.com"
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "ProTrack - Professional Equipment Rentals", description: "Rent reliable skid steer loaders and construction equipment. Bilingual service for English and Spanish speakers.", url: "https://protrackrentals.com", siteName: "ProTrack Rentals", type: "website", images: [{
|
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARO0myy2Q0cEbmnux5fNOMbxJj/a-professional-skid-steer-loader-on-a-mo-1772553433968-e4af3058.png", alt: "Skid steer loader ready for rental"
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Professional Skid Steer Loader Rentals", description: "Flexible equipment rental plans with bilingual support. Daily, weekly, monthly options available.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARO0myy2Q0cEbmnux5fNOMbxJj/a-professional-skid-steer-loader-on-a-mo-1772553433968-e4af3058.png"]
|
|
||||||
},
|
|
||||||
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={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1419,7 +1383,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="ProTrack Rentals"
|
logoText="ProTrack Rentals"
|
||||||
description="Professional Skid Steer Loader Rentals | Alquileres Profesionales de Cargadores de Dirección Deslizante"
|
description="Get Professional Equipment Delivered Same-Day—No Long-Term Contracts"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Equipment", href: "#equipment" },
|
{ text: "View Equipment", href: "#equipment" },
|
||||||
{ text: "Request Quote", href: "#contact" }
|
{ text: "Request Quote", href: "#contact" }
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f6f0e9;;
|
/* --background: #f6f0e9;;;
|
||||||
--card: #efe7dd;;
|
--card: #efe7dd;;;
|
||||||
--foreground: #2b180a;;
|
--foreground: #2b180a;;;
|
||||||
--primary-cta: #2b180a;;
|
--primary-cta: #2b180a;;;
|
||||||
--secondary-cta: #efe7dd;;
|
--secondary-cta: #efe7dd;;;
|
||||||
--accent: #94877c;;
|
--accent: #94877c;;;
|
||||||
--background-accent: #afa094;; */
|
--background-accent: #afa094;;; */
|
||||||
|
|
||||||
--background: #f6f0e9;;
|
--background: #f6f0e9;;;
|
||||||
--card: #efe7dd;;
|
--card: #efe7dd;;;
|
||||||
--foreground: #2b180a;;
|
--foreground: #2b180a;;;
|
||||||
--primary-cta: #2b180a;;
|
--primary-cta: #2b180a;;;
|
||||||
--primary-cta-text: #f6f0e9;;
|
--primary-cta-text: #f6f0e9;;;
|
||||||
--secondary-cta: #efe7dd;;
|
--secondary-cta: #efe7dd;;;
|
||||||
--secondary-cta-text: #2b180a;;
|
--secondary-cta-text: #2b180a;;;
|
||||||
--accent: #94877c;;
|
--accent: #94877c;;;
|
||||||
--background-accent: #afa094;;
|
--background-accent: #afa094;;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user