Switch to version 3: modified src/app/page.tsx

This commit is contained in:
2026-05-07 20:23:07 +00:00
parent 353f967cec
commit 4503edbcfa

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>
);
}
}