Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -17,10 +17,10 @@ export default function LandingPage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="none"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -60,6 +60,7 @@ export default function LandingPage() {
|
||||
subdescription="Editorial precision in every garment scan."
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830353.jpg"
|
||||
useInvertedBackground={false}
|
||||
className="border-b-[0.5px] border-black"
|
||||
/>
|
||||
</div>
|
||||
@@ -69,6 +70,7 @@ export default function LandingPage() {
|
||||
title="Data Insights"
|
||||
description="Empowering the next generation of retail software architecture."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "95% User Readiness", description: "Proven biometric adoption metrics in the Mongolian market via Etugen University research.", imageSrc: "http://img.b2bpic.net/free-photo/flirty-young-caucasian-woman-looking-camera-making-kiss-gesture-isolated-blue-background_141793-134691.jpg" }
|
||||
]}
|
||||
@@ -82,6 +84,7 @@ export default function LandingPage() {
|
||||
description="Software Engineering 2026: Setting new benchmarks in digital fashion."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "r1", value: "95%", title: "Readiness", description: "User adoption rate for biometric shopping tools.", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-redhead-curly-lady-standing-cafe-near-latrine_171337-17062.jpg" }
|
||||
]}
|
||||
@@ -94,6 +97,9 @@ export default function LandingPage() {
|
||||
title="The Foundation"
|
||||
description="Etugen University - Software Engineering 2026 research initiatives."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/parts-plastic-doll_53876-15041.jpg"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "What is biometric shopping?", content: "A high-end retail approach using facial and physical geometry for perfect garment fit." },
|
||||
{ id: "f2", title: "Who leads the project?", content: "Software Engineering students from Etugen University, 2026 class." }
|
||||
@@ -108,6 +114,8 @@ export default function LandingPage() {
|
||||
title="The Future of Retail"
|
||||
description="Collaborate with our team at Etugen University."
|
||||
buttons={[{ text: "Contact us", href: "#" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
className="border-b-[0.5px] border-black"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user