From 7d5ea502db6e016291ad4c57c852d13747674fdc Mon Sep 17 00:00:00 2001 From: real-zephex Date: Mon, 27 May 2024 01:06:32 +0530 Subject: =?UTF-8?q?=F0=9F=8E=A8=20refactor(ui):=20Update=20background=20im?= =?UTF-8?q?age=20for=20info=20page=20and=20home=20page,=20and=20fix=20vide?= =?UTF-8?q?o=20loading=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.jsx | 67 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 26 deletions(-) (limited to 'src/app/page.jsx') diff --git a/src/app/page.jsx b/src/app/page.jsx index 6a8e0aa..b6fdd75 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -4,48 +4,63 @@ import Image from "next/image"; export default async function Home() { const homePageCards = (title, message, url) => { return ( - - - - nextui logo -
-

{title}

-

- dramalama/{title} -

-
-
- - -

{message}

-
-
+ // + // + // + // nextui logo + //
+ //

{title}

+ //

+ // dramalama/{title} + //

+ //
+ //
+ // + // + //

{message}

+ //
+ //
+ // + +
+ section image +

{title}

+
); }; return ( -
+
{homePageCards( "anime", "Gravity of anime constant state of falling into the depths of happiness and joy", - "https://i.ibb.co/bLJzm3T/Whats-App-Image-2024-05-23-at-22-05-59-09933e5f.jpg" + "https://cdn3.iconfinder.com/data/icons/letters-and-numbers-1/32/letter_A_red-256.png" )} {homePageCards( "kdrama", "Infinity loop I'll watch just one k-drama, ok one more, ok wait...", - "https://ih1.redbubble.net/image.2656505524.2951/poster,504x498,f8f8f8-pad,600x600,f8f8f8.jpg" + "https://cdn3.iconfinder.com/data/icons/letters-and-numbers-1/32/letter_K_red-512.png" )} {homePageCards( "movies", "Dive into a world of thrilling adventure and heart-pounding suspense", - "https://images.hdqwalls.com/download/poster-avengers-endgame-ni-1920x1080.jpg" + "https://cdn3.iconfinder.com/data/icons/letters-and-numbers-1/32/letter_M_red-512.png" )}
); -- cgit v1.2.3