diff --git a/src/app/page.tsx b/src/app/page.tsx
index 79f0abb..27ea865 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
- background="fluid"
+ background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -37,14 +37,15 @@ export default function LandingPage() {
{ name: "Cart", id: "cart" },
]}
button={{
- text: "Shop Now", href: "#products"}}
+ text: "Shop Now", href: "#products"
+ }}
className="z-50"
/>
@@ -183,9 +193,11 @@ export default function LandingPage() {
speed={40}
showCard={true}
logos={[
- "http://img.b2bpic.net/free-vector/crossfit-motivational-logo-flat-design_52683-17002.jpg", "http://img.b2bpic.net/free-vector/glitch-geometric-shape-banners_23-2148091329.jpg", "http://img.b2bpic.net/free-vector/gradient-colorful-music-festival-labels_23-2149078433.jpg", "http://img.b2bpic.net/free-vector/president-s-day-label-collection_23-2148053566.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg", "http://img.b2bpic.net/free-vector/abstract-classic-blue-business-card-template_23-2148434122.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-rock-logo-collection-with-vintage-style_23-2147819376.jpg", "http://img.b2bpic.net/free-vector/pack-dark-shields_23-2147485952.jpg"]}
+ "http://img.b2bpic.net/free-vector/crossfit-motivational-logo-flat-design_52683-17002.jpg", "http://img.b2bpic.net/free-vector/glitch-geometric-shape-banners_23-2148091329.jpg", "http://img.b2bpic.net/free-vector/gradient-colorful-music-festival-labels_23-2149078433.jpg", "http://img.b2bpic.net/free-vector/president-s-day-label-collection_23-2148053566.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg", "http://img.b2bpic.net/free-vector/abstract-classic-blue-business-card-template_23-2148434122.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-rock-logo-collection-with-vintage-style_23-2147819376.jpg", "http://img.b2bpic.net/free-vector/pack-dark-shields_23-2147485952.jpg"
+ ]}
names={[
- "Hip-Hop Culture", "Streetwear Fashion", "Music Production", "Urban Culture", "Fashion Community", "Creative Studios", "Rebellion Collective", "Limited Drops"]}
+ "Hip-Hop Culture", "Streetwear Fashion", "Music Production", "Urban Culture", "Fashion Community", "Creative Studios", "Rebellion Collective", "Limited Drops"
+ ]}
/>