diff --git a/src/app/page.tsx b/src/app/page.tsx index c534276..8d0e30a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { background={{"variant":"radial-gradient"}} testimonials={[ { name: "Keith Varady", handle: "@KVarady", testimonial: "Had my life threatened in the store while the store staff stood by and watched. I like Sam and Mama, but to allow this is unacceptable. I will never come ever again. They also have an employee that overcharges patrons.", rating: 1, imageSrc: "http://img.b2bpic.net/free-photo/choose-healthiest-organic-products_329181-17366.jpg" }, - { name: "Honglu Wang", handle: "@HongluW", testimonial: "Nicest Nepali owner I’ve ever met. Thank you boss!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-climbing-escalator-holding-shopping-bag_23-2148339193.jpg" }, - { name: "Joshua Folb", handle: "@JoshuaF", testimonial: "I wanted a simple breakfast back in my hotel room and this place was perfect. They have fresh fruit, hard boiled eggs and oatmeal packets. The couple behind the counter was super helpful!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-stylish-family-spring-park_1157-26211.jpg" }, - { name: "Sarah Johnson", handle: "@SarahJ", testimonial: "California Grocery always has the freshest produce! It's my go-to for quality ingredients and friendly service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-cashier-receiving-payment-through-credit-card-supermarket_662251-1438.jpg" }, - { name: "Michael Chen", handle: "@MichaelC", testimonial: "Great selection of organic foods and local specialties. I love supporting businesses that care about their community.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733038.jpg" } + { name: "Honglu Wang", handle: "@HongluW", testimonial: "Nicest Nepali owner I’ve ever met. Thank you boss!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-climbing-escalator-holding-shopping-bag_23-2148339193.jpg?_wi=1" }, + { name: "Joshua Folb", handle: "@JoshuaF", testimonial: "I wanted a simple breakfast back in my hotel room and this place was perfect. They have fresh fruit, hard boiled eggs and oatmeal packets. The couple behind the counter was super helpful!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-stylish-family-spring-park_1157-26211.jpg?_wi=1" }, + { name: "Sarah Johnson", handle: "@SarahJ", testimonial: "California Grocery always has the freshest produce! It's my go-to for quality ingredients and friendly service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-cashier-receiving-payment-through-credit-card-supermarket_662251-1438.jpg?_wi=1" }, + { name: "Michael Chen", handle: "@MichaelC", testimonial: "Great selection of organic foods and local specialties. I love supporting businesses that care about their community.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733038.jpg?_wi=1" } ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -124,11 +124,11 @@ export default function LandingPage() {