Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 10,000+ skaters worldwide"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Built to Last", description: "Precision-engineered components tested by pro riders. Our boards withstand the gnarliest tricks and roughest terrain.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2149241676.jpg?_wi=1", imageAlt: "skateboard tested durable long lasting"
|
||||
title: "Built to Last", description: "Precision-engineered components tested by pro riders. Our boards withstand the gnarliest tricks and roughest terrain.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2149241676.jpg", imageAlt: "skateboard tested durable long lasting"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2149241676.jpg?_wi=2", imageAlt: "Marcus Chen skateboarder"
|
||||
id: "1", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2149241676.jpg", imageAlt: "Marcus Chen skateboarder"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sofia Ramirez", imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-girl-skating-half-pipe_23-2147670797.jpg", imageAlt: "Sofia Ramirez skater"
|
||||
@@ -216,9 +216,9 @@ export default function LandingPage() {
|
||||
description="Have questions? Want to collaborate? Drop us a line—we read every message."
|
||||
tagIcon={MessageCircle}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-near-shop_23-2149488672.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-near-shop_23-2149488672.jpg"
|
||||
imageAlt="Skateboard shop interior"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-near-shop_23-2149488672.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-near-shop_23-2149488672.jpg"
|
||||
imageAlt="Shred Co skate shop"
|
||||
logoText="Shred Co"
|
||||
copyrightText="© 2024 Shred Co. All rights reserved. Skate responsibly."
|
||||
|
||||
Reference in New Issue
Block a user