Merge version_3 into main #4
@@ -65,6 +65,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-spider-web_127675-2736.jpg"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,6 +94,8 @@ export default function LandingPage() {
|
||||
{ id: "1", brand: "Official", name: "Collector Figurine", price: "$49", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fantasy-male-creature-from-sea_23-2151609066.jpg" },
|
||||
{ id: "2", brand: "Official", name: "Hero Case", price: "$29", rating: 5, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-spider-with-poly-effect_23-2150963788.jpg" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,6 +104,7 @@ export default function LandingPage() {
|
||||
cardTitle="Fan Stories"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/angry-young-superhero-guy-showing-thumbs-up-isolated-green_141793-94867.jpg" },
|
||||
{ id: "t2", name: "Mike L.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-superwoman-red-cape-looking-front-isolated-white-wall_141793-74227.jpg" }
|
||||
@@ -116,6 +120,7 @@ export default function LandingPage() {
|
||||
{ id: "2", title: "Are items licensed?", content: "Everything in our collection is 100% officially licensed."}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,6 +129,7 @@ export default function LandingPage() {
|
||||
text="Join the Spider-Team today!"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user