Update src/app/about/page.tsx
This commit is contained in:
@@ -82,9 +82,10 @@ export default function AboutPage() {
|
||||
{ value: "20+", title: "Years Serving the Community" },
|
||||
{ value: "10,000+", title: "Happy Families Served" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-mother-daughter_171337-2365.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-mother-daughter_171337-2365.jpg"
|
||||
imageAlt="Kavya Gift and Toy Shop storefront with warm welcoming entrance"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,32 +102,14 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Patel",
|
||||
handle: "@priyap_family",
|
||||
testimonial: "Kavya shop has been our first choice for 10 years! The staff is so friendly and helpful. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=7",
|
||||
imageAlt: "Priya Patel",
|
||||
},
|
||||
id: "1", name: "Priya Patel", handle: "@priyap_family", testimonial: "Kavya shop has been our first choice for 10 years! The staff is so friendly and helpful. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Priya Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikram_dad",
|
||||
testimonial: "Local store with big heart. They really care about customer satisfaction. Thanks for 20 years of service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=8",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
id: "4", name: "Vikram Singh", handle: "@vikram_dad", testimonial: "Local store with big heart. They really care about customer satisfaction. Thanks for 20 years of service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Arjun Menon",
|
||||
handle: "@arjun_grandpa",
|
||||
testimonial: "I've been shopping here for 20 years. Best toy shop in the area. Truly family-owned and friendly!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=9",
|
||||
imageAlt: "Arjun Menon",
|
||||
},
|
||||
id: "6", name: "Arjun Menon", handle: "@arjun_grandpa", testimonial: "I've been shopping here for 20 years. Best toy shop in the area. Truly family-owned and friendly!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Arjun Menon"},
|
||||
]}
|
||||
showRating={true}
|
||||
/>
|
||||
@@ -141,7 +124,7 @@ export default function AboutPage() {
|
||||
description="Come visit our store in Kudasan and experience the warmth and hospitality that has made us a trusted name for over 20 years. We'd love to meet you and help make your celebrations special."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-businesswoman-workplace-talking-phone-with-business-partner-wearing-red-busy-freelancer-working-using-smartphone-from-office-talk-with-clients-sitting-desk-looking-document_482257-5770.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-businesswoman-workplace-talking-phone-with-business-partner-wearing-red-busy-freelancer-working-using-smartphone-from-office-talk-with-clients-sitting-desk-looking-document_482257-5770.jpg"
|
||||
imageAlt="Friendly customer service team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user