Update src/app/books/page.tsx

This commit is contained in:
2026-05-04 02:22:18 +00:00
parent 7aed3d00c2
commit 3aa4e3b577

View File

@@ -44,11 +44,11 @@ export default function BooksPage() {
animationType="blur-reveal"
products={[
{
id: "1", name: "Sinful Grounds", price: "$12.99", variant: "Mafia", imageSrc: "http://img.b2bpic.net/free-photo/red-rose-branch-envelope-book_23-2148017943.jpg"},
id: "1", name: "Sinful Grounds", price: "$12.99", variant: "Mafia", imageSrc: "http://img.b2bpic.net/free-photo/red-rose-branch-envelope-book_23-2148017943.jpg?_wi=1"},
{
id: "2", name: "Bloodline & Bone", price: "$12.99", variant: "Paranormal", imageSrc: "http://img.b2bpic.net/free-photo/magical-dark-mysterious-forest_1204-194.jpg"},
id: "2", name: "Bloodline & Bone", price: "$12.99", variant: "Paranormal", imageSrc: "http://img.b2bpic.net/free-photo/magical-dark-mysterious-forest_1204-194.jpg?_wi=1"},
{
id: "3", name: "Velmoor Academy", price: "$12.99", variant: "Fantasy", imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778581.jpg"},
id: "3", name: "Velmoor Academy", price: "$12.99", variant: "Fantasy", imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778581.jpg?_wi=1"},
{
id: "4", name: "This Dangerous Man", price: "$12.99", variant: "Mafia", imageSrc: "http://img.b2bpic.net/free-photo/top-view-typesetting-parts_23-2149609833.jpg"},
{
@@ -65,13 +65,13 @@ export default function BooksPage() {
products={[
{
id: "p1", name: "Sinful Grounds", price: "$12.99", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/red-rose-branch-envelope-book_23-2148017943.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/red-rose-branch-envelope-book_23-2148017943.jpg?_wi=2"},
{
id: "p2", name: "Bloodline & Bone", price: "$12.99", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/magical-dark-mysterious-forest_1204-194.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/magical-dark-mysterious-forest_1204-194.jpg?_wi=2"},
{
id: "p3", name: "Velmoor Academy", price: "$12.99", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778581.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778581.jpg?_wi=2"},
]}
/>
</div>