diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ddfe03..6cdab78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,54 +33,35 @@ export default function LandingPage() {
@@ -251,53 +166,17 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Anna", - role: "Yoga Business Owner", - testimonial: "Amanda is the best kind of photographer—she takes great photos but most importantly makes you feel relaxed and at ease! She has lots of tricks up her sleeve to make sure you get the shots you need, even if you’re not keen on having your picture taken.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-73519.jpg", - imageAlt: "Portrait of Anna", - }, + id: "t1", name: "Anna", role: "Yoga Business Owner", testimonial: "Amanda is the best kind of photographer—she takes great photos but most importantly makes you feel relaxed and at ease! She has lots of tricks up her sleeve to make sure you get the shots you need, even if you’re not keen on having your picture taken.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-73519.jpg", imageAlt: "Portrait of Anna"}, { - id: "t2", - name: "Amy Launders", - role: "Client", - testimonial: "We had a fantastic family photo shoot today. Amanda is talented in her photography, fun to work with and made us all feel at ease. Nothing was too much trouble and she was great with the kids! Too many fantastic photos to choose from. It was a lovely experience and would definitely recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-happy-couple-playing-with-dog-their-son-lying-hardwood-floor_23-2147938780.jpg", - imageAlt: "Portrait of Amy Launders", - }, + id: "t2", name: "Amy Launders", role: "Client", testimonial: "We had a fantastic family photo shoot today. Amanda is talented in her photography, fun to work with and made us all feel at ease. Nothing was too much trouble and she was great with the kids! Too many fantastic photos to choose from. It was a lovely experience and would definitely recommend!", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-happy-couple-playing-with-dog-their-son-lying-hardwood-floor_23-2147938780.jpg", imageAlt: "Portrait of Amy Launders"}, { - id: "t3", - name: "Juan", - role: "Fitness Business Owner", - testimonial: "Amanda is truly an outstanding photographer (and wonderful person) with an almost mystical ability to capture the true nature of people (and your pet). Your photos are stunning! Thank you so much. They are all just spectacular!", - imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg", - imageAlt: "Portrait of Juan from JSM Fitness UK", - }, + id: "t3", name: "Juan", role: "Fitness Business Owner", testimonial: "Amanda is truly an outstanding photographer (and wonderful person) with an almost mystical ability to capture the true nature of people (and your pet). Your photos are stunning! Thank you so much. They are all just spectacular!", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg", imageAlt: "Portrait of Juan from JSM Fitness UK"}, { - id: "t4", - name: "Rebecca Mitchell", - role: "Client", - testimonial: "I booked a session with my sister to get a nice photo for my Mum & Dad for Christmas. We had an absolute blast and have so many fantastic photos which capture both 'us' and the fun of the day. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-beautiful-blond-smiling-hipster-girls-trendy-summer-white-t-shirt-clothes-positive-models-having-fun-sunglasses-hugging_158538-5758.jpg", - imageAlt: "Portrait of Rebecca Mitchell", - }, + id: "t4", name: "Rebecca Mitchell", role: "Client", testimonial: "I booked a session with my sister to get a nice photo for my Mum & Dad for Christmas. We had an absolute blast and have so many fantastic photos which capture both 'us' and the fun of the day. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-beautiful-blond-smiling-hipster-girls-trendy-summer-white-t-shirt-clothes-positive-models-having-fun-sunglasses-hugging_158538-5758.jpg", imageAlt: "Portrait of Rebecca Mitchell"}, { - id: "t5", - name: "Stephanie Hudson", - role: "Client", - testimonial: "Wonderful photoshoot with Amanda for both family and pregnancy shots - love that we get all the photos so we can choose our favorites from the comfort of our own home! So many beautiful shots, definitely recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-with-protea-flowers-concept-style-pregnancy_169016-63648.jpg", - imageAlt: "Portrait of Stephanie Hudson", - }, + id: "t5", name: "Stephanie Hudson", role: "Client", testimonial: "Wonderful photoshoot with Amanda for both family and pregnancy shots - love that we get all the photos so we can choose our favorites from the comfort of our own home! So many beautiful shots, definitely recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-with-protea-flowers-concept-style-pregnancy_169016-63648.jpg", imageAlt: "Portrait of Stephanie Hudson"}, { - id: "t6", - name: "Victoria Bell", - role: "Nutrition Business Owner", - testimonial: "I came to see Amanda for a highly professional and very enjoyable photo shoot today. The studio is fantastic, I love Amanda’s attention to detail and her ability to put clients at ease. Her passion really comes through in her work. I highly recommend her.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", - imageAlt: "Portrait of Victoria Bell", - }, + id: "t6", name: "Victoria Bell", role: "Nutrition Business Owner", testimonial: "I came to see Amanda for a highly professional and very enjoyable photo shoot today. The studio is fantastic, I love Amanda’s attention to detail and her ability to put clients at ease. Her passion really comes through in her work. I highly recommend her.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Portrait of Victoria Bell"}, ]} title="What Our Clients Say" description="Hear directly from those who've experienced the Lady A Studios difference." @@ -308,20 +187,15 @@ export default function LandingPage() {
@@ -330,66 +204,39 @@ export default function LandingPage() {