Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Face Scan", href: "#scan" },
|
||||
{ label: "Admin Dashboard", href: "#admin" },
|
||||
{ label: "Gallery", href: "#gallery" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Careers", href: "#careers" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#docs" },
|
||||
{ label: "API Reference", href: "#api" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
@@ -47,8 +44,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
{ label: "Cookie Policy", href: "#cookies" },
|
||||
@@ -82,42 +78,25 @@ export default function AboutPage() {
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
title: "Real-Time Face Scan",
|
||||
description: "Point your phone camera and instantly match your face with photos from any event.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/a-close-up-of-a-face-detection-technolog-1772857112792-4ab60184.png?_wi=7",
|
||||
imageAlt: "Face scanning interface",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#scan",
|
||||
},
|
||||
title: "Real-Time Face Scan", description: "Point your phone camera and instantly match your face with photos from any event.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/a-close-up-of-a-face-detection-technolog-1772857112792-4ab60184.png", imageAlt: "Face scanning interface", buttonIcon: ArrowRight,
|
||||
buttonHref: "#scan"},
|
||||
{
|
||||
title: "Fast Media Upload",
|
||||
description: "Admins can drag-and-drop bulk photos and videos. AI automatically detects faces and creates searchable embeddings.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/an-admin-dashboard-showing-bulk-media-up-1772857113854-eb341710.png?_wi=9",
|
||||
imageAlt: "Media upload dashboard",
|
||||
buttonIcon: Upload,
|
||||
buttonHref: "#admin",
|
||||
},
|
||||
title: "Fast Media Upload", description: "Admins can drag-and-drop bulk photos and videos. AI automatically detects faces and creates searchable embeddings.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/an-admin-dashboard-showing-bulk-media-up-1772857113854-eb341710.png", imageAlt: "Media upload dashboard", buttonIcon: Upload,
|
||||
buttonHref: "#admin"},
|
||||
{
|
||||
title: "Personal Gallery",
|
||||
description: "View only your matched photos and videos in a beautiful grid layout with instant downloads.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/a-personal-media-gallery-view-showing-a--1772857113242-38df4644.png?_wi=18",
|
||||
imageAlt: "Personal media gallery",
|
||||
buttonIcon: ImageIcon,
|
||||
buttonHref: "#gallery",
|
||||
},
|
||||
title: "Personal Gallery", description: "View only your matched photos and videos in a beautiful grid layout with instant downloads.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/a-personal-media-gallery-view-showing-a--1772857113242-38df4644.png", imageAlt: "Personal media gallery", buttonIcon: ImageIcon,
|
||||
buttonHref: "#gallery"},
|
||||
]}
|
||||
title="Core Features"
|
||||
description="Everything you need to manage event media and find your personal photos seamlessly."
|
||||
tag="How We Work"
|
||||
tagIcon: Shield,
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore All Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore All Features", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="About page features section"
|
||||
@@ -128,25 +107,13 @@ export default function AboutPage() {
|
||||
<MetricCardTwo
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "< 5s",
|
||||
description: "Average Face Scan Time",
|
||||
},
|
||||
id: "1", value: "< 5s", description: "Average Face Scan Time"},
|
||||
{
|
||||
id: "2",
|
||||
value: "99.8%",
|
||||
description: "Face Recognition Accuracy",
|
||||
},
|
||||
id: "2", value: "99.8%", description: "Face Recognition Accuracy"},
|
||||
{
|
||||
id: "3",
|
||||
value: "5,000+",
|
||||
description: "Active Students",
|
||||
},
|
||||
id: "3", value: "5,000+", description: "Active Students"},
|
||||
{
|
||||
id: "4",
|
||||
value: "50K+",
|
||||
description: "Photos Matched",
|
||||
},
|
||||
id: "4", value: "50K+", description: "Photos Matched"},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="See how MediaClub is transforming the way students access event photos."
|
||||
@@ -159,9 +126,7 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Try It Now",
|
||||
href: "#scan",
|
||||
},
|
||||
text: "Try It Now", href: "#scan"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Performance metrics section"
|
||||
@@ -172,41 +137,17 @@ export default function AboutPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-a-college-student-prof-1772857114322-e6805898.png?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-a-college-student-prof-1772857114322-e6805898.png", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Arjun Patel",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-another-college-studen-1772857112494-7b46bc25.png?_wi=2",
|
||||
imageAlt: "Arjun Patel",
|
||||
},
|
||||
id: "2", name: "Arjun Patel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-another-college-studen-1772857112494-7b46bc25.png", imageAlt: "Arjun Patel"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-a-college-student-or-y-1772857113513-1b7886e3.png?_wi=2",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-a-college-student-or-y-1772857113513-1b7886e3.png", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-another-college-studen-1772857113597-01c94bf0.png?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-another-college-studen-1772857113597-01c94bf0.png", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-a-college-student-or-m-1772857112686-83fc2c71.png?_wi=2",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "5", name: "Priya Sharma", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-a-college-student-or-m-1772857112686-83fc2c71.png", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-another-college-studen-1772857112519-a13402d2.png?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "6", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbM9u5glRGr0S8NFvHPK1Euoaf/portrait-photo-of-another-college-studen-1772857112519-a13402d2.png", imageAlt: "Michael Chen"},
|
||||
]}
|
||||
cardTitle="Trusted by 5,000+ College Students Worldwide"
|
||||
cardTag="Join the community"
|
||||
|
||||
Reference in New Issue
Block a user