Compare commits
7 Commits
version_9
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bb36608a1 | |||
| e58976f116 | |||
| 2b679f7592 | |||
| 5d875f3068 | |||
| ce8040ff4b | |||
| 14edf5e553 | |||
| 6f19d96a3d |
@@ -9,7 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Phone } from "lucide-react";
|
||||
import { Phone, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
]}
|
||||
brandName="Ryan Brothers"
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
logoText="Professional Lawn & Landscaping"
|
||||
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={[
|
||||
{ text: "Request a Free Quote", href: "#contact" },
|
||||
{ text: "Request a Free Quote", href: "tel:4803279024" },
|
||||
{ text: "Call Now", href: "tel:4803279024" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683172804-an6fhagl.png"
|
||||
|
||||
Reference in New Issue
Block a user