Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 270a46dcca | |||
| 1c26ff7445 |
@@ -57,7 +57,10 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="female-products" data-section="female-products">
|
<div id="female-products" data-section="female-products" style={{
|
||||||
|
background: 'linear-gradient(135deg, #ffc0cb 0%, #ffb6d9 50%, #ffc0cb 100%)',
|
||||||
|
padding: '2rem'
|
||||||
|
}}>
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Women's Collection"
|
title="Women's Collection"
|
||||||
description="Explore our curated selection of premium skincare, makeup, and beauty essentials"
|
description="Explore our curated selection of premium skincare, makeup, and beauty essentials"
|
||||||
@@ -87,7 +90,10 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="male-products" data-section="male-products">
|
<div id="male-products" data-section="male-products" style={{
|
||||||
|
background: 'linear-gradient(135deg, #00d4aa 0%, #00a878 50%, #00d4aa 100%)',
|
||||||
|
padding: '2rem'
|
||||||
|
}}>
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Men's Collection"
|
title="Men's Collection"
|
||||||
description="Premium technology, professional tools, and executive fashion for the modern man"
|
description="Premium technology, professional tools, and executive fashion for the modern man"
|
||||||
@@ -122,7 +128,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="Cybe Store - Your Ultimate Shopping Destination for Premium Products Across Multiple Cultures and Languages. Now Supporting Portuguese (Brazil) and German."
|
title="Cybe Store - Your Ultimate Shopping Destination for Premium Products. Supporting English, Spanish, Portuguese (Brazil), French, German, Italian, and Japanese for global customers."
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
|
|||||||
Reference in New Issue
Block a user