Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
195 changes: 194 additions & 1 deletion app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,200 @@ export default function Page() {
<section className="flex flex-col gap-4">
<Markdown content={preDynamicContentExplainer} />
<RandomQuote />
</section>
</section><div>
<img
src="IMAGE_URL_HERE"
alt="entry Smoke"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>entry Smoke</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="entry sparkler"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>entry sparkler</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="entry arch"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>entry arch</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="entry floor"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>entry floor</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="360video booth"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>360video booth</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="paper blast & CO2 blast & flower blast"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>paper blast &amp; CO2 blast &amp; flower blast</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="entry pyro"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>entry pyro</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="Bubble & fog Machine"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>Bubble &amp; fog Machine</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="entry balloon (helium balloon)"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>entry balloon (helium balloon)</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="elephant tusk entry (Elephant Teeth Entry)"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>elephant tusk entry (Elephant Teeth Entry)</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="flower entry (Polyethylene Inflatable Flower Entry bouncy)"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>flower entry (Polyethylene Inflatable Flower Entry bouncy)</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="Cold Pyro Rotating Machine Remote Control 360 degree"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>Cold Pyro Rotating Machine Remote Control 360 degree</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>

<div>
<img
src="IMAGE_URL_HERE"
alt="wedding entry trolley"
style={{ width: "200px", borderRadius: "16px" }}
/>
<h2>wedding entry trolley</h2>
<p>Price: (update later)</p>
<p>
<a href="YOUTUBE_URL_HERE" target="_blank" rel="noreferrer">
Click here for YouTube video
</a>
</p>
</div>
</div>
);
}
Expand Down