Merge version_2_1781573180174 into main #1

Merged
bender merged 1 commits from version_2_1781573180174 into main 2026-06-16 01:28:16 +00:00

View File

@@ -6,7 +6,19 @@ import TeamGlassCards from "@/components/sections/team/TeamGlassCards";
import TeamOverlayCards from "@/components/sections/team/TeamOverlayCards";
import TestimonialAvatarCard from "@/components/sections/testimonial/TestimonialAvatarCard";
import FaqTwoColumn from "@/components/sections/faq/FaqTwoColumn";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import BaseContactSplitForm from "@/components/sections/contact/ContactSplitForm";
// @ts-ignore
function ContactSplitForm(props) {
return (
<BaseContactSplitForm
{...props}
phone="0706 187 7038"
address="H33J+38G, Akabo 461110, Imo"
description={props.description ? `${props.description} Open 24 hours.` : "Open 24 hours."}
/>
);
}
export default function HomePage() {
return (
@@ -15,9 +27,9 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
tag="Professional Landscaping"
title="Transform Your Outdoor Space"
description="Professional landscaping design, installation, and maintenance services. From lush gardens to stunning hardscapes, we bring your vision to life."
tag="Landscape Designer in Amatta"
title="Ahrst Landscaping"
description="Professional landscape design and maintenance services in Amatta. Open 24 hours to bring your outdoor vision to life with lush gardens and stunning hardscapes."
primaryButton={{ text: "Get Free Estimate", href: "#contact" }}
secondaryButton={{ text: "Our Services", href: "#services" }}
imageSrc="https://storage.googleapis.com/webild/default/templates/landscaping/hero.jpg"
@@ -25,14 +37,14 @@ export default function HomePage() {
{
name: "Sarah M.",
handle: "Homeowner",
text: "GreenScape completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.",
text: "Ahrst Landscaping completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.",
rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/templates/web-agency-2/team-2.jpg",
},
{
name: "David K.",
handle: "Property Manager",
text: "We've used GreenScape for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.",
text: "We've used Ahrst Landscaping for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.",
rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/templates/web-agency-2/team-1.jpg",
},
@@ -42,7 +54,7 @@ export default function HomePage() {
<div id="about" data-section="about">
<AboutTestimonial
tag="About GreenScape"
tag="About Ahrst Landscaping"
quote="We've been transforming outdoor spaces for over 15 years — delivering designs that homeowners love and landscapes that last."
author="James Carter"
role="Lead Designer"