From 159c08a2246905f3609938889d9a4a744e451ec6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:41:26 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 374 ++++------------------------------------------- 1 file changed, 25 insertions(+), 349 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df061eb..1bb1f6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,131 +31,36 @@ export default function LandingPage() {
@@ -166,254 +71,25 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "MDCAT Preparation", - price: "Elite Pack", - imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-15674.jpg", - }, - { - id: "p2", - name: "NUMS Preparation", - price: "Comprehensive", - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906202.jpg", - }, - { - id: "p3", - name: "Entry Test Prep", - price: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/group-multiethnic-kids-wearing-vr-headsets-teacher-watching-them_74855-16387.jpg", - }, - { - id: "p4", - name: "FSC Coaching", - price: "Annual", - imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-facility-with-modern-equipment-designed-medicine_482257-112483.jpg", - }, - { - id: "p5", - name: "Medical Academy", - price: "Intensive", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-consultation-with-black-medic-modern-clinic-lobby_482257-131071.jpg", - }, - { - id: "p6", - name: "Crash Courses", - price: "Fast Track", - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-classroom-students_23-2150906184.jpg", - }, - ]} - title="Premium Courses" - description="Specialized curriculum for top tier medical entrance exams." - /> - - -
- -
- -
- -
- -
- -
- -
- -
- -
-
); -} +} \ No newline at end of file -- 2.49.1 From 281519f4d373e7e1288b6b8a16cd47929d1654dc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:41:26 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 94bd319..5d71f80 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #151515; - --foreground: #ffffff; - --primary-cta: #ffd700; + --background: #000f06; + --card: #081a10; + --foreground: #f0fff4; + --primary-cta: #059669; --primary-cta-text: #000000; - --secondary-cta: #1e3a8a; + --secondary-cta: #10b981; --secondary-cta-text: #ffffff; - --accent: #1e3a8a; - --background-accent: #1e3a8a; + --accent: #047857; + --background-accent: #065f46; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1