Merge version_1 into main #3
@@ -71,19 +71,19 @@ export default function CoffeeShopPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Best coffee in the neighborhood! The atmosphere is so welcoming and the team remembers my order.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@michael_chen", testimonial: "Perfect spot to work remotely. Great WiFi, comfortable seating, and exceptional lattes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emily_rod", testimonial: "The breakfast pastries are fresh daily. This is my go-to place for weekend brunch!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@davidkim88", testimonial: "Amazing customer service. They catered our office meeting and everyone loved it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
@@ -104,10 +104,10 @@ export default function CoffeeShopPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Signature Drink", name: "Classic Latte", price: "$5.50", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-cup-coffee_53876-123577.jpg", imageAlt: "Classic Latte with latte art"
|
||||
id: "1", brand: "Signature Drink", name: "Classic Latte", price: "$5.50", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-cup-coffee_53876-123577.jpg?_wi=1", imageAlt: "Classic Latte with latte art"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Signature Drink", name: "Vanilla Cappuccino", price: "$6.00", rating: 5, reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-cup-coffee_53876-123577.jpg", imageAlt: "Vanilla Cappuccino"
|
||||
id: "2", brand: "Signature Drink", name: "Vanilla Cappuccino", price: "$6.00", rating: 5, reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-cup-coffee_53876-123577.jpg?_wi=2", imageAlt: "Vanilla Cappuccino"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Breakfast Favorite", name: "Fresh Croissant", price: "$4.50", rating: 5, reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-flat-lay-with-croissant-raspberry-jam-food-photography_53876-108045.jpg", imageAlt: "Freshly baked croissant"
|
||||
|
||||
Reference in New Issue
Block a user