3 Commits

Author SHA1 Message Date
dc67c7fa5c Update src/app/page.tsx 2026-04-18 05:15:37 +00:00
73230be66e Merge version_2 into main
Merge version_2 into main
2026-04-18 05:14:45 +00:00
042c016a07 Update src/app/page.tsx 2026-04-18 05:14:39 +00:00

View File

@@ -41,7 +41,7 @@ export default function ZidTravelPage() {
/>
<HeroCarouselLogo
logoText="ZID TRAVEL"
description="Experience the majesty of Egypt with our premium, curated booking platform. Luxury stays, private tours, and seamless travel management at your fingertips."
description="Escape the limitations of automated booking sites. Experience the majesty of Egypt with our boutique, concierge-style service featuring dedicated manual verification for every reservation."
buttons={[
{ text: "Find Your Stay", href: "#hotels" },
{ text: "Explore Tours", href: "#tours" },
@@ -158,4 +158,4 @@ export default function ZidTravelPage() {
</ReactLenis>
</ThemeProvider>
);
}
}