From ee1eb75bdf3de654fb2c6e3a2993c17c18bd962c Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 31 Mar 2024 16:41:50 +0530 Subject: [PATCH] Extract component --- web/apps/photos/src/pages/index.tsx | 82 ++++++++++++++--------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/web/apps/photos/src/pages/index.tsx b/web/apps/photos/src/pages/index.tsx index fc888af83e..863af3a648 100644 --- a/web/apps/photos/src/pages/index.tsx +++ b/web/apps/photos/src/pages/index.tsx @@ -186,47 +186,7 @@ export default function LandingPage() { <> - - - - - - - - {t("HERO_SLIDE_1")} - - - - - - - - - {t("HERO_SLIDE_2")} - - - - - - - - - {t("HERO_SLIDE_3")} - - - +