Merge version_1 into main #1
@@ -55,7 +55,7 @@ export default function AttractionsPage() {
|
||||
description:
|
||||
"Latest arcade games, racing simulators, and interactive entertainment for teens and adults. Classic favorites mixed with modern hits.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-view-women-playing-dancing-arcade_23-2148253101.jpg",
|
||||
"http://img.b2bpic.net/free-photo/high-view-women-playing-dancing-arcade_23-2148253101.jpg?_wi=2",
|
||||
imageAlt: "Arcade games collection",
|
||||
},
|
||||
{
|
||||
@@ -64,7 +64,7 @@ export default function AttractionsPage() {
|
||||
description:
|
||||
"Safe, fun-filled zone designed for younger children with age-appropriate games, activities, and supervised play spaces.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-childrens-having-fun-park_1301-6747.jpg",
|
||||
"http://img.b2bpic.net/free-photo/group-childrens-having-fun-park_1301-6747.jpg?_wi=2",
|
||||
imageAlt: "Kids entertainment area",
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function AttractionsPage() {
|
||||
description:
|
||||
"Dedicated party spaces with packages that include food, entertainment access, and setup. Perfect for celebrations of any size.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-with-colorful-balloons_1153-4433.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-with-colorful-balloons_1153-4433.jpg?_wi=2",
|
||||
imageAlt: "Birthday party setup",
|
||||
},
|
||||
]}
|
||||
@@ -95,7 +95,7 @@ export default function AttractionsPage() {
|
||||
name: "Arcade Gaming Zone",
|
||||
price: "See More",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg",
|
||||
"http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg?_wi=2",
|
||||
imageAlt: "Arcade gaming area",
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function AttractionsPage() {
|
||||
name: "Kids Entertainment Area",
|
||||
price: "See More",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-instagram-stories-collection-amusement-park_23-2150278406.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-instagram-stories-collection-amusement-park_23-2150278406.jpg?_wi=2",
|
||||
imageAlt: "Kids entertainment space",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function AttractionsPage() {
|
||||
name: "Food & Snacks",
|
||||
price: "See More",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/abstract-blur-restaurant_1203-8538.jpg",
|
||||
"http://img.b2bpic.net/free-photo/abstract-blur-restaurant_1203-8538.jpg?_wi=2",
|
||||
imageAlt: "Food court area",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function AttractionsPage() {
|
||||
name: "Main Entertainment Floor",
|
||||
price: "See More",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-interior-airport-waiting-hall_1232-4323.jpg",
|
||||
"http://img.b2bpic.net/free-photo/modern-interior-airport-waiting-hall_1232-4323.jpg?_wi=2",
|
||||
imageAlt: "Main entertainment floor",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function AttractionsPage() {
|
||||
name: "Birthday Party Setup",
|
||||
price: "See More",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-tables-served-garden-party_132075-9451.jpg",
|
||||
"http://img.b2bpic.net/free-photo/side-view-tables-served-garden-party_132075-9451.jpg?_wi=2",
|
||||
imageAlt: "Birthday party celebration",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -94,21 +94,21 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Arcade Games & Gaming Zone",
|
||||
description: "Latest arcade games, racing simulators, and interactive entertainment for teens and adults. Classic favorites mixed with modern hits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-women-playing-dancing-arcade_23-2148253101.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-women-playing-dancing-arcade_23-2148253101.jpg?_wi=1",
|
||||
imageAlt: "Arcade games collection",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Kids Entertainment Area",
|
||||
description: "Safe, fun-filled zone designed for younger children with age-appropriate games, activities, and supervised play spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-childrens-having-fun-park_1301-6747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-childrens-having-fun-park_1301-6747.jpg?_wi=1",
|
||||
imageAlt: "Kids entertainment area",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Birthday & Event Hosting",
|
||||
description: "Dedicated party spaces with packages that include food, entertainment access, and setup. Perfect for celebrations of any size.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-balloons_1153-4433.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-balloons_1153-4433.jpg?_wi=1",
|
||||
imageAlt: "Birthday party setup",
|
||||
},
|
||||
]}
|
||||
@@ -227,35 +227,35 @@ export default function HomePage() {
|
||||
id: "gallery-1",
|
||||
name: "Arcade Gaming Zone",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg?_wi=1",
|
||||
imageAlt: "Arcade gaming area",
|
||||
},
|
||||
{
|
||||
id: "gallery-2",
|
||||
name: "Kids Entertainment Area",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-instagram-stories-collection-amusement-park_23-2150278406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-instagram-stories-collection-amusement-park_23-2150278406.jpg?_wi=1",
|
||||
imageAlt: "Kids entertainment space",
|
||||
},
|
||||
{
|
||||
id: "gallery-3",
|
||||
name: "Food & Snacks",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_1203-8538.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_1203-8538.jpg?_wi=1",
|
||||
imageAlt: "Food court area",
|
||||
},
|
||||
{
|
||||
id: "gallery-4",
|
||||
name: "Main Entertainment Floor",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-airport-waiting-hall_1232-4323.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-airport-waiting-hall_1232-4323.jpg?_wi=1",
|
||||
imageAlt: "Main entertainment floor",
|
||||
},
|
||||
{
|
||||
id: "gallery-5",
|
||||
name: "Birthday Party Setup",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-tables-served-garden-party_132075-9451.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-tables-served-garden-party_132075-9451.jpg?_wi=1",
|
||||
imageAlt: "Birthday party celebration",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user