Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:30:56 +00:00

View File

@@ -51,8 +51,8 @@ export default function LandingPage() {
{ text: "Let's Grow Something Beautiful", href: "#contact" },
{ text: "Explore Our Work", href: "#portfolio" }
]}
buttonAnimation="entrance-slide"
background={{ variant: "circleGradient" }}
buttonAnimation="none"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/vegetated-building_23-2147677722.jpg"
imageAlt="Beautiful Southern garden landscape with heritage plantings"
mediaAnimation="slide-up"
@@ -110,7 +110,6 @@ export default function LandingPage() {
]}
textboxLayout="default"
useInvertedBackground={true}
mediaAnimation="slide-up"
/>
</div>
@@ -121,16 +120,16 @@ export default function LandingPage() {
tag="Customer Reviews"
testimonials={[
{
id: "1", name: "Margaret Hayes", role: "Homeowner, Charleston", testimonial: "Liberty Landscaping didn't just create a beautiful garden—they understood the heart of our home. Every plant, every pathway tells our story. They feel like extended family.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Portrait of Margaret Hayes"
id: "1", name: "Margaret Hayes", role: "Homeowner, Charleston", testimonial: "Liberty Landscaping didn't just create a beautiful garden—they understood the heart of our home. Every plant, every pathway tells our story. They feel like extended family.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Portrait of Margaret Hayes"
},
{
id: "2", name: "James Thompson", role: "Property Manager, Savannah", testimonial: "Working with Liberty has been transformative for our properties. They approach each project with genuine care and deliver results that exceed expectations. Highly recommend their personalized service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Portrait of James Thompson"
id: "2", name: "James Thompson", role: "Property Manager, Savannah", testimonial: "Working with Liberty has been transformative for our properties. They approach each project with genuine care and deliver results that exceed expectations. Highly recommend their personalized service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of James Thompson"
},
{
id: "3", name: "Sarah Mitchell", role: "Homeowner, Atlanta", testimonial: "From the first consultation, I knew Liberty Landscaping was different. They listened, they cared, and they delivered a landscape that feels like an extension of our home. Truly exceptional work.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Portrait of Sarah Mitchell"
id: "3", name: "Sarah Mitchell", role: "Homeowner, Atlanta", testimonial: "From the first consultation, I knew Liberty Landscaping was different. They listened, they cared, and they delivered a landscape that feels like an extension of our home. Truly exceptional work.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Portrait of Sarah Mitchell"
},
{
id: "4", name: "Robert Caldwell", role: "Business Owner, Beaufort", testimonial: "Ten years of working with Liberty and they never disappoint. Reliable, professional, and genuinely invested in making our outdoor space beautiful. They're the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait of Robert Caldwell"
id: "4", name: "Robert Caldwell", role: "Business Owner, Beaufort", testimonial: "Ten years of working with Liberty and they never disappoint. Reliable, professional, and genuinely invested in making our outdoor space beautiful. They're the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Robert Caldwell"
}
]}
textboxLayout="default"
@@ -223,7 +222,7 @@ export default function LandingPage() {
{ text: "Get Your Free Consultation", href: "mailto:info@libertyland.com" },
{ text: "Call Us Today", href: "tel:+1-800-LIBERTY-1" }
]}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>