Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-08 04:00:29 +00:00

View File

@@ -33,106 +33,65 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#features",
},
name: "Services", id: "#features"},
{
name: "Clients",
id: "#social-proof",
},
name: "Clients", id: "#social-proof"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
]}
brandName="Proof Digital"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
title="Ignite Your Digital Presence"
description="Proof Digital crafts data-driven strategies and innovative solutions to propel your brand forward. Experience growth through measurable results."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/people-working-viral-marketing_53876-65647.jpg",
alt: "Digital Strategist",
},
src: "http://img.b2bpic.net/free-photo/people-working-viral-marketing_53876-65647.jpg", alt: "Digital Strategist"},
{
src: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg",
alt: "Lead Developer",
},
src: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg", alt: "Lead Developer"},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg",
alt: "Creative Director",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", alt: "Creative Director"},
{
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
alt: "Data Analyst",
},
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Data Analyst"},
{
src: "http://img.b2bpic.net/free-photo/career-skills-progress-graphic-icon-symbol_53876-124007.jpg",
alt: "Career Skills Progress Graphic Icon Symbol",
},
src: "http://img.b2bpic.net/free-photo/career-skills-progress-graphic-icon-symbol_53876-124007.jpg", alt: "Career Skills Progress Graphic Icon Symbol"},
]}
avatarText="Join 100+ businesses achieving digital excellence"
buttons={[
{
text: "Our Services",
href: "#features",
},
text: "Our Services", href: "#features"},
{
text: "Get a Quote",
href: "#contact",
},
text: "Get a Quote", href: "#contact"},
]}
marqueeItems={[
{
type: "text-icon",
text: "Data-Driven Insights",
icon: Lightbulb,
type: "text-icon", text: "Data-Driven Insights", icon: Lightbulb,
},
{
type: "text-icon",
text: "Creative Solutions",
icon: Sparkles,
type: "text-icon", text: "Creative Solutions", icon: Sparkles,
},
{
type: "text-icon",
text: "Measurable Growth",
icon: ExternalLink,
type: "text-icon", text: "Measurable Growth", icon: ExternalLink,
},
{
type: "text",
text: "Client Success Stories",
},
type: "text", text: "Client Success Stories"},
{
type: "text",
text: "Innovation & Expertise",
},
type: "text", text: "Innovation & Expertise"},
]}
/>
</div>
@@ -144,9 +103,7 @@ export default function LandingPage() {
description="At Proof Digital, we blend cutting-edge technology with creative insights to deliver measurable outcomes. Our mission is to transform your digital challenges into opportunities for unprecedented growth."
buttons={[
{
text: "Learn More",
href: "#team",
},
text: "Learn More", href: "#team"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-with-flowing-lines-particles_1048-13576.jpg"
imageAlt="Abstract illustration of digital data flow and strategy"
@@ -161,34 +118,22 @@ export default function LandingPage() {
features={[
{
icon: Search,
title: "SEO & Content Strategy",
description: "Boost your visibility and attract the right audience with optimized content that ranks.",
},
title: "SEO & Content Strategy", description: "Boost your visibility and attract the right audience with optimized content that ranks."},
{
icon: TrendingUp,
title: "Performance Marketing",
description: "Drive targeted traffic and conversions through highly effective paid advertising campaigns.",
},
title: "Performance Marketing", description: "Drive targeted traffic and conversions through highly effective paid advertising campaigns."},
{
icon: Code,
title: "Web & App Development",
description: "Craft intuitive, high-performance websites and mobile applications tailored to your business.",
},
title: "Web & App Development", description: "Craft intuitive, high-performance websites and mobile applications tailored to your business."},
{
icon: BarChart,
title: "Data Analytics & Insights",
description: "Leverage data to understand your customers better and make informed strategic decisions.",
},
title: "Data Analytics & Insights", description: "Leverage data to understand your customers better and make informed strategic decisions."},
{
icon: Users,
title: "Social Media Management",
description: "Build a thriving online community and engage with your audience across all major platforms.",
},
title: "Social Media Management", description: "Build a thriving online community and engage with your audience across all major platforms."},
{
icon: Mail,
title: "Email Marketing Automation",
description: "Nurture leads and convert customers with personalized and automated email campaigns.",
},
title: "Email Marketing Automation", description: "Nurture leads and convert customers with personalized and automated email campaigns."},
]}
title="Our Core Digital Solutions"
description="From SEO to advanced analytics, our services are designed to maximize your ROI and build lasting customer relationships."
@@ -200,14 +145,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"QuantumSync",
"WealthFlow",
"MarketBloom",
"EcoCharge",
"VividStream",
"HealixAI",
"ShieldGuard",
]}
"QuantumSync", "WealthFlow", "MarketBloom", "EcoCharge", "VividStream", "HealixAI", "ShieldGuard"]}
title="Trusted by Industry Leaders"
description="We've partnered with diverse companies to achieve remarkable digital transformations and sustained growth."
showCard={true}
@@ -222,45 +160,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "CEO, QuantumSync",
company: "QuantumSync",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
},
id: "1", name: "Sarah Johnson", role: "CEO, QuantumSync", company: "QuantumSync", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg"},
{
id: "2",
name: "Michael Chen",
role: "CTO, WealthFlow",
company: "WealthFlow",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/work-manager-man-looking-tablet-architecture-office_482257-10517.jpg",
},
id: "2", name: "Michael Chen", role: "CTO, WealthFlow", company: "WealthFlow", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/work-manager-man-looking-tablet-architecture-office_482257-10517.jpg"},
{
id: "3",
name: "Emily Rodriguez",
role: "Marketing Director, MarketBloom",
company: "MarketBloom",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg",
},
id: "3", name: "Emily Rodriguez", role: "Marketing Director, MarketBloom", company: "MarketBloom", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg"},
{
id: "4",
name: "David Kim",
role: "Product Manager, EcoCharge",
company: "EcoCharge",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-man-office_23-2148483893.jpg",
},
id: "4", name: "David Kim", role: "Product Manager, EcoCharge", company: "EcoCharge", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-man-office_23-2148483893.jpg"},
{
id: "5",
name: "Jessica Lee",
role: "Founder, VividStream",
company: "VividStream",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg",
},
id: "5", name: "Jessica Lee", role: "Founder, VividStream", company: "VividStream", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg"},
]}
title="What Our Clients Say"
description="Hear directly from businesses that have experienced the Proof Digital difference and achieved their goals."
@@ -274,44 +187,16 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
id: "leadership",
groupTitle: "Leadership Team",
members: [
id: "leadership", groupTitle: "Leadership Team", members: [
{
id: "member-1",
title: "Alexa Rivera",
subtitle: "Digital Strategist",
detail: "Over 10 years experience in crafting impactful digital strategies.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-entrepreneur-woman_23-2148898746.jpg",
imageAlt: "Alexa Rivera, Digital Strategist",
},
id: "member-1", title: "Alexa Rivera", subtitle: "Digital Strategist", detail: "Over 10 years experience in crafting impactful digital strategies.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-entrepreneur-woman_23-2148898746.jpg", imageAlt: "Alexa Rivera, Digital Strategist"},
{
id: "member-2",
title: "Ben Carter",
subtitle: "Lead Developer",
detail: "Expert in full-stack development, building robust web and app solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/male-female-graphic-designers-using-graphics-tablet_1170-2948.jpg",
imageAlt: "Ben Carter, Lead Developer",
},
id: "member-2", title: "Ben Carter", subtitle: "Lead Developer", detail: "Expert in full-stack development, building robust web and app solutions.", imageSrc: "http://img.b2bpic.net/free-photo/male-female-graphic-designers-using-graphics-tablet_1170-2948.jpg", imageAlt: "Ben Carter, Lead Developer"},
{
id: "member-3",
title: "Chloe Zhao",
subtitle: "Creative Director",
detail: "Visionary designer leading captivating brand experiences and campaigns.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg",
imageAlt: "Chloe Zhao, Creative Director",
},
id: "member-3", title: "Chloe Zhao", subtitle: "Creative Director", detail: "Visionary designer leading captivating brand experiences and campaigns.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", imageAlt: "Chloe Zhao, Creative Director"},
{
id: "member-4",
title: "Daniel Lee",
subtitle: "Data Analyst",
detail: "Transforming complex data into actionable insights for strategic growth.",
imageSrc: "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg",
imageAlt: "Daniel Lee, Data Analyst",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/people-working-viral-marketing_53876-65647.jpg",
imageAlt: "female digital strategist headshot",
id: "member-4", title: "Daniel Lee", subtitle: "Data Analyst", detail: "Transforming complex data into actionable insights for strategic growth.", imageSrc: "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg", imageAlt: "Daniel Lee, Data Analyst"},
]
},
]}
title="Meet the Minds Behind Your Success"
@@ -325,30 +210,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What kind of results can I expect?",
content: "We focus on measurable outcomes like increased traffic, higher conversion rates, and improved brand engagement, tailored to your specific goals.",
},
id: "faq-1", title: "What kind of results can I expect?", content: "We focus on measurable outcomes like increased traffic, higher conversion rates, and improved brand engagement, tailored to your specific goals."},
{
id: "faq-2",
title: "How do you ensure data security and privacy?",
content: "We adhere to strict data protection protocols and compliance standards, ensuring your sensitive information is always secure.",
},
id: "faq-2", title: "How do you ensure data security and privacy?", content: "We adhere to strict data protection protocols and compliance standards, ensuring your sensitive information is always secure."},
{
id: "faq-3",
title: "Can you work with my existing marketing team?",
content: "Absolutely! We can integrate seamlessly with your in-house team, providing support and expertise where needed.",
},
id: "faq-3", title: "Can you work with my existing marketing team?", content: "Absolutely! We can integrate seamlessly with your in-house team, providing support and expertise where needed."},
{
id: "faq-4",
title: "What is your typical project timeline?",
content: "Timelines vary depending on project scope and complexity. We'll provide a detailed roadmap during our initial consultation.",
},
id: "faq-4", title: "What is your typical project timeline?", content: "Timelines vary depending on project scope and complexity. We'll provide a detailed roadmap during our initial consultation."},
{
id: "faq-5",
title: "Do you offer ongoing support and maintenance?",
content: "Yes, we provide comprehensive post-launch support and maintenance to ensure your digital assets continue to perform optimally.",
},
id: "faq-5", title: "Do you offer ongoing support and maintenance?", content: "Yes, we provide comprehensive post-launch support and maintenance to ensure your digital assets continue to perform optimally."},
]}
imageSrc="http://img.b2bpic.net/free-photo/casual-woman-holding-green-question-mark_53876-26355.jpg"
imageAlt="Illustration of person solving problems, finding answers"
@@ -364,8 +234,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Ready to Grow?"
title="Let's Build Your Digital Future"
description="Partner with Proof Digital to unlock your brand's full potential. Reach out today for a consultation and let's turn your vision into measurable success."
@@ -379,13 +248,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Proof Digital"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>