Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e0d9f7df2 | |||
| 78afc06c40 | |||
| d947a3eed1 |
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "casual", price: "5,000 IQD", name: "Casual Gaming", buttons: [
|
||||
{ text: "Book Session", href: "#contact" },
|
||||
{ text: "Reserve Spot Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "tel:+964XXXXXXXXX" }
|
||||
],
|
||||
features: [
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "private", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "15,000 IQD", name: "Private Room", buttons: [
|
||||
{ text: "Book Room", href: "#contact" },
|
||||
{ text: "Reserve Spot Now", href: "#contact" },
|
||||
{ text: "Call Us", href: "tel:+964XXXXXXXXX" }
|
||||
],
|
||||
features: [
|
||||
@@ -235,7 +235,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+964XXXXXXXXX" },
|
||||
{ text: "Book Session", href: "#booking" }
|
||||
{ text: "Reserve Spot Now", href: "#booking" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user