diff --git a/src/app/page.tsx b/src/app/page.tsx index c25d76f..a500f89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -250,65 +152,24 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "Professional", - testimonial: "The precision approach really worked. I felt understood from the first minute.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-showing-meditation-gesture-green-jacket-shirt-looking-peaceful-front-view_176474-71693.jpg?_wi=3", - }, - { - id: "2", - name: "Mark D.", - handle: "Executive", - testimonial: "Finally, a hypnosis service that feels grounded and professional. Results were quick.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg?_wi=3", - }, - { - id: "3", - name: "Elena R.", - handle: "Creative", - testimonial: "The process was so clear. No fluff, just effective tools for real change.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg?_wi=3", - }, - { - id: "4", - name: "James K.", - handle: "Entrepreneur", - testimonial: "I appreciate the structured, personal attention. It's truly a better process.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg?_wi=3", - }, - { - id: "5", - name: "Chloe T.", - handle: "Manager", - testimonial: "Highly recommended if you want genuine, lasting behavioral shifts.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-short-hair-stretching-nature_23-2148291411.jpg?_wi=3", - }, + { id: "1", name: "Sarah J.", handle: "Professional", testimonial: "The precision approach really worked. I felt understood from the first minute.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-showing-meditation-gesture-green-jacket-shirt-looking-peaceful-front-view_176474-71693.jpg" }, + { id: "2", name: "Mark D.", handle: "Executive", testimonial: "Finally, a hypnosis service that feels grounded and professional. Results were quick.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg" }, + { id: "3", name: "Elena R.", handle: "Creative", testimonial: "The process was so clear. No fluff, just effective tools for real change.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg" }, + { id: "4", name: "James K.", handle: "Entrepreneur", testimonial: "I appreciate the structured, personal attention. It's truly a better process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg" }, + { id: "5", name: "Chloe T.", handle: "Manager", testimonial: "Highly recommended if you want genuine, lasting behavioral shifts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-short-hair-stretching-nature_23-2148291411.jpg" }, ]} showRating={true} title="Real client results" + description="Hear from clients who transformed their lives." />
@@ -317,16 +178,8 @@ export default function LandingPage() { logoText="SetPoint Hypnosis" copyrightText="© 2025 SetPoint Hypnosis & Wellness Center" socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }, ]} />