From b2f15f8a9cec1405a20ad49a6e61af2d2383f267 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:07:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5faf1b0..e32ac16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function HomePage() { }, { title: "Connect", items: [ - { label: "Email", href: "mailto:support@ebliss.com" }, + { label: "Email", href: "mailto:support@technoswag.com" }, { label: "Phone", href: "tel:+919876543210" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, @@ -66,9 +66,9 @@ export default function HomePage() { @@ -90,7 +90,7 @@ export default function HomePage() { mediaAnimation="blur-reveal" testimonials={[ { - name: "Rajesh Kumar", handle: "CTO, TechFlow Solutions", testimonial: "Ebliss transformed our entire IT infrastructure. Their expertise and reliability are unmatched.", rating: 5, + name: "Rajesh Kumar", handle: "CTO, TechFlow Solutions", testimonial: "Technoswag transformed our entire IT infrastructure. Their expertise and reliability are unmatched.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-corpor-1772861855578-42355563.png?_wi=1", imageAlt: "Rajesh Kumar"}, { name: "Priya Sharma", handle: "CEO, CloudSync Innovations", testimonial: "Excellent service quality and exceptional technical support. Highly recommended for enterprise solutions.", rating: 5, @@ -107,9 +107,9 @@ export default function HomePage() {