diff --git a/src/app/books/page.tsx b/src/app/books/page.tsx
index 8d33500..094dd7e 100644
--- a/src/app/books/page.tsx
+++ b/src/app/books/page.tsx
@@ -26,25 +26,15 @@ export default function LandingPage() {
@@ -58,59 +48,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- brand: "Evelyn Reed",
- name: "The Quiet Memory",
- price: "$19.99",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-book_23-2147615056.jpg?_wi=3",
- },
+ id: "1", brand: "Evelyn Reed", name: "The Quiet Memory", price: "$19.99", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-book_23-2147615056.jpg"},
{
- id: "2",
- brand: "Evelyn Reed",
- name: "Whispers of Dawn",
- price: "$22.99",
- rating: 5,
- reviewCount: "98",
- imageSrc: "http://img.b2bpic.net/free-photo/physical-paper-book-background-closeup_58702-6686.jpg?_wi=3",
- },
+ id: "2", brand: "Evelyn Reed", name: "Whispers of Dawn", price: "$22.99", rating: 5,
+ reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/physical-paper-book-background-closeup_58702-6686.jpg"},
{
- id: "3",
- brand: "Evelyn Reed",
- name: "Starlight Reflections",
- price: "$18.50",
- rating: 4,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-image-sad-woman_23-2151338372.jpg?_wi=3",
- },
+ id: "3", brand: "Evelyn Reed", name: "Starlight Reflections", price: "$18.50", rating: 4,
+ reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/black-white-image-sad-woman_23-2151338372.jpg"},
{
- id: "4",
- brand: "Evelyn Reed",
- name: "The Hidden Path",
- price: "$24.00",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-vector/blue-monday-instagram-post-template-design_742173-30018.jpg?_wi=2",
- },
+ id: "4", brand: "Evelyn Reed", name: "The Hidden Path", price: "$24.00", rating: 5,
+ reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-vector/blue-monday-instagram-post-template-design_742173-30018.jpg"},
{
- id: "5",
- brand: "Evelyn Reed",
- name: "Echoes of Yesterday",
- price: "$21.00",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-psd/italian-food-poster-template_23-2148546637.jpg?_wi=2",
- },
+ id: "5", brand: "Evelyn Reed", name: "Echoes of Yesterday", price: "$21.00", rating: 5,
+ reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-psd/italian-food-poster-template_23-2148546637.jpg"},
{
- id: "6",
- brand: "Evelyn Reed",
- name: "Finding Home",
- price: "$19.00",
- rating: 4,
- reviewCount: "70",
- imageSrc: "http://img.b2bpic.net/free-photo/cover-mockup-with-alphabet_23-2147730284.jpg",
- },
+ id: "6", brand: "Evelyn Reed", name: "Finding Home", price: "$19.00", rating: 4,
+ reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/cover-mockup-with-alphabet_23-2147730284.jpg"},
]}
title="My Bookshelf"
description="Discover the full collection of stories and journeys written over the years."
@@ -121,7 +75,6 @@ export default function LandingPage() {
@@ -129,41 +82,25 @@ export default function LandingPage() {
@@ -54,16 +44,13 @@ export default function LandingPage() {
@@ -72,7 +59,6 @@ export default function LandingPage() {
@@ -80,41 +66,25 @@ export default function LandingPage() {