From 7b658fd41e621e3609317509978b3bbff13ad63c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 04:37:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f2ed8e..4658538 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,8 +79,7 @@ export default function WebAgency2Page() { title: "Discovery & Strategy", description: "Understanding your vision and goals.", bentoComponent: "timeline", heading: "Project Launch", subheading: "Your Digital Journey", items: [ { label: "Discovery & Strategy", detail: "Understanding your vision and goals." }, { label: "Design & Development", detail: "Crafting your unique digital experience." }, - { label: "Testing & Refinement", detail: "Ensuring perfection across all devices." }, - { label: "Launch & Support", detail: "Bringing your vision to life and ensuring continuous success." } + { label: "Testing & Refinement", detail: "Ensuring perfection across all devices." } ], completedLabel: "Website Live!"} ]} @@ -207,15 +206,15 @@ export default function WebAgency2Page() { testimonials={[ { id: "1", name: "Sarah J.", role: "Founder", company: "Innovative Startups", rating: 5, - testimonial: "Webild delivered beyond our expectations! Our new website is stunning, fast, and has significantly boosted our online engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-6.webp" + quote: "Webild delivered beyond our expectations! Our new website is stunning, fast, and has significantly boosted our online engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-6.webp" }, { id: "2", name: "Mark T.", role: "Marketing Director", company: "Global Brands Inc.", rating: 5, - testimonial: "The team at Webild understood our brand perfectly. They created a seamless user experience that has translated into higher conversions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-1.webp" + quote: "The team at Webild understood our brand perfectly. They created a seamless user experience that has translated into higher conversions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-1.webp" }, { id: "3", name: "Emily R.", role: "CEO", company: "Creative Solutions Co.", rating: 5, - testimonial: "Professional, responsive, and incredibly talented. Webild made our website redesign a truly enjoyable and successful process. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-2.webp" + quote: "Professional, responsive, and incredibly talented. Webild made our website redesign a truly enjoyable and successful process. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-2.webp" } ]} />