Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 08:56:07 +00:00
parent 5fa8b337fb
commit d9fa5dceda

View File

@@ -85,7 +85,7 @@ export default function AboutPage() {
{ title: "Authentic Recipes", description: "Our recipes are closely guarded family secrets, each one perfected over decades and shared with love.", icon: BookOpen },
{ title: "Community Connection", description: "We're proud to be part of your celebrations—weddings, festivals, and special moments that matter.", icon: Heart },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg?_wi=2"
imageAlt="Jayasree Sweets shop interior"
imagePosition="right"
mediaAnimation="slide-up"
@@ -104,7 +104,7 @@ export default function AboutPage() {
{ title: "Customer Care", description: "Every customer is family. We listen, adapt, and ensure your experience with us is exceptional every time.", icon: Users },
{ title: "Social Responsibility", description: "We support local communities, employ local talents, and believe in giving back to the society that has supported us.", icon: Award },
]}
imageSrc="http://img.b2bpic.net/free-photo/assortment-sweet-pastries-with-rosehip-sprinkles_23-2148368249.jpg"
imageSrc="http://img.b2bpic.net/free-photo/assortment-sweet-pastries-with-rosehip-sprinkles_23-2148368249.jpg?_wi=1"
imageAlt="Sweet making process"
imagePosition="left"
mediaAnimation="slide-up"
@@ -120,9 +120,9 @@ export default function AboutPage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
testimonials={[
{ id: "1", name: "সীমা ঘোষ", role: "Homemaker", company: "Kolkata Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "সীমা ঘোষ" },
{ id: "2", name: "Rajesh Kumar", role: "Event Organizer", company: "Kumar Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Rajesh Kumar" },
{ id: "3", name: "দীপা মজুমদার", role: "Business Owner", company: "Majumdar Enterprises", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25710.jpg", imageAlt: "দীপা মজুমদার" },
{ id: "1", name: "সীমা ঘোষ", role: "Homemaker", company: "Kolkata Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "সীমা ঘোষ" },
{ id: "2", name: "Rajesh Kumar", role: "Event Organizer", company: "Kumar Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Rajesh Kumar" },
{ id: "3", name: "দীপা মজুমদার", role: "Business Owner", company: "Majumdar Enterprises", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25710.jpg?_wi=3", imageAlt: "দীপা মজুমদার" },
]}
/>
</div>