Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user