Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-05 23:16:19 +00:00

View File

@@ -80,6 +80,7 @@ export default function LandingPage() {
<TestimonialCardSix
title="What Our Clients Say"
animationType="blur-reveal"
description="Hear from our satisfied customers about their fencing experience."
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
@@ -98,6 +99,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your fencing needs..." }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/front-view-couple-looking-house_23-2148346258.jpg"
/>
</div>