Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -120,17 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "The Hidden Path", price: "4.5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/cross-with-holy-bible-candle-old-oak-wooden-table_1150-9237.jpg"},
|
||||
id: "p1", name: "The Hidden Path", price: "4.5/5 Star Rating", imageSrc: "http://img.b2bpic.net/free-photo/cross-with-holy-bible-candle-old-oak-wooden-table_1150-9237.jpg"},
|
||||
{
|
||||
id: "p2", name: "Series: Broken Glass", price: "5.0 Stars", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-books-pile_23-2149082189.jpg"},
|
||||
id: "p2", name: "Series: Broken Glass", price: "5.0/5 Star Rating", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-books-pile_23-2149082189.jpg"},
|
||||
{
|
||||
id: "p3", name: "Faith in Bloom", price: "4.8 Stars", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-red-book-front-her-eyes_23-2147909857.jpg"},
|
||||
id: "p3", name: "Faith in Bloom", price: "4.8/5 Star Rating", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-red-book-front-her-eyes_23-2147909857.jpg"},
|
||||
{
|
||||
id: "p4", name: "Shadow Realms I", price: "4.2 Stars", imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896293.jpg"},
|
||||
id: "p4", name: "Shadow Realms I", price: "4.2/5 Star Rating", imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896293.jpg"},
|
||||
{
|
||||
id: "p5", name: "Grace Reimagined", price: "4.9 Stars", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbrqcd"},
|
||||
id: "p5", name: "Grace Reimagined", price: "4.9/5 Star Rating", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbrqcd"},
|
||||
{
|
||||
id: "p6", name: "The Final Verdict", price: "4.7 Stars", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-stack-books-blurred-background_169016-25851.jpg"},
|
||||
id: "p6", name: "The Final Verdict", price: "4.7/5 Star Rating", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-stack-books-blurred-background_169016-25851.jpg"},
|
||||
]}
|
||||
title="Latest Independent Book Reviews"
|
||||
description="Curated recommendations for your next favorite read."
|
||||
@@ -221,4 +221,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user