Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5479753135 | |||
| e12c8b9554 | |||
| ce430c0f4e | |||
| cd9121438e |
@@ -9,7 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import { Facebook, Instagram, Phone, Mail } from "lucide-react";
|
import { Phone, Mail } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
logoText="Your Lawn, Maintained the Right Way"
|
logoText="Professional Lawn & Landscaping for East Valley Homes"
|
||||||
description="Ryan Brothers Lawn & Landscape delivers efficient, high-quality lawn care and landscaping for East Valley homeowners who want their property looking sharp—without the hassle."
|
description="Ryan Brothers Lawn & Landscape delivers efficient, high-quality lawn care and landscaping for East Valley homeowners who want their property looking sharp—without the hassle."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -146,17 +146,10 @@ export default function LandingPage() {
|
|||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Ryan Brothers Lawn & Landscape"
|
logoText="Ryan Brothers Lawn & Landscape"
|
||||||
copyrightText="© 2025 Ryan Brothers Lawn & Landscape | 480-327-9024 | ryanbrothersaz@gmail.com"
|
copyrightText="© 2025 Ryan Brothers Lawn & Landscape | 480-327-9024 | ryanbrothersaz@gmail.com"
|
||||||
socialLinks={[
|
socialLinks={[]}
|
||||||
{
|
|
||||||
icon: Facebook,
|
|
||||||
href: "#", ariaLabel: "Facebook"},
|
|
||||||
{
|
|
||||||
icon: Instagram,
|
|
||||||
href: "#", ariaLabel: "Instagram"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user