Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 17:38:03 +00:00

View File

@@ -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>