Update src/app/page.tsx
This commit is contained in:
@@ -53,11 +53,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah M.", handle: "Coffee Enthusiast", testimonial: "The best coffee I've had in SF. You can taste the passion and tradition in every sip.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Sarah M."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg?_wi=1", imageAlt: "Sarah M."
|
||||
},
|
||||
{
|
||||
name: "David K.", handle: "Local Regular", testimonial: "Not just coffee—it's a cultural experience. The atmosphere is welcoming and authentic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David K."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "David K."
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -126,10 +126,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marina S.", handle: "@marinasf", testimonial: "Finally found authentic Armenian coffee in San Francisco! The atmosphere is warm and the coffee is incredible. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Marina S."
|
||||
id: "1", name: "Marina S.", handle: "@marinasf", testimonial: "Finally found authentic Armenian coffee in San Francisco! The atmosphere is warm and the coffee is incredible. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg?_wi=2", imageAlt: "Marina S."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Armen K.", handle: "Proud Regular", testimonial: "This place brings back memories of my grandmother's kitchen. The traditional preparation is exactly how coffee should be made.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Armen K."
|
||||
id: "2", name: "Armen K.", handle: "Proud Regular", testimonial: "This place brings back memories of my grandmother's kitchen. The traditional preparation is exactly how coffee should be made.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Armen K."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena T.", handle: "@coffee_lover_", testimonial: "The passion and knowledge of the staff is unmatched. Every visit feels like connecting with family.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-playing-videogame_23-2150571997.jpg", imageAlt: "Elena T."
|
||||
@@ -138,10 +138,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "James R.", handle: "Coffee Connoisseur", testimonial: "The flavor complexity in their signature blend is remarkable. This is artisanal coffee at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James R."
|
||||
},
|
||||
{
|
||||
id: "5", name: "Anahit D.", handle: "Culture Enthusiast", testimonial: "Not just a coffee shop—it's a cultural treasure in our neighborhood. Supporting them wholeheartedly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Anahit D."
|
||||
id: "5", name: "Anahit D.", handle: "Culture Enthusiast", testimonial: "Not just a coffee shop—it's a cultural treasure in our neighborhood. Supporting them wholeheartedly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg?_wi=3", imageAlt: "Anahit D."
|
||||
},
|
||||
{
|
||||
id: "6", name: "Raffi M.", handle: "Local Business Owner", testimonial: "The best coffee spot in the Mission District. Their commitment to authenticity is truly inspiring.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Raffi M."
|
||||
id: "6", name: "Raffi M.", handle: "Local Business Owner", testimonial: "The best coffee spot in the Mission District. Their commitment to authenticity is truly inspiring.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Raffi M."
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user