Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tablet-with-financial-review_1232-184.jpg?_wi=1"
|
||||
imageAlt="NexaReades Library Interface"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "The Silent Horizon", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-stack-books_1098-1352.jpg" },
|
||||
{ id: "1", name: "The Silent Horizon", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-stack-books_1098-1352.jpg?_wi=1" },
|
||||
{ id: "2", name: "Echoes of Time", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-climber-red-wall_23-2151982347.jpg" },
|
||||
{ id: "3", name: "Digital Frontiers", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/background-watercolor-style_9975-7406.jpg" },
|
||||
{ id: "4", name: "The Last Kingdom", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/3d-hazy-mountain-range-against-sunset-sky_1048-10361.jpg" },
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common queries about our platform."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-stack-books_1098-1352.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-stack-books_1098-1352.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
description="Have questions about our library or need help with your account? Our team is here to assist."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tablet-with-financial-review_1232-184.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tablet-with-financial-review_1232-184.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user