From 42aab086edfaa5b215b3f0d79a1802790f4b2575 Mon Sep 17 00:00:00 2001 From: iloveginger Date: Wed, 30 Apr 2025 19:37:37 +0545 Subject: [PATCH 1/7] Quotes Card Added --- .../src/app/components/Quotes/QuotesCard.tsx | 43 +++++++++++++++++-- frontend/src/app/globals.css | 4 ++ frontend/src/app/legacy/page.tsx | 2 +- .../src/app/sections/HistorySection/page.tsx | 7 +++ 4 files changed, 51 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/components/Quotes/QuotesCard.tsx b/frontend/src/app/components/Quotes/QuotesCard.tsx index a58802c..2bfe7a3 100644 --- a/frontend/src/app/components/Quotes/QuotesCard.tsx +++ b/frontend/src/app/components/Quotes/QuotesCard.tsx @@ -1,8 +1,43 @@ -export default function QuotesCard(){ - return( +import Image from "next/image"; +import hero from "../../assets/images/Hero.jpg" +export default function QuotesCard() { + return ( <> - +
+
+ +
+
+
+ + {/* right leaf */} +
+ +
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+ +
); -} \ No newline at end of file +} + diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 0610884..ec577d1 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -11,6 +11,10 @@ background: linear-gradient(140.3deg, #6633cc -15.9%, #f5c144 72.56%); } + .legacy-gradient-background { + background: linear-gradient(116.3deg, #6633CC 3.83%, #110C24 78.88%); + } + .text-primary-gradient-color { @apply bg-gradient-to-r from-primary from-1% to-secondary bg-clip-text text-transparent; } diff --git a/frontend/src/app/legacy/page.tsx b/frontend/src/app/legacy/page.tsx index 9ac422b..0c8f142 100644 --- a/frontend/src/app/legacy/page.tsx +++ b/frontend/src/app/legacy/page.tsx @@ -39,7 +39,7 @@ export default function LegacyPage(){ /> -
+