5 Commits

Author SHA1 Message Date
fc64f534f9 Merge version_3 into main
Merge version_3 into main
2026-03-08 04:23:20 +00:00
69cbbf67b3 Update src/app/page.tsx 2026-03-08 04:23:16 +00:00
825cae3673 Merge version_3 into main
Merge version_3 into main
2026-03-08 04:22:03 +00:00
7d8140d82e Update src/app/page.tsx 2026-03-08 04:21:59 +00:00
dfdb75a89c Merge version_2 into main
Merge version_2 into main
2026-03-08 04:18:37 +00:00

View File

@@ -148,7 +148,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="What Our Customers Say"
description="★ 4.9/5 from 200+ Customers. Join thousands of happy customers who've discovered the Wiggly Baker difference."
description="Join thousands of happy customers who've discovered the Wiggly Baker difference."
tag="Customer Love"
tagIcon={Star}
tagAnimation="slide-up"
@@ -239,4 +239,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}