From bf7c7fd549979357225dc2dc30b4c41c6ebbc9fa Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 7 Jun 2026 23:32:19 +0000 Subject: [PATCH] Bob AI: Add verified blue mark to testimonial customers --- src/pages/HomePage/sections/Testimonials.tsx | 152 ++++++++++++------- 1 file changed, 100 insertions(+), 52 deletions(-) diff --git a/src/pages/HomePage/sections/Testimonials.tsx b/src/pages/HomePage/sections/Testimonials.tsx index 4642bef..f2b6591 100644 --- a/src/pages/HomePage/sections/Testimonials.tsx +++ b/src/pages/HomePage/sections/Testimonials.tsx @@ -1,58 +1,106 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "testimonials" section. +// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; -import React from 'react'; -import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +type Testimonial = { + name: string; + role: string; + quote: string; +} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never }); + +const TestimonialsInline = () => { + const half = Math.ceil([{"name":"Sarah J.","role":"Local Resident","quote":"The sourdough bread from The Daily Crumb is simply the best in town. It's a staple in our household!","imageSrc":"http://img.b2bpic.net/free-photo/close-up-woman-holding-cupcake_23-2148263228.jpg"},{"name":"Michael C.","role":"Event Planner","quote":"Their custom cakes are true works of art. The attention to detail and flavor are unmatched for our corporate events.","imageSrc":"http://img.b2bpic.net/free-photo/family-routine-concept-mixed-race-male-reads-attentively-news-tablet-computer-sits-kitchen_273609-8912.jpg"},{"name":"Emily R.","role":"Community Member","quote":"I love stopping by for my morning coffee and a croissant. The staff are always so friendly, and everything is so fresh.","imageSrc":"http://img.b2bpic.net/free-photo/family-cooks-dough-cookies-kitchen_1157-25225.jpg"},{"name":"David K.","role":"Restaurant Owner","quote":"Partnering with The Daily Crumb for our daily bread supply has been fantastic. Our customers rave about the quality.","imageSrc":"http://img.b2bpic.net/free-photo/businessmen-laughing_23-2147704583.jpg"},{"name":"Jessica L.","role":"Student","quote":"The muffins are my go-to study snack. Always delicious and gives me the perfect energy boost!","imageSrc":"http://img.b2bpic.net/free-photo/father-s-day-composition-with-delicious-croissant_23-2147632064.jpg"},{"name":"Robert B.","role":"Retiree","quote":"This bakery reminds me of my grandmother's kitchen. The classic recipes are just perfect, pure comfort.","imageSrc":"http://img.b2bpic.net/free-photo/excited-elegant-middle-aged-businesswoman-using-laptop-work-clenching-fists-happy-win-tender_343059-3753.jpg"}].length / 2); + const topRow = [{"name":"Sarah J.","role":"Local Resident","quote":"The sourdough bread from The Daily Crumb is simply the best in town. It's a staple in our household!","imageSrc":"http://img.b2bpic.net/free-photo/close-up-woman-holding-cupcake_23-2148263228.jpg"},{"name":"Michael C.","role":"Event Planner","quote":"Their custom cakes are true works of art. The attention to detail and flavor are unmatched for our corporate events.","imageSrc":"http://img.b2bpic.net/free-photo/family-routine-concept-mixed-race-male-reads-attentively-news-tablet-computer-sits-kitchen_273609-8912.jpg"},{"name":"Emily R.","role":"Community Member","quote":"I love stopping by for my morning coffee and a croissant. The staff are always so friendly, and everything is so fresh.","imageSrc":"http://img.b2bpic.net/free-photo/family-cooks-dough-cookies-kitchen_1157-25225.jpg"},{"name":"David K.","role":"Restaurant Owner","quote":"Partnering with The Daily Crumb for our daily bread supply has been fantastic. Our customers rave about the quality.","imageSrc":"http://img.b2bpic.net/free-photo/businessmen-laughing_23-2147704583.jpg"},{"name":"Jessica L.","role":"Student","quote":"The muffins are my go-to study snack. Always delicious and gives me the perfect energy boost!","imageSrc":"http://img.b2bpic.net/free-photo/father-s-day-composition-with-delicious-croissant_23-2147632064.jpg"},{"name":"Robert B.","role":"Retiree","quote":"This bakery reminds me of my grandmother's kitchen. The classic recipes are just perfect, pure comfort.","imageSrc":"http://img.b2bpic.net/free-photo/excited-elegant-middle-aged-businesswoman-using-laptop-work-clenching-fists-happy-win-tender_343059-3753.jpg"}].slice(0, half); + const bottomRow = [{"name":"Sarah J.","role":"Local Resident","quote":"The sourdough bread from The Daily Crumb is simply the best in town. It's a staple in our household!","imageSrc":"http://img.b2bpic.net/free-photo/close-up-woman-holding-cupcake_23-2148263228.jpg"},{"name":"Michael C.","role":"Event Planner","quote":"Their custom cakes are true works of art. The attention to detail and flavor are unmatched for our corporate events.","imageSrc":"http://img.b2bpic.net/free-photo/family-routine-concept-mixed-race-male-reads-attentively-news-tablet-computer-sits-kitchen_273609-8912.jpg"},{"name":"Emily R.","role":"Community Member","quote":"I love stopping by for my morning coffee and a croissant. The staff are always so friendly, and everything is so fresh.","imageSrc":"http://img.b2bpic.net/free-photo/family-cooks-dough-cookies-kitchen_1157-25225.jpg"},{"name":"David K.","role":"Restaurant Owner","quote":"Partnering with The Daily Crumb for our daily bread supply has been fantastic. Our customers rave about the quality.","imageSrc":"http://img.b2bpic.net/free-photo/businessmen-laughing_23-2147704583.jpg"},{"name":"Jessica L.","role":"Student","quote":"The muffins are my go-to study snack. Always delicious and gives me the perfect energy boost!","imageSrc":"http://img.b2bpic.net/free-photo/father-s-day-composition-with-delicious-croissant_23-2147632064.jpg"},{"name":"Robert B.","role":"Retiree","quote":"This bakery reminds me of my grandmother's kitchen. The classic recipes are just perfect, pure comfort.","imageSrc":"http://img.b2bpic.net/free-photo/excited-elegant-middle-aged-businesswoman-using-laptop-work-clenching-fists-happy-win-tender_343059-3753.jpg"}].slice(half); -export default function TestimonialsSection(): React.JSX.Element { return ( -
- - - +
+
+
+
+

{"Loved by Many"}

+
+ + + + + + {(undefined || undefined) && ( +
+ {undefined &&
+ )} +
+ + +
+
+ {[...topRow, ...topRow, ...topRow, ...topRow].map((testimonial, index) => ( +
+

{testimonial.quote}

+ +
+ +
+ {testimonial.name} + {testimonial.role} +
+
+
+ ))} +
+
+ +
+
+ {[...bottomRow, ...bottomRow, ...bottomRow, ...bottomRow].map((testimonial, index) => ( +
+

{testimonial.quote}

+ +
+ +
+ {testimonial.name} + {testimonial.role} +
+
+
+ ))} +
+
+
+
+ ); +}; + +export default function TestimonialsSection() { + return ( +
+ +
); } -- 2.49.1