Update src/app/about/page.tsx
This commit is contained in:
@@ -84,35 +84,17 @@ export default function AboutPage() {
|
||||
tag="Customer Stories"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
role: "Homemaker",
|
||||
testimonial:
|
||||
"The quality of vegetables is exceptional! My family feels healthier eating fresh organic produce. Manav Park has become our go-to store.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", role: "Homemaker", testimonial:
|
||||
"The quality of vegetables is exceptional! My family feels healthier eating fresh organic produce. Manav Park has become our go-to store.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Health Enthusiast",
|
||||
testimonial:
|
||||
"Finally found a reliable source for organic products at reasonable prices. Same-day delivery is incredibly convenient!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "2", name: "Rajesh Kumar", role: "Health Enthusiast", testimonial:
|
||||
"Finally found a reliable source for organic products at reasonable prices. Same-day delivery is incredibly convenient!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ananya Gupta",
|
||||
role: "Nutritionist",
|
||||
testimonial:
|
||||
"I recommend Manav Park to all my clients. The freshness and purity of their produce is unmatched in the market.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
imageAlt: "Ananya Gupta",
|
||||
},
|
||||
id: "3", name: "Ananya Gupta", role: "Nutritionist", testimonial:
|
||||
"I recommend Manav Park to all my clients. The freshness and purity of their produce is unmatched in the market.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ananya Gupta"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -125,7 +107,7 @@ export default function AboutPage() {
|
||||
tag="Connect With Us"
|
||||
title="Learn More About Our Mission"
|
||||
description="We're passionate about bringing farm-fresh goodness to your table. Subscribe to learn more about our sourcing practices and sustainability initiatives."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Join Our Community"
|
||||
|
||||
Reference in New Issue
Block a user