Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 17:26:15 +00:00

View File

@@ -131,8 +131,10 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="Loved by Chefs & Home Cooks"
title="Over 500+ Happy Customers"
description="Hear what our customers have to say about their Wolfwood boards."
tag="Loved by Chefs & Home Cooks"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
@@ -211,4 +213,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}