diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 12d75b2..97cfb13 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -36,36 +36,20 @@ export default function ReviewsPage() { description="Read authentic reviews from entrepreneurs who have transformed their businesses with X BUSINESS support and guidance" testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Founder & CEO", - company: "Digital Ventures", - rating: 5, + id: "1", name: "Sarah Mitchell", role: "Founder & CEO", company: "Digital Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg" }, { - id: "2", - name: "Jennifer Liu", - role: "Business Owner", - company: "Creative Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=1" + id: "2", name: "Jennifer Liu", role: "Business Owner", company: "Creative Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg" }, { - id: "3", - name: "Maria Rodriguez", - role: "Entrepreneur", - company: "Tech Innovation Hub", - rating: 5, + id: "3", name: "Maria Rodriguez", role: "Entrepreneur", company: "Tech Innovation Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/account-executive-multitasking-her-desk-working-business-goals_482257-123842.jpg" }, { - id: "4", - name: "Amy Chen", - role: "Startup Founder", - company: "NextGen Ventures", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=2" + id: "4", name: "Amy Chen", role: "Startup Founder", company: "NextGen Ventures", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg" } ]} kpiItems={[ @@ -84,24 +68,21 @@ export default function ReviewsPage() { logoText="X BUSINESS" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Guidance", href: "#services" }, { label: "Community", href: "#services" }, { label: "Reviews", href: "/reviews" } ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "#about" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" } ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Code of Conduct", href: "#" }