diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 93d8207..2b445df 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -7,7 +7,7 @@ import Youtube from "../icons/Youtube"; import Tiktok from "../icons/Tiktok"; const Footer = () => ( -
+
diff --git a/src/components/Merch/MerchItems.tsx b/src/components/Merch/MerchItems.tsx index ddea7d3..a651947 100644 --- a/src/components/Merch/MerchItems.tsx +++ b/src/components/Merch/MerchItems.tsx @@ -14,7 +14,7 @@ export const MerchItems = ({ }) => { return ( -
+
Merch Image {
{/* Merch Items Grid - Max 3 per row */} -
+
{MerchItemsData.map((merchItem) => ( -
+
{ init={particlesInit} loaded={particlesLoaded} options={{ + fullScreen: { enable: false }, interactivity: { detect_on: "canvas", events: { @@ -135,6 +136,7 @@ const Particle = () => { }, retina_detect: false, }} + style={{ height: "100%", width: "100%" }} /> ); }; diff --git a/src/pageLayouts/HomePage.tsx b/src/pageLayouts/HomePage.tsx index 0adb69f..7940827 100644 --- a/src/pageLayouts/HomePage.tsx +++ b/src/pageLayouts/HomePage.tsx @@ -16,7 +16,7 @@ const HomePage = () => { return (
{
{