Update src/app/about/page.tsx
This commit is contained in:
@@ -30,7 +30,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="plain"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -103,20 +103,16 @@ export default function AboutPage() {
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jennifer Martinez", role: "Home Cook", company: "San Francisco, CA", rating: 5,
|
||||
imageSrc:
|
||||
id: "1", name: "Jennifer Martinez", role: "Home Cook", company: "San Francisco, CA", rating: 5, imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg"},
|
||||
{
|
||||
id: "2", name: "David Chen", role: "Food Enthusiast", company: "New York, NY", rating: 5,
|
||||
imageSrc:
|
||||
id: "2", name: "David Chen", role: "Food Enthusiast", company: "New York, NY", rating: 5, imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-man-posing-studio_1303-11583.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily Richardson", role: "Professional Chef", company: "Austin, TX", rating: 5,
|
||||
imageSrc:
|
||||
id: "3", name: "Emily Richardson", role: "Professional Chef", company: "Austin, TX", rating: 5, imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg"},
|
||||
{
|
||||
id: "4", name: "Michael Thompson", role: "Cooking Beginner", company: "Seattle, WA", rating: 5,
|
||||
imageSrc:
|
||||
id: "4", name: "Michael Thompson", role: "Cooking Beginner", company: "Seattle, WA", rating: 5, imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user