Update src/app/page.tsx

This commit is contained in:
2026-05-09 18:48:14 +00:00
parent 0acf63416b
commit bff3cdf278

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Portfolio", id: "/portfolio" }, { name: "Portfolio", id: "/portfolio" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="DesignStudio" brandName="Veroz"
/> />
</div> </div>
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroBillboardScroll <HeroBillboardScroll
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Modern Web Design That Drives Results" title="Modern Web Design That Drives Results"
description="We design and develop beautiful, responsive websites that elevate your brand and engage your audience. See how we've transformed businesses like yours." description="We design and develop beautiful, responsive websites for Veroz that elevate your brand and engage your audience. See how we've transformed businesses like yours."
buttons={[{ text: "Get Your Free Consultation", href: "/contact" }]} buttons={[{ text: "Get Your Free Consultation", href: "/contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/young-man-working-his-photography-studio_23-2149033295.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-man-working-his-photography-studio_23-2149033295.jpg"
/> />
@@ -53,7 +53,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
tag="About Us" tag="About Us"
title="Elevating Your Digital Presence" title="Elevating Your Digital Presence"
description="We blend creativity with technical precision to build digital experiences that grow businesses." description="We blend creativity with technical precision at Veroz to build digital experiences that grow businesses."
subdescription="Our team focuses on high-conversion design and seamless user journeys tailored for your brand identity." subdescription="Our team focuses on high-conversion design and seamless user journeys tailored for your brand identity."
icon={Palette} icon={Palette}
imageSrc="http://img.b2bpic.net/free-photo/photographer-explaining-about-shot-his-team-studio-looking-laptop-talking-his-assistants-holding-camera-photo-shoot-teamwork-brainstorm_627829-7058.jpg" imageSrc="http://img.b2bpic.net/free-photo/photographer-explaining-about-shot-his-team-studio-looking-laptop-talking-his-assistants-holding-camera-photo-shoot-teamwork-brainstorm_627829-7058.jpg"
@@ -63,52 +63,50 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureBorderGlow <FeatureBorderGlow
animationType="slide-up" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ icon: Zap, title: "Responsive Design", description: "Flawless performance on mobile and desktop." }, { icon: Zap, title: "Responsive Design", description: "Flawless performance for Veroz on mobile and desktop." },
{ icon: TrendingUp, title: "Conversion Focus", description: "Designed to drive engagement and sales." }, { icon: TrendingUp, title: "Conversion Focus", description: "Designed to drive engagement and sales for your brand." },
{ icon: ShieldCheck, title: "Technical Excellence", description: "Reliable code for long-term growth." }, { icon: ShieldCheck, title: "Technical Excellence", description: "Reliable code for Veroz long-term growth." },
{ icon: Smartphone, title: "Mobile-First UX", description: "Optimized experiences for every user." }, { icon: Smartphone, title: "Mobile-First UX", description: "Optimized experiences for every Veroz user." },
{ icon: Search, title: "SEO Ready", description: "Built for visibility and search traffic." }, { icon: Search, title: "SEO Ready", description: "Built for visibility and search traffic." },
]} ]}
title="Why Choose Our Studio" title="Why Choose Veroz Studio"
description="We focus on what matters: ROI, speed, and brand clarity." description="We focus on what matters: ROI, speed, and brand clarity for Veroz."
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwo <TestimonialCardTwo
animationType="slide-up" animationType="depth-3d"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "1", name: "Alice Green", role: "Owner, Bakery Co.", testimonial: "Amazing results, increased traffic by 50%!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg" }, { id: "1", name: "Alice Green", role: "Owner, Bakery Co.", testimonial: "Amazing results with Veroz, increased traffic by 50%!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg" },
{ id: "2", name: "Bob Smith", role: "CEO, Tech Lab", testimonial: "The best team I have ever worked with.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg" }, { id: "2", name: "Bob Smith", role: "CEO, Tech Lab", testimonial: "The best team at Veroz I have ever worked with.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg" },
{ id: "3", name: "Charlie Day", role: "Director, Growth", testimonial: "They truly understand our branding needs.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg" }, { id: "3", name: "Charlie Day", role: "Director, Growth", testimonial: "They truly understand our branding needs at Veroz.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg" },
{ id: "4", name: "Dana White", role: "Founder, Studio", testimonial: "Professional, fast, and highly creative.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg" },
{ id: "5", name: "Eve Black", role: "Marketing Mgr", testimonial: "A game changer for our conversion rates.", imageSrc: "http://img.b2bpic.net/free-photo/asian-architect-woman_53876-31462.jpg" },
]} ]}
title="Client Success Stories" title="Veroz Client Success Stories"
description="See why businesses trust us with their digital identity." description="See why businesses trust Veroz with their digital identity."
/> />
</div> </div>
<div id="product" data-section="product"> <div id="product" data-section="product">
<ProductCardOne <ProductCardOne
animationType="slide-up" animationType="scale-rotate"
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
title="Our Products" title="Veroz Solutions"
description="Browse our latest digital products and solutions." description="Browse our latest digital products and custom solutions developed by Veroz."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="DesignStudio" logoText="Veroz"
columns={[ columns={[
{ {
title: "Pages", items: [ title: "Pages", items: [
@@ -126,10 +124,10 @@ export default function LandingPage() {
], ],
}, },
]} ]}
copyrightText="© 2024 DesignStudio. All rights reserved." copyrightText="© 2024 Veroz. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }