Update src/app/page.tsx

This commit is contained in:
2026-05-12 01:10:25 +00:00
parent 910fea55dc
commit 2aa19cf352

View File

@@ -164,6 +164,14 @@ export default function LandingPage() {
text: "Book Premium", href: "#contact"},
],
},
{
id: "ras-sedr", badge: "New", price: "2,000 LE", subtitle: "Single Trip", features: [
"Transportation included", "Full equipment support", "Professional guide"],
buttons: [
{
text: "Book Ras Sedr", href: "#contact"},
],
},
]}
title="Tailored Travel Plan"
description="Choose the level of service that perfectly matches your adventure requirements."
@@ -233,4 +241,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}