Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1599ef92ba | |||
| 0cff89fe81 |
@@ -92,9 +92,9 @@ export default function HomePage() {
|
|||||||
tagIcon={Compass}
|
tagIcon={Compass}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "20+", label: "Certified Expert Guides" },
|
{ value: "4.9★", label: "Average Guest Rating" },
|
||||||
{ value: "95%", label: "Safari Success Rate" },
|
{ value: "20+", label: "Years Local Expertise" },
|
||||||
{ value: "1000+", label: "Wildlife Encounters" },
|
{ value: "5,000+", label: "Trusted Travelers" },
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Safari Today", href: "/booking" },
|
{ text: "Book Your Safari Today", href: "/booking" },
|
||||||
@@ -284,4 +284,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user