Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10f3024edc | |||
| fc8352e02a | |||
| efa14c614b | |||
| 27416c8bc0 | |||
| fd3317fdaa | |||
| 5cc55825f8 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user