Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-04 21:05:50 +00:00

View File

@@ -125,6 +125,7 @@ export default function LandingPage() {
<TestimonialCardThirteen
animationType="blur-reveal"
showRating={true}
useInvertedBackground={false}
textboxLayout="split"
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Game changer for my agency workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-product-photographer-studio_23-2148970225.jpg" },
@@ -156,6 +157,7 @@ export default function LandingPage() {
<ContactText
text="Ready to take your design business to the next level? Get in touch today."
buttons={[{ text: "Contact Support", href: "#contact" }]}
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
/>
</div>