8 Commits

Author SHA1 Message Date
3b4e1199c0 Merge version_3 into main
Merge version_3 into main
2026-03-09 07:03:16 +00:00
5b1b9d5764 Update src/app/page.tsx 2026-03-09 07:03:12 +00:00
f198b9aecf Merge version_2 into main
Merge version_2 into main
2026-03-09 07:01:18 +00:00
62d9941e31 Update src/app/page.tsx 2026-03-09 07:01:14 +00:00
795ec69a84 Update src/app/layout.tsx 2026-03-09 07:01:14 +00:00
57bdbaa47a Merge version_1 into main
Merge version_1 into main
2026-03-09 06:57:54 +00:00
01156e304d Merge version_1 into main
Merge version_1 into main
2026-03-09 06:57:13 +00:00
7abc3b2746 Merge version_1 into main
Merge version_1 into main
2026-03-09 06:55:49 +00:00
2 changed files with 12 additions and 1425 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -269,6 +269,10 @@ 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" },
{ text: "Learn About Deposits", href: "/account-setup" },
]}
/>
</div>
@@ -325,4 +329,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}