Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:10:02 +00:00

View File

@@ -155,11 +155,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahm_eats", testimonial: "The croissants at 15 Ad Bakery are absolutely incredible! Fresh, buttery, and perfectly flaky every single time. It's become my morning ritual.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Chen", handle: "@jchen_food", testimonial: "I've tried many bakeries, but this place stands out. The quality of ingredients and attention to detail is unmatched. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Chen"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "James Chen"
},
{
id: "3", name: "Emma Rodriguez", handle: "@emmasbites", testimonial: "Their sourdough bread has completely changed my morning. Authentic, delicious, and crafted with real passion. Worth every penny!", rating: 5,
@@ -171,11 +171,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Lisa Wong", handle: "@lisawong_cafe", testimonial: "Perfect for special occasions or just treating yourself. I order their cakes for all my events. Never disappointed!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg", imageAlt: "Lisa Wong"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg?_wi=2", imageAlt: "Lisa Wong"
},
{
id: "6", name: "David Garcia", handle: "@davidg_lifestyle", testimonial: "The donuts are to die for! Fresh every day, creative flavors, and they actually care about quality. This is the real deal.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Garcia"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Garcia"
}
]}
showRating={true}