diff --git a/src/app/page.tsx b/src/app/page.tsx index a951fcc..4f827d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} />