4 Commits

Author SHA1 Message Date
270a46dcca Update src/app/page.tsx 2026-03-10 14:00:53 +00:00
1c26ff7445 Merge version_2 into main
Merge version_2 into main
2026-03-10 13:50:56 +00:00
f38d489cc3 Update src/app/page.tsx 2026-03-10 13:50:45 +00:00
d700f25535 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:39:54 +00:00

View File

@@ -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+" }