Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
155
src/app/page.tsx
155
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Technology",
|
name: "Technology", id: "#technology"},
|
||||||
id: "#technology",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Research",
|
name: "Research", id: "#research"},
|
||||||
id: "#research",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="BIOMETRIC"
|
brandName="BIOMETRIC"
|
||||||
/>
|
/>
|
||||||
@@ -51,37 +45,24 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Revolutionizing Fashion with AI"
|
title="Revolutionizing Fashion with AI"
|
||||||
description="Experience the future of retail with our biometric smart platform, designed for ultimate personalization and fit."
|
description="Experience the future of retail with our biometric smart platform, designed for ultimate personalization and fit."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-leggy-young-beautiful-elegant-model-woman-formal-wear-posed-stairs_627829-6900.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/tall-leggy-young-beautiful-elegant-model-woman-formal-wear-posed-stairs_627829-6900.jpg", imageAlt: "Fashion Model"},
|
||||||
imageAlt: "Fashion Model",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-photo-cute-young-brunette-woman-nice-red-summer-boho-dress-posing-studio-red-background-sitting-chair-fashion-spring-summer-photo_639032-873.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/professional-photo-cute-young-brunette-woman-nice-red-summer-boho-dress-posing-studio-red-background-sitting-chair-fashion-spring-summer-photo_639032-873.jpg", imageAlt: "Fashion Model"},
|
||||||
imageAlt: "Fashion Model",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg", imageAlt: "Fashion Model"},
|
||||||
imageAlt: "Fashion Model",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830353.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830353.jpg", imageAlt: "Fashion Model"},
|
||||||
imageAlt: "Fashion Model",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flirty-young-caucasian-woman-looking-camera-making-kiss-gesture-isolated-blue-background_141793-134691.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/flirty-young-caucasian-woman-looking-camera-making-kiss-gesture-isolated-blue-background_141793-134691.jpg", imageAlt: "Fashion Model"},
|
||||||
imageAlt: "Fashion Model",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
/>
|
/>
|
||||||
@@ -104,23 +85,14 @@ export default function LandingPage() {
|
|||||||
<FeatureCardSixteen
|
<FeatureCardSixteen
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
animationType="slide-up"
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Manual sizing issues",
|
"Manual sizing issues", "High return rates", "Generic fit profiles", "Inaccurate inventory", "Slow purchasing flow"],
|
||||||
"High return rates",
|
|
||||||
"Generic fit profiles",
|
|
||||||
"Inaccurate inventory",
|
|
||||||
"Slow purchasing flow",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Identity-preserving biometrics",
|
"Identity-preserving biometrics", "AI-based S/M/L/XL sizing", "Predictive weight/height matching", "Real-time fit visualization", "Reduced carbon footprint"],
|
||||||
"AI-based S/M/L/XL sizing",
|
|
||||||
"Predictive weight/height matching",
|
|
||||||
"Real-time fit visualization",
|
|
||||||
"Reduced carbon footprint",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Biometric Precision"
|
title="Biometric Precision"
|
||||||
description="Sophisticated AI systems ensure a seamless, identity-preserving shopping experience."
|
description="Sophisticated AI systems ensure a seamless, identity-preserving shopping experience."
|
||||||
@@ -134,31 +106,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "95%", title: "User Acceptance", items: [
|
||||||
value: "95%",
|
"Mongolian consumer survey results", "High satisfaction rates"],
|
||||||
title: "User Acceptance",
|
|
||||||
items: [
|
|
||||||
"Mongolian consumer survey results",
|
|
||||||
"High satisfaction rates",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "4.8/5", title: "Accuracy Rating", items: [
|
||||||
value: "4.8/5",
|
"Biometric fitting precision", "Validated by fashion experts"],
|
||||||
title: "Accuracy Rating",
|
|
||||||
items: [
|
|
||||||
"Biometric fitting precision",
|
|
||||||
"Validated by fashion experts",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "24/7", title: "Availability", items: [
|
||||||
value: "24/7",
|
"Secure online storefront access", "Global server uptime"],
|
||||||
title: "Availability",
|
|
||||||
items: [
|
|
||||||
"Secure online storefront access",
|
|
||||||
"Global server uptime",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Proven Adoption"
|
title="Proven Adoption"
|
||||||
@@ -174,25 +131,15 @@ export default function LandingPage() {
|
|||||||
author="Bat-Erdene G., Fashion Enthusiast"
|
author="Bat-Erdene G., Fashion Enthusiast"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-posing-standing-white-wall_176420-16847.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-posing-standing-white-wall_176420-16847.jpg", alt: "User"},
|
||||||
alt: "User",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg", alt: "User"},
|
||||||
alt: "User",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/black-woman-s-portrait-dramma-look_633478-1621.jpg",
|
src: "http://img.b2bpic.net/free-photo/black-woman-s-portrait-dramma-look_633478-1621.jpg", alt: "User"},
|
||||||
alt: "User",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg",
|
src: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", alt: "User"},
|
||||||
alt: "User",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453434.jpg",
|
src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453434.jpg", alt: "User"},
|
||||||
alt: "User",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -204,30 +151,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How is my biometric data protected?", content: "We utilize identity-preserving algorithms that encrypt and anonymize all biometric data points."},
|
||||||
title: "How is my biometric data protected?",
|
|
||||||
content: "We utilize identity-preserving algorithms that encrypt and anonymize all biometric data points.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Can I return items if the fit is wrong?", content: "Yes, although our AI-size guide significantly reduces this need by ensuring a precise match."},
|
||||||
title: "Can I return items if the fit is wrong?",
|
|
||||||
content: "Yes, although our AI-size guide significantly reduces this need by ensuring a precise match.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Is this platform available in all countries?", content: "Currently optimized for the Mongolian market, with global expansion plans underway."},
|
||||||
title: "Is this platform available in all countries?",
|
|
||||||
content: "Currently optimized for the Mongolian market, with global expansion plans underway.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "Do I need special hardware?", content: "No, our software runs directly in any modern web browser using your device's existing camera."},
|
||||||
title: "Do I need special hardware?",
|
|
||||||
content: "No, our software runs directly in any modern web browser using your device's existing camera.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q5",
|
id: "q5", title: "How do I start a scan?", content: "Simply navigate to the fitting dashboard and follow the on-screen audio-visual prompts."},
|
||||||
title: "How do I start a scan?",
|
|
||||||
content: "Simply navigate to the fitting dashboard and follow the on-screen audio-visual prompts.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Questions?"
|
sideTitle="Questions?"
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
@@ -238,14 +170,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
text="Join the revolution of digital retail. Contact us to learn more about implementing our system."
|
text="Join the revolution of digital retail. Contact us to learn more about implementing our system."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "mailto:hello@biometricstore.com"},
|
||||||
href: "mailto:hello@biometricstore.com",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -256,29 +185,19 @@ export default function LandingPage() {
|
|||||||
logoText="BIOMETRIC"
|
logoText="BIOMETRIC"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore",
|
title: "Explore", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Technology",
|
label: "Technology", href: "#technology"},
|
||||||
href: "#technology",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Research",
|
label: "Research", href: "#research"},
|
||||||
href: "#research",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy",
|
label: "Privacy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user