Compare commits
2 Commits
version_14
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| d9d3815352 | |||
| 275db6aa33 |
@@ -4,8 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
|
import { Phone } from 'lucide-react';
|
||||||
|
|
||||||
export default function HedgeTrimmingPage() {
|
export default function HedgeTrimmingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -22,29 +23,39 @@ export default function HedgeTrimmingPage() {
|
|||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingInline
|
<div id="nav" data-section="nav">
|
||||||
navItems={[
|
<NavbarLayoutFloatingInline
|
||||||
{ name: "Home", id: "/" },
|
navItems={[
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Hedge Trimming", id: "/hedge-trimming" },
|
{ name: "Hedge Trimming", id: "/hedge-trimming" },
|
||||||
{ name: "Tree Services", id: "/tree-removal-trimming" },
|
{ name: "Tree Services", id: "/tree-removal-trimming" },
|
||||||
{ name: "Why Us", id: "/#why-us" },
|
]}
|
||||||
{ name: "Reviews", id: "/#reviews" },
|
brandName="Ryan Brothers"
|
||||||
]}
|
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||||
brandName="Ryan Brothers"
|
/>
|
||||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
</div>
|
||||||
/>
|
<div id="home" data-section="home">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Professional Hedge Trimming"
|
logoText="Professional Hedge Trimming"
|
||||||
description="Keep your hedges healthy, clean, and perfectly shaped with our professional trimming services."
|
description="Keep your hedges healthy, clean, and perfectly shaped with our professional trimming services."
|
||||||
buttons={[{ text: "Request a Quote", href: "tel:4803279024" }]}
|
buttons={[{ text: "Request a Quote", href: "tel:4803279024" }]}
|
||||||
/>
|
background={{ variant: "glowing-orb" }}
|
||||||
<ContactSplitForm
|
/>
|
||||||
title="Book Your Trimming Service"
|
</div>
|
||||||
description="Contact us today to schedule your hedge trimming."
|
<div id="contact" data-section="contact">
|
||||||
inputs={[{ name: "name", type: "text", placeholder: "Full Name", required: true }, { name: "email", type: "email", placeholder: "Email", required: true }]}
|
<ContactFaq
|
||||||
/>
|
ctaTitle="Book Your Trimming Service"
|
||||||
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />
|
ctaDescription="Contact us today to schedule your hedge trimming."
|
||||||
|
ctaButton={{ text: "Call Now", href: "tel:4803279024" }}
|
||||||
|
ctaIcon={Phone}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
|
faqs={[{ id: "1", title: "How often should I trim?", content: "Generally twice a year depending on the species." }]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />
|
||||||
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -4,8 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
|
import { Phone } from 'lucide-react';
|
||||||
|
|
||||||
export default function TreeServicesPage() {
|
export default function TreeServicesPage() {
|
||||||
return (
|
return (
|
||||||
@@ -22,29 +23,39 @@ export default function TreeServicesPage() {
|
|||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingInline
|
<div id="nav" data-section="nav">
|
||||||
navItems={[
|
<NavbarLayoutFloatingInline
|
||||||
{ name: "Home", id: "/" },
|
navItems={[
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Hedge Trimming", id: "/hedge-trimming" },
|
{ name: "Hedge Trimming", id: "/hedge-trimming" },
|
||||||
{ name: "Tree Services", id: "/tree-removal-trimming" },
|
{ name: "Tree Services", id: "/tree-removal-trimming" },
|
||||||
{ name: "Why Us", id: "/#why-us" },
|
]}
|
||||||
{ name: "Reviews", id: "/#reviews" },
|
brandName="Ryan Brothers"
|
||||||
]}
|
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||||
brandName="Ryan Brothers"
|
/>
|
||||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
</div>
|
||||||
/>
|
<div id="home" data-section="home">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Tree Removal & Trimming"
|
logoText="Tree Removal & Trimming"
|
||||||
description="Safe tree removal and professional trimming services to enhance yard safety and aesthetics."
|
description="Safe tree removal and professional trimming services to enhance yard safety and aesthetics."
|
||||||
buttons={[{ text: "Request a Quote", href: "tel:4803279024" }]}
|
buttons={[{ text: "Request a Quote", href: "tel:4803279024" }]}
|
||||||
/>
|
background={{ variant: "glowing-orb" }}
|
||||||
<ContactSplitForm
|
/>
|
||||||
title="Book Your Tree Service"
|
</div>
|
||||||
description="Contact us today to discuss your tree service needs."
|
<div id="contact" data-section="contact">
|
||||||
inputs={[{ name: "name", type: "text", placeholder: "Full Name", required: true }, { name: "email", type: "email", placeholder: "Email", required: true }]}
|
<ContactFaq
|
||||||
/>
|
ctaTitle="Book Your Tree Service"
|
||||||
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />
|
ctaDescription="Contact us today to discuss your tree service needs."
|
||||||
|
ctaButton={{ text: "Call Now", href: "tel:4803279024" }}
|
||||||
|
ctaIcon={Phone}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
|
faqs={[{ id: "1", title: "Is tree removal safe?", content: "Yes, our team is certified and insured for safe removals." }]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterCard logoText="Ryan Brothers Lawn & Landscape" />
|
||||||
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user