3 Commits

Author SHA1 Message Date
2890dc254a Update theme colors 2026-05-07 20:22:44 +00:00
e445ee1f2a Update src/app/page.tsx 2026-05-07 20:18:34 +00:00
d2009ef4db Merge version_3 into main
Merge version_3 into main
2026-05-07 12:01:39 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ name: "Morgan Lee", handle: "@m_reads", testimonial: "Truly premium. A digital reading paradise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-attractive-man-with-oval-face-wears-round-glasses-dressed-formally_273609-8694.jpg?_wi=1" }
]}
buttons={[{ text: "Explore Library", href: "#books" }]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-tablet-with-financial-review_1232-184.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOYn8nMfPybwJo9av92qxpJBxb/uploaded-1778185101534-7c6iik43.png"
imageAlt="NexaReades Library Interface"
/>
</div>
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -12,7 +12,7 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--foreground: #000000;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;