Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72e08632cf | |||
| f8c8df8e83 | |||
| 89394ccd5a | |||
| c75d853486 | |||
| d1bc5ca6e7 | |||
| d4eba86212 | |||
| 3b552c357c | |||
| d467bcf4e9 | |||
| e0eec2e494 | |||
| 72323c46db | |||
| 41c94374b2 | |||
| 3eeeecbb84 | |||
| 78ea034e0e | |||
| 1599ef92ba | |||
| 0cff89fe81 |
@@ -92,12 +92,12 @@ export default function HomePage() {
|
||||
tagIcon={Compass}
|
||||
enableKpiAnimation={true}
|
||||
kpis={[
|
||||
{ value: "20+", label: "Certified Expert Guides" },
|
||||
{ value: "95%", label: "Safari Success Rate" },
|
||||
{ value: "1000+", label: "Wildlife Encounters" },
|
||||
{ value: "4.9★", label: "Average Guest Rating" },
|
||||
{ value: "20+", label: "Years Local Expertise" },
|
||||
{ value: "5,000+", label: "Trusted Travelers" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Your Safari Today", href: "/booking" },
|
||||
{ text: "Book Your Safari", href: "/booking" },
|
||||
{ text: "Explore Packages", href: "/safari-packages" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lonely-acacia-tree-camelthorne-with-blue-sky-background-etosha-national-park-namibia-south-africa_1150-21621.jpg"
|
||||
@@ -284,4 +284,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user