Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3eeeecbb84 | |||
| 78ea034e0e | |||
| 1599ef92ba | |||
| 0cff89fe81 |
@@ -92,12 +92,12 @@ 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", href: "/booking" },
|
||||||
{ text: "Explore Packages", href: "/safari-packages" },
|
{ 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"
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user