diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3e263eb..885f622 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -110,7 +110,7 @@ export default function AboutPage() {
@@ -149,17 +149,17 @@ export default function HomePage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Everything was fresh and bursting with authentic flavor", quote: "I've tried baklava from many places, but Baghdad Tower Sweets is truly the best. Everything is fresh, the pistachio flavor is incredible, and the quality is unmatched. This is authentic Middle Eastern dessert at its finest.", name: "Sarah Mitchell", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell portrait"}, + id: "1", title: "Everything was fresh and bursting with authentic flavor", quote: "I've tried baklava from many places, but Baghdad Tower Sweets is truly the best. Everything is fresh, the pistachio flavor is incredible, and the quality is unmatched. This is authentic Middle Eastern dessert at its finest.", name: "Sarah Mitchell", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell portrait"}, { - id: "2", title: "The pistachio baklava is absolutely amazing", quote: "I brought these to a family gathering and everyone asked where they came from. The pistachio baklava is out of this world - fresh, perfectly balanced, and made with such care.", name: "Michael Hassan", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Michael Hassan portrait"}, + id: "2", title: "The pistachio baklava is absolutely amazing", quote: "I brought these to a family gathering and everyone asked where they came from. The pistachio baklava is out of this world - fresh, perfectly balanced, and made with such care.", name: "Michael Hassan", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", imageAlt: "Michael Hassan portrait"}, { - id: "3", title: "Best sweets and cakes for weddings and birthdays", quote: "We ordered custom cakes for our daughter's wedding and they were absolutely stunning. Not only did they look beautiful, but they tasted incredible. The attention to detail was remarkable.", name: "Emily Rodriguez", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Rodriguez portrait"}, + id: "3", title: "Best sweets and cakes for weddings and birthdays", quote: "We ordered custom cakes for our daughter's wedding and they were absolutely stunning. Not only did they look beautiful, but they tasted incredible. The attention to detail was remarkable.", name: "Emily Rodriguez", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez portrait"}, { - id: "4", title: "Friendly staff and kind owner", quote: "The team at Baghdad Tower Sweets is so welcoming and helpful. They take time to understand what you want and deliver exactly that. It's clear they care about their craft and their customers.", name: "David Kim", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "David Kim portrait"}, + id: "4", title: "Friendly staff and kind owner", quote: "The team at Baghdad Tower Sweets is so welcoming and helpful. They take time to understand what you want and deliver exactly that. It's clear they care about their craft and their customers.", name: "David Kim", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "David Kim portrait"}, { - id: "5", title: "Freshest and most delicious baklava in the area", quote: "I've been a regular customer for two years now. Nothing beats the freshness and quality of their baklava. It's become a tradition for us to visit every week.", name: "Jessica Williams", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Williams portrait"}, + id: "5", title: "Freshest and most delicious baklava in the area", quote: "I've been a regular customer for two years now. Nothing beats the freshness and quality of their baklava. It's become a tradition for us to visit every week.", name: "Jessica Williams", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Jessica Williams portrait"}, { - id: "6", title: "Beautiful cake designs that match exactly what I asked for", quote: "They created a custom cake for my son's graduation that was absolutely perfect. They listened to every detail and executed flawlessly. Highly recommend for any special occasion.", name: "Robert Thompson", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Robert Thompson portrait"}, + id: "6", title: "Beautiful cake designs that match exactly what I asked for", quote: "They created a custom cake for my son's graduation that was absolutely perfect. They listened to every detail and executed flawlessly. Highly recommend for any special occasion.", name: "Robert Thompson", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=3", imageAlt: "Robert Thompson portrait"}, ]} /> @@ -179,7 +179,7 @@ export default function HomePage() {