4 Commits

Author SHA1 Message Date
4503edbcfa Switch to version 3: modified src/app/page.tsx 2026-05-07 20:23:07 +00:00
353f967cec Switch to version 4: modified src/app/styles/variables.css 2026-05-07 20:23:00 +00:00
bdf6c303eb Merge version_5 into main
Merge version_5 into main
2026-05-07 20:22:47 +00:00
d50ab1196a Merge version_4 into main
Merge version_4 into main
2026-05-07 20:18:40 +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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOYn8nMfPybwJo9av92qxpJBxb/uploaded-1778185101534-7c6iik43.png"
imageSrc="http://img.b2bpic.net/free-photo/top-view-tablet-with-financial-review_1232-184.jpg?_wi=1"
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: #000000;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;