5 Commits

Author SHA1 Message Date
fc8352e02a Update src/app/page.tsx 2026-03-12 10:35:23 +00:00
efa14c614b Merge version_2 into main
Merge version_2 into main
2026-03-12 10:33:41 +00:00
27416c8bc0 Update src/app/page.tsx 2026-03-12 10:33:37 +00:00
fd3317fdaa Merge version_1 into main
Merge version_1 into main
2026-03-12 10:32:18 +00:00
5cc55825f8 Merge version_1 into main
Merge version_1 into main
2026-03-12 10:31:55 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Premium Cricket Equipment for Champions"
description="Discover our collection of professional-grade cricket bats and balls designed for players of all levels. Quality crafted, performance tested."
description="Trusted by 50,000+ players worldwide—equipment that wins matches"
tag="Premium Equipment"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -224,6 +224,10 @@ export default function LandingPage() {
textPosition="left"
useInvertedBackground={true}
faqsAnimation="slide-up"
buttons={[
{ text: "Still Have Questions? Contact Us", href: "contact" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -240,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}