diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d9f3fa6..bd81cca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -52,7 +52,7 @@ export default function ContactPage() { description="Custom Cut Landscape is ready to transform your property with professional design and expert installation. Get started with a free estimate today." subdescription="Serving Chagrin Falls, Ohio and surrounding areas with premium landscaping services. Call or submit a quote request to get started." icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-flowers-growing-garden_181624-24120.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-flowers-growing-garden_181624-24120.jpg?_wi=3" imageAlt="green nature background outdoor" mediaAnimation="blur-reveal" useInvertedBackground={false} diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c052b59..4428d44 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -66,63 +66,63 @@ export default function GalleryPage() { id: "project-1", name: "Luxury Backyard Transformation", price: "Premium Design", - imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg?_wi=2", imageAlt: "Luxury backyard landscape design modern", }, { id: "project-2", name: "Residential Landscape Upgrade", price: "Full Installation", - imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013403.jpg?_wi=2", imageAlt: "Residential landscape transformation before after", }, { id: "project-3", name: "Stone Patio Installation", price: "Hardscape Project", - imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-relaxing-sitting-armchairs_23-2147850522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-relaxing-sitting-armchairs_23-2147850522.jpg?_wi=2", imageAlt: "Stone patio outdoor entertainment area", }, { id: "project-4", name: "Professional Lawn Installation", price: "Lawn Service", - imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2713.jpg?_wi=2", imageAlt: "manicured lawn professional landscaping", }, { id: "project-5", name: "Landscape Lighting Design", price: "Enhancement Feature", - imageSrc: "http://img.b2bpic.net/free-photo/calm-place-prepared-desk-waiting-food-visitors-evening-time_146671-14404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calm-place-prepared-desk-waiting-food-visitors-evening-time_146671-14404.jpg?_wi=2", imageAlt: "landscape lighting design outdoor features", }, { id: "project-6", name: "Seasonal Planting Design", price: "Seasonal Service", - imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tree-pot_1339-5746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tree-pot_1339-5746.jpg?_wi=2", imageAlt: "spring garden flowering plants landscape", }, { id: "project-7", name: "Water Feature Installation", price: "Premium Enhancement", - imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg?_wi=3", imageAlt: "Water feature landscape installation", }, { id: "project-8", name: "Pathway Landscape Design", price: "Hardscape Feature", - imageSrc: "http://img.b2bpic.net/free-photo/low-retaining-stone-wall-covered-with-moss_181624-10005.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-retaining-stone-wall-covered-with-moss_181624-10005.jpg?_wi=5", imageAlt: "Decorative stone pathway landscape", }, { id: "project-9", name: "Comprehensive Property Renovation", price: "Complete Project", - imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013403.jpg?_wi=3", imageAlt: "Professional property landscape renovation", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 32671a1..086c034 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Open_Sans } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Open_Sans } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Custom Cut Landscape LLC | Landscaping Chagrin Falls Ohio", + description: "Professional landscape design and installation in Chagrin Falls, Ohio. Free estimates. Expert hardscaping, lawn care, and property enhancements.", + keywords: "landscaping Chagrin Falls, landscape design Ohio, hardscape installation, lawn care, landscape contractor", + metadataBase: new URL("https://customcutlandscape.com"), + alternates: { + canonical: "https://customcutlandscape.com" + }, + robots: { + index: true, + follow: true + }, + openGraph: { + title: "Custom Cut Landscape LLC - Professional Landscaping", + description: "Transform your outdoor space with professional landscape design and installation in Chagrin Falls, Ohio.", + url: "https://customcutlandscape.com", + siteName: "Custom Cut Landscape LLC", + type: "website", + images: [ + { + url: "https://customcutlandscape.com/og-image.jpg", + alt: "Custom Cut Landscape - Professional Landscaping" + } + ] + }, + twitter: { + card: "summary_large_image", + title: "Custom Cut Landscape LLC", + description: "Professional landscaping services in Chagrin Falls, Ohio", + images: ["https://customcutlandscape.com/twitter-image.jpg"] + } +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}