diff --git a/src/app/page.tsx b/src/app/page.tsx index 856e239..e59fa8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,42 +46,21 @@ export default function LandingPage() {
@@ -208,45 +134,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Highly Recommended", - quote: "The speed is incredible! Finally, my gaming and streaming work perfectly.", - name: "Arjun K.", - role: "Gamer & Streamer", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-desk_23-2149927610.jpg?_wi=2", - }, + id: "1", title: "Highly Recommended", quote: "The speed is incredible! Finally, my gaming and streaming work perfectly.", name: "Arjun K.", role: "Gamer & Streamer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-desk_23-2149927610.jpg"}, { - id: "2", - title: "Best Support", - quote: "Fantastic service. Their team helped me with installation on the same day.", - name: "Sunita R.", - role: "Small Business Owner", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23108.jpg?_wi=2", - }, + id: "2", title: "Best Support", quote: "Fantastic service. Their team helped me with installation on the same day.", name: "Sunita R.", role: "Small Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23108.jpg"}, { - id: "3", - title: "Stable Connection", - quote: "WorldLink has changed my work-from-home life. Extremely stable connection.", - name: "Ramesh P.", - role: "Software Developer", - imageSrc: "http://img.b2bpic.net/free-photo/parents-with-their-son-have-fun-time_8353-9150.jpg", - }, + id: "3", title: "Stable Connection", quote: "WorldLink has changed my work-from-home life. Extremely stable connection.", name: "Ramesh P.", role: "Software Developer", imageSrc: "http://img.b2bpic.net/free-photo/parents-with-their-son-have-fun-time_8353-9150.jpg"}, { - id: "4", - title: "Value for Money", - quote: "Great packages at great prices. Very satisfied with the speed and reliability.", - name: "Anita M.", - role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-desk_23-2149927610.jpg?_wi=3", - }, + id: "4", title: "Value for Money", quote: "Great packages at great prices. Very satisfied with the speed and reliability.", name: "Anita M.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-desk_23-2149927610.jpg"}, { - id: "5", - title: "Reliable", - quote: "Been using WorldLink for a year and it never fails me.", - name: "Bikram S.", - role: "Office Clerk", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23108.jpg?_wi=3", - }, + id: "5", title: "Reliable", quote: "Been using WorldLink for a year and it never fails me.", name: "Bikram S.", role: "Office Clerk", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23108.jpg"}, ]} title="What Our Customers Say" description="Hear from the thousands of happy families enjoying WorldLink internet." @@ -257,20 +153,15 @@ export default function LandingPage() { @@ -282,19 +173,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, ]} />