2 Commits

Author SHA1 Message Date
78afc06c40 Update src/app/page.tsx 2026-03-11 17:37:59 +00:00
d947a3eed1 Merge version_1 into main
Merge version_1 into main
2026-03-11 17:36:47 +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>