Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27be2604a1 |
@@ -35,9 +35,9 @@ const assetMap = [
|
||||
{"id":"product-6","url":"http://img.b2bpic.net/free-photo/top-view-green-salad-with-lettuce-cherry-tomato-avocado-orange-corn-mozzarella_140725-5132.jpg","alt":"seasonal salad fresh ingredients"},
|
||||
{"id":"testimonial-1","url":"http://img.b2bpic.net/free-photo/young-friends-looking-phones_23-2148395315.jpg","alt":"smiling woman drinking coffee cafe"},
|
||||
{"id":"testimonial-2","url":"http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg","alt":"man enjoying meal cafe"},
|
||||
{"id":"testimonial-3","url":"http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-6715.jpg","alt":"woman working on laptop smiling cafe"},
|
||||
{"id":"testimonial-4","url":"http://img.b2bpic.net/free-photo/couple-laughing-coffee-shop_23-2148395305.jpg","alt":"friends enjoying cafe time"},
|
||||
{"id":"testimonial-5","url":"http://img.b2bpic.net/free-photo/man-working-call-center-office_23-2149256085.jpg","alt":"barista serving coffee smiling"},
|
||||
{"id":"testimonial-3","url":"http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-6715.jpg","alt":"pretty blonde woman sitting cafe"},
|
||||
{"id":"testimonial-4","url":"http://img.b2bpic.net/free-photo/couple-laughing-coffee-shop_23-2148395305.jpg","alt":"couple laughing coffee shop"},
|
||||
{"id":"testimonial-5","url":"http://img.b2bpic.net/free-photo/man-working-call-center-office_23-2149256085.jpg","alt":"man working call center office"},
|
||||
{"id":"social-logo-1","url":"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg","alt":"local newspaper logo"},
|
||||
{"id":"social-logo-2","url":"http://img.b2bpic.net/free-photo/young-woman-videoblogger-cooking-kitchen-filming_1303-18322.jpg","alt":"best cafe guide logo"},
|
||||
{"id":"social-logo-3","url":"http://img.b2bpic.net/free-vector/coffee-cup-pile-coffee-bean-coffee-shop-logo-business-branding-template-designs-inspiration-isolated-white-background_384344-1429.jpg","alt":"coffee enthusiast club logo"},
|
||||
@@ -166,14 +166,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="What Our Community Says"
|
||||
description="Hear from our cherished customers about their experiences at OG Concepts Cafe."
|
||||
title="Real Tastes, Real Stories"
|
||||
description="Hear from our customers as they taste and enjoy the authentic flavors of OG Concepts Cafe."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", role: "Local Resident", testimonial: "OG Concepts is my daily dose of happiness. The coffee is exquisite, and the staff feels like family!", imageSrc: getAssetUrl("testimonial-1"), imageAlt: getAssetAlt("testimonial-1", "Sarah J.") },
|
||||
{ id: "2", name: "Michael C.", role: "Remote Worker", testimonial: "Great internet, delicious food, and a perfect atmosphere for getting work done or unwinding. Highly recommend!", imageSrc: getAssetUrl("testimonial-2"), imageAlt: getAssetAlt("testimonial-2", "Michael C.") },
|
||||
{ id: "3", name: "Emily R.", role: "Food Enthusiast", testimonial: "The pastries are divine, and their avocado toast is a must-try! A true gem in the neighborhood.", imageSrc: getAssetUrl("testimonial-3"), imageAlt: getAssetAlt("testimonial-3", "Emily R.") },
|
||||
{ id: "1", name: "Sarah J.", role: "Local Resident", testimonial: "The latte art is almost too beautiful to drink, but I'm glad I did! Every sip is a pure delight.", imageSrc: getAssetUrl("testimonial-1"), imageAlt: getAssetAlt("testimonial-1", "Sarah J.") },
|
||||
{ id: "2", name: "Michael C.", role: "Remote Worker", testimonial: "The avocado toast here is a game-changer. Fresh, flavorful, and perfectly satisfying. My new favorite breakfast spot!", imageSrc: getAssetUrl("testimonial-2"), imageAlt: getAssetAlt("testimonial-2", "Michael C.") },
|
||||
{ id: "3", name: "Emily R.", role: "Food Enthusiast", testimonial: "I always look forward to their seasonal pastries. The lemon tart I had today was exquisite, perfectly balancing sweet and tangy!", imageSrc: getAssetUrl("testimonial-3"), imageAlt: getAssetAlt("testimonial-3", "Emily R.") },
|
||||
{ id: "4", name: "David K.", role: "Tourist", testimonial: "Stumbled upon this cafe and so glad I did! Authentic vibes and the best coffee I've had on my trip.", imageSrc: getAssetUrl("testimonial-4"), imageAlt: getAssetAlt("testimonial-4", "David K.") },
|
||||
{ id: "5", name: "Jessica L.", role: "Regular Patron", testimonial: "Always a warm welcome and consistently excellent coffee. OG Concepts is truly the heart of our community.", imageSrc: getAssetUrl("testimonial-5"), imageAlt: getAssetAlt("testimonial-5", "Jessica L.") }
|
||||
{ id: "5", name: "Jessica L.", role: "Regular Patron", testimonial: "Every visit is a sensory delight. The aroma of freshly brewed coffee and the taste of their homemade cookies truly make my day.", imageSrc: getAssetUrl("hero-carousel-4"), imageAlt: getAssetAlt("hero-carousel-4", "Jessica L.") }
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user