From 1a0faa3e7a3050f737159fda0da0ebe2259fd962 Mon Sep 17 00:00:00 2001 From: vedhapprakashni Date: Wed, 4 Feb 2026 16:35:27 +0530 Subject: [PATCH 1/5] added spotify preview related to emotions picked by user --- app/layout.tsx | 3 - app/page.tsx | 228 +++----------------- app/test/page.tsx | 10 +- components/MoodCard.tsx | 182 +++------------- components/OrbVisualizer.tsx | 19 +- components/SuggestionPanel.tsx | 49 ++++- lib/moodData.ts | 374 +++++++++------------------------ 7 files changed, 214 insertions(+), 651 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 9fab83d..f7ef921 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,5 @@ import './globals.css'; import { ClientLayout } from '@/components/ClientLayout'; -import { Footer } from '@/components/Footer'; import { BackToTop } from '@/components/BackToTop'; import type { Metadata } from 'next'; import { Inter } from 'next/font/google'; @@ -25,8 +24,6 @@ export default function RootLayout({ {children} - {children} -