Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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