Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -44,6 +44,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
title="Premium Digital PDF Books & Coloring Collections"
|
||||
description="Discover our curated selection of beautifully designed coloring books, comprehensive how-to guides, and more. Download instantly and start creating today."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Digital PDF Store"
|
||||
tagIcon={BookOpen}
|
||||
tagAnimation="slide-up"
|
||||
@@ -53,10 +54,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-outline-background_23-2150658803.jpg?_wi=1", imageAlt: "Colorful coloring book pages" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-outline-background_23-2150658803.jpg", imageAlt: "Colorful coloring book pages" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/brochure-template-world-population-day-awareness_23-2150511010.jpg", imageAlt: "How-to guide book pages" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswomen-with-tablet-meeting_23-2148824842.jpg", imageAlt: "Digital PDF book display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-mandala-concept_23-2148812405.jpg?_wi=1", imageAlt: "Creative coloring designs" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-mandala-concept_23-2148812405.jpg", imageAlt: "Creative coloring designs" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-from-notebooks-study-session_23-2149265720.jpg", imageAlt: "Instruction manual pages" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-reading-near-coffee_23-2147860829.jpg", imageAlt: "Digital library collection" }
|
||||
]}
|
||||
@@ -130,7 +131,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "howto-1", name: "Digital Art Fundamentals", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cutting-paper_23-2149934568.jpg?_wi=1", imageAlt: "Digital Art Tutorial Guide", initialQuantity: 1
|
||||
id: "howto-1", name: "Digital Art Fundamentals", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cutting-paper_23-2149934568.jpg", imageAlt: "Digital Art Tutorial Guide", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "howto-2", name: "Watercolor Mastery", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-white-pink-floral-book_209204-11.jpg", imageAlt: "Watercolor Painting Guide", initialQuantity: 1
|
||||
@@ -156,15 +157,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "feature-1", title: "Specialized Workbooks", tags: ["Interactive", "Practical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-outline-background_23-2150658803.jpg?_wi=2", imageAlt: "Specialized workbook preview"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-outline-background_23-2150658803.jpg", imageAlt: "Specialized workbook preview"
|
||||
},
|
||||
{
|
||||
id: "feature-2", title: "Premium Art Collections", tags: ["Exclusive", "High-Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-mandala-concept_23-2148812405.jpg?_wi=2", imageAlt: "Premium art collection preview"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-mandala-concept_23-2148812405.jpg", imageAlt: "Premium art collection preview"
|
||||
},
|
||||
{
|
||||
id: "feature-3", title: "Interactive Learning Guides", tags: ["Educational", "Engaging"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cutting-paper_23-2149934568.jpg?_wi=2", imageAlt: "Interactive learning preview"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cutting-paper_23-2149934568.jpg", imageAlt: "Interactive learning preview"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Coming Soon Section"
|
||||
|
||||
Reference in New Issue
Block a user