diff --git a/src/app/page.tsx b/src/app/page.tsx index 54c5c1d..cb051b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -269,6 +269,9 @@ export default function HomePage() { id: "6", name: "Anjali Sharma, Chennai", date: "Date: 28 January 2025", title: "Perfect for Casual Bettors", quote: "I started betting just for fun, and CricketBet made it easy and enjoyable. The tutorials and guides are super helpful. Great community of bettors too!", tag: "Casual Bettor", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg?_wi=2"}, ]} + buttons={[ + { text: "Join 50K+ Bettors Today", href: "/signup" }, + ]} /> @@ -325,4 +328,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}