Merge version_1 into main #2
@@ -144,27 +144,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maya Chen", handle: "@mayachen_sf", testimonial: "This is my daily ritual. The espresso is perfectly dialed in, and the team remembers my order. It's where I catch up with friends and get my best work done.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Maya Chen portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maya Chen portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Rodriguez", handle: "@davidr_coffee", testimonial: "Finally, a coffee shop that takes sourcing seriously. Knowing my coffee comes from farmers who are treated fairly makes every sip taste better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "David Rodriguez portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Rodriguez portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Park", handle: "@jpark_explores", testimonial: "Visiting SF? This is where you need to go. The baristas are passionate, the atmosphere is welcoming, and the coffee is exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Jessica Park portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Jessica Park portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marcus Johnson", handle: "@mjremote", testimonial: "Best remote office in the Mission. Great WiFi, comfortable seating, and coffee that actually tastes amazing. Can't ask for more.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Marcus Johnson portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marcus Johnson portrait"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sarah Winters", handle: "@sarahwinters_", testimonial: "The community here is real. You feel like you belong, whether it's your first visit or your hundredth. That's special.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Sarah Winters portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Winters portrait"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Tom Liu", handle: "@tomliu_sf", testimonial: "Supporting a local business that genuinely cares about quality and people. This is what San Francisco should be about.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=6", imageAlt: "Tom Liu portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Tom Liu portrait"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
{ text: "Order Online", href: "#" },
|
||||
{ text: "Get Directions", href: "#" }
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user