Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-10 02:34:33 +00:00
3 changed files with 1382 additions and 15 deletions

View File

@@ -159,7 +159,7 @@ const AboutPage = () => {
"Fast service and great work. The team was professional and left everything clean. Highly recommended!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg",
"http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=3",
imageAlt: "David Miller",
},
{
@@ -170,7 +170,7 @@ const AboutPage = () => {
"Reliable crews and consistent quality. They handle all our commercial properties with excellent care.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-vector/nice-people-avatars-flat-design_23-2147542332.jpg",
"http://img.b2bpic.net/free-vector/nice-people-avatars-flat-design_23-2147542332.jpg?_wi=3",
imageAlt: "Emily Rodriguez",
},
{
@@ -181,7 +181,7 @@ const AboutPage = () => {
"Affordable pricing without compromising quality. Our yard looks amazing and maintenance is easy.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg",
"http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg?_wi=3",
imageAlt: "James Patterson",
},
{
@@ -192,7 +192,7 @@ const AboutPage = () => {
"Professional team with attention to detail. They exceeded our expectations. Worth every penny!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
"http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2",
imageAlt: "Lisa Thompson",
},
{
@@ -203,7 +203,7 @@ const AboutPage = () => {
"Licensed, insured, and reliable. They handle our commercial properties like they own them.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg",
"http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg?_wi=2",
imageAlt: "Robert Garcia",
},
{
@@ -214,7 +214,7 @@ const AboutPage = () => {
"Great crew, great service. They are always on time and the work quality is exceptional.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg",
"http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=2",
imageAlt: "Amanda Wells",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -100,7 +100,7 @@ export default function HomePage() {
handle: "Franklin, TN",
testimonial: "Professional crew, great attention to detail. Our yard has never looked better!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
@@ -108,7 +108,7 @@ export default function HomePage() {
handle: "Nashville, TN",
testimonial: "Fast service and affordable pricing. Highly recommend Magana Landscaping.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/nice-people-avatars-flat-design_23-2147542332.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/nice-people-avatars-flat-design_23-2147542332.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -116,7 +116,7 @@ export default function HomePage() {
handle: "Brentwood, TN",
testimonial: "Reliable scheduling and excellent workmanship. They care about your property.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg?_wi=1",
imageAlt: "Jennifer Davis",
},
]}
@@ -271,7 +271,7 @@ export default function HomePage() {
handle: "Homeowner, Franklin TN",
testimonial: "Fast service and great work. The team was professional and left everything clean. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=2",
imageAlt: "David Miller",
},
{
@@ -280,7 +280,7 @@ export default function HomePage() {
handle: "Property Manager, Nashville TN",
testimonial: "Reliable crews and consistent quality. They handle all our commercial properties with excellent care.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/nice-people-avatars-flat-design_23-2147542332.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/nice-people-avatars-flat-design_23-2147542332.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
{
@@ -289,7 +289,7 @@ export default function HomePage() {
handle: "Homeowner, Brentwood TN",
testimonial: "Affordable pricing without compromising quality. Our yard looks amazing and maintenance is easy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg?_wi=2",
imageAlt: "James Patterson",
},
{
@@ -298,7 +298,7 @@ export default function HomePage() {
handle: "Homeowner, Murfreesboro TN",
testimonial: "Professional team with attention to detail. They exceeded our expectations. Worth every penny!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1",
imageAlt: "Lisa Thompson",
},
{
@@ -307,7 +307,7 @@ export default function HomePage() {
handle: "Commercial Client, Gallatin TN",
testimonial: "Licensed, insured, and reliable. They handle our commercial properties like they own them.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg?_wi=1",
imageAlt: "Robert Garcia",
},
{
@@ -316,7 +316,7 @@ export default function HomePage() {
handle: "Homeowner, White House TN",
testimonial: "Great crew, great service. They are always on time and the work quality is exceptional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=1",
imageAlt: "Amanda Wells",
},
]}