Merge version_3 into main #3
@@ -1,17 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Richards Your Outdoor Connection", description: "Professional tree removal, trimming, landscaping, and excavation services serving the Cleveland area since 1985."};
|
||||
title: "Richards Your Outdoor Connection", description: "Professional tree removal, trimming, landscaping, and excavation services in Cleveland."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -20,9 +14,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
@@ -8,6 +8,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -59,15 +60,13 @@ export default function LandingPage() {
|
||||
<FeatureCardMedia
|
||||
title="Professional Outdoor Services"
|
||||
description="We offer comprehensive landscaping solutions to enhance and maintain your property year-round."
|
||||
tag="Expert Solutions"
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Tree Removal", description: "Safe and efficient removal of dead, diseased, or unwanted trees from your property", tag: "Expert Service", imageSrc: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", imageAlt: "tree removal arborist cutting equipment professional"},
|
||||
{
|
||||
id: "2", title: "Tree Trimming", description: "Professional trimming to promote health, safety, and aesthetic appeal of your trees", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "tree trimming pruning maintenance arborist healthy"},
|
||||
{
|
||||
id: "3", title: "Landscaping", description: "Complete landscape design and installation to transform your outdoor environment", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "landscaping garden design outdoor space plants backyard"},
|
||||
{
|
||||
id: "4", title: "Excavation Services", description: "Reliable excavation for grading, land clearing, and site preparation projects", tag: "Heavy Equipment", imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194772.jpg", imageAlt: "excavation heavy equipment bulldozer construction grading"},
|
||||
{ id: "1", title: "Tree Removal", description: "Safe and efficient removal of dead, diseased, or unwanted trees from your property", tag: "Expert Service", imageSrc: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", imageAlt: "tree removal arborist cutting equipment professional"},
|
||||
{ id: "2", title: "Tree Trimming", description: "Professional trimming to promote health, safety, and aesthetic appeal of your trees", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "tree trimming pruning maintenance arborist healthy"},
|
||||
{ id: "3", title: "Landscaping", description: "Complete landscape design and installation to transform your outdoor environment", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "landscaping garden design outdoor space plants backyard"},
|
||||
{ id: "4", title: "Excavation Services", description: "Reliable excavation for grading, land clearing, and site preparation projects", tag: "Heavy Equipment", imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194772.jpg", imageAlt: "excavation heavy equipment bulldozer construction grading"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -79,8 +78,7 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Family-Owned Since" },
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/tree-shape-logo-template_1156-717.jpg", alt: "Richards Your Outdoor Connection logo"},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/tree-shape-logo-template_1156-717.jpg", alt: "Richards Your Outdoor Connection logo"},
|
||||
{ type: "text", content: "1985" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
@@ -92,17 +90,13 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot male person"},
|
||||
{
|
||||
id: "2", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional portrait business headshot female person"},
|
||||
{
|
||||
id: "3", name: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-smiling_1098-63.jpg", imageAlt: "professional portrait business headshot male asian"},
|
||||
{
|
||||
id: "4", name: "Jennifer Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", imageAlt: "professional portrait business headshot female diverse"},
|
||||
{ id: "1", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot male person"},
|
||||
{ id: "2", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional portrait business headshot female person"},
|
||||
{ id: "3", name: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-smiling_1098-63.jpg", imageAlt: "professional portrait business headshot male asian"},
|
||||
{ id: "4", name: "Jennifer Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", imageAlt: "professional portrait business headshot female diverse"},
|
||||
]}
|
||||
cardTitle="Over 1,000 satisfied customers trust us to care for their properties with professionalism and expertise"
|
||||
cardTag="Over 20 Years of 5-Star Reviews"
|
||||
cardTag="See What Our Customers Say"
|
||||
cardAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user