Update src/app/reviews/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function ReviewsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -80,7 +80,7 @@ export default function ReviewsPage() {
|
||||
{ text: "Visit Us", href: "https://maps.google.com/maps?q=Zargarlik+ko'chasi+16,+Tashkent" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-retro-luxury-light-lamp-decor-glowing_1253-1445.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-retro-luxury-light-lamp-decor-glowing_1253-1445.jpg"
|
||||
imageAlt="ARDINO Coffee - Premium fresh coffee"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -89,7 +89,7 @@ export default function ReviewsPage() {
|
||||
handle: "@sarahkxyz",
|
||||
testimonial: "Best coffee in Tashkent! The atmosphere is welcoming and the baristas are so friendly. Perfect spot to work or relax.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-with-ginger-hair-green-eyes-freckles_1268-17379.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-with-ginger-hair-green-eyes-freckles_1268-17379.jpg",
|
||||
imageAlt: "Customer Sarah",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function ReviewsPage() {
|
||||
handle: "@mikhailrider",
|
||||
testimonial: "24-hour service is a game changer. Consistent quality every single time I visit. This is my new favorite cafe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
imageAlt: "Customer Mikhail",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user