12 Commits

Author SHA1 Message Date
13e97d9265 Update src/app/page.tsx 2026-03-29 03:54:09 +00:00
acc1d8f33e Update src/app/page.tsx 2026-03-29 03:49:14 +00:00
098c2ce029 Update src/app/page.tsx 2026-03-29 03:44:09 +00:00
08f528f471 Update src/app/page.tsx 2026-03-29 03:43:17 +00:00
d9d066664d Update src/app/page.tsx 2026-03-29 03:41:02 +00:00
c868dddbbf Update src/app/page.tsx 2026-03-29 03:34:49 +00:00
e58976f116 Update src/app/page.tsx 2026-03-28 08:10:09 +00:00
2b679f7592 Merge version_10 into main
Merge version_10 into main
2026-03-28 08:07:05 +00:00
5d875f3068 Update src/app/page.tsx 2026-03-28 08:06:59 +00:00
ce8040ff4b Merge version_9 into main
Merge version_9 into main
2026-03-28 08:02:45 +00:00
14edf5e553 Merge version_9 into main
Merge version_9 into main
2026-03-28 08:02:13 +00:00
6f19d96a3d Merge version_9 into main
Merge version_9 into main
2026-03-28 08:01:41 +00:00

View File

@@ -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"
@@ -59,8 +59,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: 1, title: "Lawn Maintenance", description: "Weekly & bi-weekly mowing, edging, trimming, and blowing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683195658-uefq70lm.png", imageAlt: "Lawn mowing service" },
{ id: 2, title: "Landscaping Services", description: "Yard cleanups, hedge trimming, and landscape refreshes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683217001-qyt5vvru.png", imageAlt: "Landscape maintenance" },
{ id: 1, title: "Lawn Maintenance", description: "Weekly, bi-weekly & monthly mowing, edging, trimming, blowing & more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774756198244-5vkzgw2u.png", imageAlt: "Lawn mowing service" },
{ id: 2, title: "Landscaping Services", description: "Landscape cleanups, hedge trimming, Landscape maintenance, tree removal & trimming, irrigation repair & Installation, Rock & gravel installation & Removal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683217001-qyt5vvru.png", imageAlt: "Landscape maintenance" },
{ id: 3, title: "Seasonal Cleanups", description: "Leaf removal, property cleanouts, and overgrown yard restoration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683236779-lfs0cx8c.png", imageAlt: "Garden cleanup" },
]}
title="Our Services"