Update src/app/page.tsx

This commit is contained in:
2026-02-18 22:49:07 +00:00
parent 1624a2f7b7
commit 39ca500c3f

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Proofweb"
brandName="Proof Digital"
navItems={[
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
@@ -46,16 +46,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
title="Craft Digital Experiences That Convert"
description="We design and build stunning websites that drive results. From concept to launch, Proofweb transforms your vision into high-performing digital solutions."
description="We design and build stunning websites that drive results. From concept to launch, Proof Digital transforms your vision into high-performing digital solutions."
avatars={[
{
src: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Proofweb team member 1"
src: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Proof Digital team member 1"
},
{
src: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Proofweb team member 2"
src: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Proof Digital team member 2"
},
{
src: "https://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Proofweb team member 3"
src: "https://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Proof Digital team member 3"
}
]}
avatarText="Trusted by 150+ businesses worldwide"
@@ -69,7 +69,7 @@ export default function LandingPage() {
]}
background={{ variant: "rotated-rays-static" }}
buttonAnimation="slide-up"
ariaLabel="Proofweb hero section"
ariaLabel="Proof Digital hero section"
marqueeItems={[
{ type: "text", text: "Google" },
{ type: "text", text: "Microsoft" },
@@ -154,7 +154,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Proofweb transformed our online presence completely. Their strategic approach, attention to detail, and commitment to our success made all the difference. We've seen a 150% increase in qualified leads since launch."
testimonial="Proof Digital transformed our online presence completely. Their strategic approach, attention to detail, and commitment to our success made all the difference. We've seen a 150% increase in qualified leads since launch."
rating={5}
author="Sarah Mitchell, CEO at TechVenture"
avatars={[
@@ -194,7 +194,7 @@ export default function LandingPage() {
}
]}
title="Meet Our Team"
description="The talented professionals behind Proofweb's success."
description="The talented professionals behind Proof Digital's success."
tag="Team"
tagIcon={Users}
textboxLayout="default"
@@ -255,7 +255,7 @@ export default function LandingPage() {
<ContactCenter
tag="Let's Connect"
title="Ready to Build Something Amazing?"
description="Join 150+ businesses that trust Proofweb with their digital transformation. Get a free consultation from our team and discover how we can accelerate your growth."
description="Join 150+ businesses that trust Proof Digital with their digital transformation. Get a free consultation from our team and discover how we can accelerate your growth."
tagIcon={Send}
background={{ variant: "downward-rays-animated" }}
useInvertedBackground={true}
@@ -293,7 +293,7 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence."
copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/>
</div>
</ThemeProvider>