5 Commits

Author SHA1 Message Date
25d06b016d Update src/app/page.tsx 2026-03-06 00:35:30 +00:00
e7ca3d28ce Update src/app/layout.tsx 2026-03-06 00:35:29 +00:00
8b4abc8813 Merge version_1 into main
Merge version_1 into main
2026-03-06 00:34:14 +00:00
ea406a58b4 Merge version_1 into main
Merge version_1 into main
2026-03-06 00:33:19 +00:00
ece0055e1f Merge version_1 into main
Merge version_1 into main
2026-03-06 00:31:59 +00:00
2 changed files with 11 additions and 46 deletions

View File

@@ -1,56 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import './globals.css';
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
title: "Ortiz Landscaping - Professional Lawn & Yard Care", description: "Expert landscaping services including mulch installation, edging, spring/fall cleanup, and weekly lawn mowing. Trusted local service from Filiberto Ortiz. Get your free quote today.", keywords: "landscaping, lawn mowing, mulch, edging, yard maintenance, spring cleanup, fall cleanup, professional landscaper", metadataBase: new URL("https://ortizlandscaping.com"),
openGraph: {
title: "Ortiz Landscaping - Professional Yard & Lawn Care", description: "Transform your outdoor space with professional landscaping services. Weekly mowing from $40, mulch, edging, seasonal cleanup.", url: "https://ortizlandscaping.com", siteName: "Ortiz Landscaping", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", alt: "Professional landscaping service by Ortiz Landscaping"},
],
},
twitter: {
card: "summary_large_image", title: "Ortiz Landscaping - Professional Services", description: "Expert lawn care and landscaping. $40 weekly mowing. Call today for your free quote.", images: ["http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg"],
},
robots: {
index: true,
follow: true,
},
title: 'Ortiz Landscaping - Professional Outdoor Services',
description: 'Transform your outdoor space with expert landscaping services including lawn mowing, mulch installation, and seasonal cleanups.',
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1418,7 +1384,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Professional Landscaping Services"
description="Transform your outdoor space with Ortiz Landscaping. From expert mulching and precision edging to seasonal cleanups and weekly lawn maintenance, we deliver quality and reliability every time."
description="Beautiful, well-maintained yards boost curb appeal and property value. Ortiz Landscaping delivers expert mulching, precision edging, seasonal cleanups, and weekly lawn maintenance to keep your outdoor space looking pristine."
tag="Trusted Local Service"
tagIcon={Sparkles}
tagAnimation="slide-up"