From 10f34bd51aad8d3c14aac792960803b8fb7060ec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:45:20 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78909b9..394a7c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,16 +31,16 @@ export default function LandingPage() { { name: "Courses", id: "courses" }, { name: "Contact", id: "contact" }, ]} - brandName="Safety First Academy" + brandName="Safety Academy" />
@@ -48,12 +48,12 @@ export default function LandingPage() {
@@ -66,22 +66,25 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Basic First Aid", price: "Certification", imageSrc: "https://images.unsplash.com/photo-1584036561566-baf8f5f1b144?q=80&w=1000&auto=format&fit=crop" }, - { id: "p2", name: "Hazard Identification", price: "Advanced", imageSrc: "https://images.unsplash.com/photo-1563986768609-322da13575f3?q=80&w=1000&auto=format&fit=crop" }, - { id: "p3", name: "Fire Safety Protocol", price: "Core", imageSrc: "https://images.unsplash.com/photo-1590602847861-f357a9332bbc?q=80&w=1000&auto=format&fit=crop" } + { id: "p1", name: "First Aid", price: "Certification", imageSrc: "https://images.unsplash.com/photo-1584036561566-baf8f5f1b144?q=80&w=1000&auto=format&fit=crop" }, + { id: "p2", name: "ISO 14001", price: "Environmental", imageSrc: "https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?q=80&w=1000&auto=format&fit=crop" }, + { id: "p3", name: "ISO 9001", price: "Quality Mgmt", imageSrc: "https://images.unsplash.com/photo-1450101499163-c8848c66ca85?q=80&w=1000&auto=format&fit=crop" }, + { id: "p4", name: "ISO 45001", price: "Occupational", imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2610d4?q=80&w=1000&auto=format&fit=crop" }, + { id: "p5", name: "OSHA", price: "Compliance", imageSrc: "https://images.unsplash.com/photo-1517048676732-d65bc937f952?q=80&w=1000&auto=format&fit=crop" }, + { id: "p6", name: "NEBOSH / IOSH", price: "Safety Mgmt", imageSrc: "https://images.unsplash.com/photo-1505322104637-4d2093554fd8?q=80&w=1000&auto=format&fit=crop" } ]} - title="Safety Training Curriculum" - description="Expertly crafted courses for modern workplace environments." + title="Professional Safety Certifications" + description="Gain essential credentials with our curated selection of industry-recognized courses." />
-- 2.49.1 From 2f7d49be45e29277fd4416fefc6ab79e5093edc3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:45:20 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5d71f80..3b2c1d7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000f06; - --card: #081a10; - --foreground: #f0fff4; + --background: #fdfdfd; + --card: #f8fafc; + --foreground: #0f172a; --primary-cta: #059669; --primary-cta-text: #000000; - --secondary-cta: #10b981; + --secondary-cta: #f1f5f9; --secondary-cta-text: #ffffff; - --accent: #047857; - --background-accent: #065f46; + --accent: #e2e8f0; + --background-accent: #ecfdf5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1