Merge version_3 into main #4
@@ -53,6 +53,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/t-shirt-painting-indoors-still-life_23-2150572736.jpg?_wi=2"
|
||||
imageAlt="Cute anime collectibles"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,6 +65,8 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Browse Shop", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-art-style-pottery-illustration_23-2151813477.jpg?_wi=2"
|
||||
imageAlt="organizing anime collectibles"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,18 +83,20 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Why Buy from Me?"
|
||||
description="Dedicated to giving my fellow collectors the best experience possible."
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="opacity"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[]}
|
||||
title="Featured Merchandise"
|
||||
description="Limited quantities available from my private collection."
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,6 +108,7 @@ export default function LandingPage() {
|
||||
plans={[]}
|
||||
title="Shop Tiers"
|
||||
description="Choose your level of collector experience."
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,8 +119,8 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah M."
|
||||
avatars={[]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,7 +132,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/purple-yeti-cartoon-with-boxes_23-2150248732.jpg"
|
||||
title="Collector FAQs"
|
||||
description="Answers to the most common questions about the shop."
|
||||
faqsAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,6 +145,7 @@ export default function LandingPage() {
|
||||
title="Join the Collector List"
|
||||
description="Be the first to know about new listings from my personal collection."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-knitting-while-relaxing_23-2149401794.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user