diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c036d9..bbbc294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function HomePage() { { src: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg", alt: "Gamer 2" }, { src: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg", alt: "Gamer 3" }, ]} - avatarText="Trusted by 1000+ gamers in Bangalore" + avatarText="Join 1000+ active gamers | 50+ weekly tournaments" buttons={[ { text: "Book Your Session", href: "contact" }, { text: "Explore Gaming Setups", href: "gaming-setup" }, @@ -279,4 +279,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}