Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-25 19:53:31 +00:00

View File

@@ -104,11 +104,11 @@ export default function MidnightCafePage() {
features={[
{
id: "1", title: "Midnight Latte", tags: ["Signature", "Popular"],
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-shop_1339-6296.jpg", imageAlt: "Midnight Latte with premium latte art"
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-shop_1339-6296.jpg?_wi=1", imageAlt: "Midnight Latte with premium latte art"
},
{
id: "2", title: "Classic Macchiato", tags: ["Espresso", "Bold"],
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-shop_1339-6296.jpg", imageAlt: "Perfectly pulled macchiato with espresso crema"
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-shop_1339-6296.jpg?_wi=2", imageAlt: "Perfectly pulled macchiato with espresso crema"
},
{
id: "3", title: "Gluten-Free Pastries", tags: ["Seasonal", "Customer Favorite"],
@@ -134,16 +134,16 @@ export default function MidnightCafePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Lisa M.", role: "Regular Customer", testimonial: "Without a doubt the best coffee I've ever had. The care that goes into every cup is unmistakable.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa M., customer testimonial"
id: "1", name: "Lisa M.", role: "Regular Customer", testimonial: "Without a doubt the best coffee I've ever had. The care that goes into every cup is unmistakable.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Lisa M., customer testimonial"
},
{
id: "2", name: "Meredith B.", role: "Student", testimonial: "My favorite coffee shop in Iowa City. Perfect and consistent every time. I go out of my way just to stop here.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Meredith B., customer testimonial"
id: "2", name: "Meredith B.", role: "Student", testimonial: "My favorite coffee shop in Iowa City. Perfect and consistent every time. I go out of my way just to stop here.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Meredith B., customer testimonial"
},
{
id: "3", name: "Local Regular", role: "Community Member", testimonial: "This place feels like home. The baristas remember your name and order. That's real hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Loyal customer testimonial"
id: "3", name: "Local Regular", role: "Community Member", testimonial: "This place feels like home. The baristas remember your name and order. That's real hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Loyal customer testimonial"
},
{
id: "4", name: "Alex Chen", role: "Workspace Regular", testimonial: "The perfect spot for deep work. Great coffee, beautiful light, and an atmosphere that respects quiet focus.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Alex Chen, customer testimonial"
id: "4", name: "Alex Chen", role: "Workspace Regular", testimonial: "The perfect spot for deep work. Great coffee, beautiful light, and an atmosphere that respects quiet focus.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Alex Chen, customer testimonial"
}
]}
animationType="slide-up"