Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-08 04:22:03 +00:00

View File

@@ -148,10 +148,11 @@ 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"
testimonialsBadge="★ 4.9/5 from 200+ Customers"
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Local Business Owner", testimonial: "The croissants are absolutely divine! I can't believe how fresh and buttery they are. Wiggly Baker has become my go-to for morning pastries.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009622.jpg", imageAlt: "Sarah Mitchell"
@@ -239,4 +240,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}