Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-14 15:58:27 +00:00
parent ce485b9108
commit ec0b99b44b

View File

@@ -40,7 +40,7 @@ export default function ReviewsPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="medium"
background="noise"
background="radial-gradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -72,7 +72,7 @@ export default function ReviewsPage() {
]}
buttonAnimation="slide-up"
layoutOrder="reverse"
imageSrc="http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg"
imageAlt="Happy customer"
mediaAnimation="opacity"
frameStyle="card"
@@ -97,7 +97,7 @@ export default function ReviewsPage() {
role: "Best place for shopping daily use items",
company: "Homemaker",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg",
imageAlt: "Fatima Khan",
},
{
@@ -106,7 +106,7 @@ export default function ReviewsPage() {
role: "Rates are good and staff is friendly",
company: "Regular Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
imageAlt: "Ahmed Hassan",
},
{
@@ -115,7 +115,7 @@ export default function ReviewsPage() {
role: "Best customer service and reasonable price",
company: "Frequent Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-shopping-bags_329181-18722.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-shopping-bags_329181-18722.jpg",
imageAlt: "Aisha Malik",
},
{
@@ -124,7 +124,7 @@ export default function ReviewsPage() {
role: "Fresh products every time I visit",
company: "Bulk Buyer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
imageAlt: "Rashid Ali",
},
{
@@ -133,7 +133,7 @@ export default function ReviewsPage() {
role: "Very satisfied with quality and prices",
company: "Loyal Shopper",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageAlt: "Noor Fatima",
},
{
@@ -142,7 +142,7 @@ export default function ReviewsPage() {
role: "My go-to store for all daily needs",
company: "Weekly Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-21296.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-21296.jpg",
imageAlt: "Imran Sheikh",
},
]}