4 Commits

Author SHA1 Message Date
3eeeecbb84 Update src/app/page.tsx 2026-03-11 07:54:37 +00:00
78ea034e0e Merge version_6 into main
Merge version_6 into main
2026-03-11 07:53:03 +00:00
1599ef92ba Update src/app/page.tsx 2026-03-11 07:52:59 +00:00
0cff89fe81 Merge version_5 into main
Merge version_5 into main
2026-03-11 07:51:29 +00:00

View File

@@ -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>
); );
} }