Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 06:29:19 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import { Sparkles, Zap, Target, Award, MessageSquare, Twitter, Linkedin, Github } from 'lucide-react';
import { Sparkles, Zap, Target, Award, MessageSquare, Twitter, Linkedin, Github, Shield } from 'lucide-react';
export default function LandingPage() {
return (
@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Startup"
brandName="PixVault"
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
@@ -42,30 +42,30 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Build the Future with Our Platform"
description="Experience cutting-edge 3D design and powerful features that transform your startup vision into reality. Scroll to see the magic."
tag="Innovation"
tagIcon={Sparkles}
title="Protect Your Images from Deepfakes"
description="PixVault uses advanced AI technology to safeguard your images and prevent deepfake manipulation. Join the future of digital protection and keep your visual content secure."
tag="Security"
tagIcon={Shield}
background={{ variant: "canvas-reveal" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/a-modern-3d-interactive-startup-dashboar-1773296682639-36002a14.png"
imageAlt="3D startup dashboard with interactive elements"
imageAlt="PixVault secure image protection interface"
buttons={[
{ text: "Start Free Trial", href: "contact" },
{ text: "View Demo", href: "features" }
{ text: "Learn How It Works", href: "features" }
]}
/>
</div>
<div id="about" data-section="about">
<MediaAbout
title="Empowering Startups Globally"
description="We believe every startup deserves access to world-class tools and support. Our platform combines innovative technology with intuitive design to help you scale faster and smarter."
tag="About Us"
title="Advanced Image Protection Technology"
description="PixVault combines cutting-edge AI and cryptographic techniques to detect and prevent deepfake creation. Our mission is to ensure that your images remain authentic and protected in an increasingly digital world."
tag="About PixVault"
tagIcon={Target}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/a-diverse-startup-team-collaborating-aro-1773296682326-387b3a70.png"
imageAlt="Team collaborating on startup project"
imageAlt="PixVault team working on image protection"
buttons={[
{ text: "Learn More", href: "features" }
{ text: "Explore Features", href: "features" }
]}
useInvertedBackground={false}
/>
@@ -73,8 +73,8 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardSeven
title="Powerful Features Built for Growth"
description="Discover the tools that make scaling your startup effortless and intuitive"
title="Powerful Protection Features"
description="Discover the tools that make image protection effortless and reliable"
tag="Features"
tagIcon={Zap}
textboxLayout="default"
@@ -83,19 +83,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "3D Interactive Dashboard", description: "Visualize your data with stunning 3D charts and real-time analytics that bring insights to life", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/close-up-of-an-impressive-3d-analytics-d-1773296682845-19788684.png"
title: "Deepfake Detection AI", description: "Advanced machine learning algorithms detect and identify manipulated or artificially generated images in real-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/close-up-of-an-impressive-3d-analytics-d-1773296682845-19788684.png"
},
{
id: 2,
title: "AI-Powered Insights", description: "Get actionable recommendations powered by advanced machine learning algorithms", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/futuristic-ai-powered-insights-interface-1773296682617-a97396b8.png"
title: "Cryptographic Verification", description: "Blockchain-backed verification ensures your images maintain authenticity and can be traced to their original source", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/futuristic-ai-powered-insights-interface-1773296682617-a97396b8.png"
},
{
id: 3,
title: "Seamless Integration", description: "Connect with your favorite tools and services in minutes, not days", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/integration-visualization-showing-multip-1773296681944-f212f7f5.png"
title: "Instant Protection", description: "Protect your images in seconds with our one-click protection system - no technical knowledge required", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/integration-visualization-showing-multip-1773296681944-f212f7f5.png"
},
{
id: 4,
title: "Enterprise Security", description: "Bank-level encryption and compliance standards to keep your data safe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/enterprise-security-visualization-showin-1773296682523-d5fc12f7.png"
title: "Enterprise-Grade Security", description: "Bank-level encryption and compliance standards to keep your image data safe and compliant with global regulations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/enterprise-security-visualization-showin-1773296682523-d5fc12f7.png"
}
]}
/>
@@ -103,19 +103,19 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardEleven
title="Trusted by Innovators"
description="See the impact our platform has made for startups worldwide"
tag="Results"
title="Trusted by Content Creators Worldwide"
description="See how PixVault is protecting millions of images and preventing deepfake fraud"
tag="Impact"
tagIcon={Award}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{
id: "1", value: "500K+", title: "Active Users", description: "Growing community of innovators and builders", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/a-vibrant-illustration-of-a-diverse-glob-1773296682285-3bb44762.png"
id: "1", value: "2M+", title: "Images Protected", description: "Growing protection for creators and professionals globally", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/a-vibrant-illustration-of-a-diverse-glob-1773296682285-3bb44762.png"
},
{
id: "2", value: "98%", title: "Uptime", description: "Industry-leading reliability and performance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/a-reliability-dashboard-showing-98-uptim-1773296682818-258e6f84.png"
id: "2", value: "99.8%", title: "Detection Accuracy", description: "Industry-leading accuracy in identifying manipulated images", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/a-reliability-dashboard-showing-98-uptim-1773296682818-258e6f84.png"
}
]}
/>
@@ -123,7 +123,7 @@ export default function LandingPage() {
<div id="team" data-section="team">
<TeamCardTen
title="Meet the Team Behind Innovation"
title="Meet the Experts Behind PixVault"
tag="Team"
tagAnimation="slide-up"
membersAnimation="blur-reveal"
@@ -131,7 +131,7 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/professional-headshot-portrait-of-a-conf-1773296681360-5e3c71b3.png"
id: "1", name: "Dr. Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/professional-headshot-portrait-of-a-conf-1773296681360-5e3c71b3.png"
},
{
id: "2", name: "Marcus Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/professional-headshot-of-a-confident-man-1773296683516-bfd74d25.png"
@@ -148,8 +148,8 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Customers Say"
description="Hear from founders and leaders who transformed their startups with our platform"
title="What Our Users Say"
description="Hear from photographers, influencers, and professionals who trust PixVault to protect their visual identity"
tag="Testimonials"
tagIcon={MessageSquare}
textboxLayout="default"
@@ -158,27 +158,27 @@ export default function LandingPage() {
showRating={true}
testimonials={[
{
id: "1", name: "Jessica Palmer", handle: "@jpalmer", testimonial: "This platform completely transformed how we manage our startup. The 3D analytics made data analysis intuitive and our team productivity increased by 40%.", rating: 5,
id: "1", name: "Jessica Palmer", handle: "@jpalmer", testimonial: "PixVault gave me peace of mind knowing my images are protected from deepfake manipulation. It's essential in today's digital landscape.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/professional-headshot-of-a-woman-in-her--1773296681990-a5a30ddd.png"
},
{
id: "2", name: "Alex Thompson", handle: "@athompson", testimonial: "The best investment we made for our startup. Support is incredible and the features just keep getting better.", rating: 5,
id: "2", name: "Alex Thompson", handle: "@athompson", testimonial: "The best investment for protecting my personal brand. Simple, effective, and the customer support is outstanding.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/professional-headshot-of-a-man-in-his-30-1773296681909-dc3dc855.png"
},
{
id: "3", name: "Priya Nakamura", handle: "@pnakamura", testimonial: "Integration was seamless and we went live in days. Highly recommend to any growing startup.", rating: 5,
id: "3", name: "Priya Nakamura", handle: "@pnakamura", testimonial: "Setup was seamless and protection is immediate. I went live with my protected portfolio in just hours.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/professional-headshot-of-an-indian-woman-1773296681699-5cbdb0a6.png"
},
{
id: "4", name: "Michael Liu", handle: "@mliu", testimonial: "The AI-powered insights have been game-changing for our decision making. Worth every penny.", rating: 5,
id: "4", name: "Michael Liu", handle: "@mliu", testimonial: "The detection accuracy is impressive. I've tested it extensively and it catches manipulations that other tools miss.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/professional-headshot-of-an-asian-man-in-1773296681897-a0656ca4.png"
},
{
id: "5", name: "Emma Watson", handle: "@ewatson", testimonial: "Clean interface, powerful features, and outstanding customer support. This is how SaaS should be done.", rating: 5,
id: "5", name: "Emma Watson", handle: "@ewatson", testimonial: "Clean interface, powerful protection, and outstanding support. This is how security software should be designed.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/professional-headshot-of-a-woman-in-her--1773296681926-08b3824c.png"
},
{
id: "6", name: "James Rodriguez", handle: "@jrodriguez", testimonial: "Scaled our operations without scaling our team's workload. The platform does the heavy lifting.", rating: 5,
id: "6", name: "James Rodriguez", handle: "@jrodriguez", testimonial: "As a content creator, protecting my work is critical. PixVault lets me focus on creating while they handle security.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/professional-headshot-of-a-man-in-his-ea-1773296681538-b4f17dea.png"
}
]}
@@ -187,16 +187,16 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready to Transform Your Startup?"
description="Get in touch with our team today. We're here to answer your questions and help you get started on your journey to success."
title="Ready to Protect Your Images?"
description="Get in touch with our team today. We're here to answer your questions and help you secure your visual content against deepfake threats."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "your@email.com", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your startup...", rows: 5, required: true }}
textarea={{ name: "message", placeholder: "Tell us about your protection needs...", rows: 5, required: true }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApjjEMdLbuFj7QkeIlqfV9MeeI/a-dynamic-startup-workspace-showing-a-te-1773296682664-2dc0a512.png"
imageAlt="Startup team planning and collaboration"
imageAlt="PixVault security team collaboration"
mediaAnimation="none"
mediaPosition="right"
buttonText="Send Message"
@@ -205,8 +205,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Startup"
copyrightText="© 2025 Startup. All rights reserved."
logoText="PixVault"
copyrightText="© 2025 PixVault. All rights reserved."
socialLinks={[
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },