Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48cb9b1267 | |||
| 270a46dcca | |||
| 1c26ff7445 | |||
| f38d489cc3 | |||
| d700f25535 |
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Cybe Store"
|
||||
description="Discover premium skincare, makeup, technology, and executive fashion. Shop curated collections with multilingual support for global customers."
|
||||
description="Discover premium skincare, makeup, technology, and executive fashion. Shop curated collections with multilingual support for global customers. Available in English, Spanish, Portuguese (Brazil), French, German, and more."
|
||||
buttons={[
|
||||
{ text: "Shop Women's Collection", href: "#female-products" },
|
||||
{ text: "Shop Men's Collection", href: "#male-products" }
|
||||
@@ -57,7 +57,10 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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
|
||||
title="Women's Collection"
|
||||
description="Explore our curated selection of premium skincare, makeup, and beauty essentials"
|
||||
@@ -87,7 +90,10 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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
|
||||
title="Men's Collection"
|
||||
description="Premium technology, professional tools, and executive fashion for the modern man"
|
||||
@@ -122,11 +128,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="Cybe Store - Your Ultimate Shopping Destination for Premium Products Across Multiple Cultures and Languages"
|
||||
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}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Globe, label: "Languages Supported", value: "5" },
|
||||
{ icon: Globe, label: "Languages Supported", value: "7" },
|
||||
{ icon: ShoppingCart, label: "Premium Products", value: "500+" },
|
||||
{ icon: Users, label: "Satisfied Customers", value: "50K+" },
|
||||
{ icon: Award, label: "Years of Excellence", value: "10+" }
|
||||
|
||||
Reference in New Issue
Block a user