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