Files
d44ba237-40b8-47ed-bf08-c2d…/src/app/page.tsx
2026-03-03 05:16:43 +00:00

226 lines
11 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import MediaAbout from '@/components/sections/about/MediaAbout';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Mail, Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="compact"
sizing="large"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Veloui"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Work", id: "testimonials" },
{ name: "Blog", id: "blog" },
{ name: "Contact", id: "contact" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Transform Your Vision Into Digital Reality"
description="We are a creative agency specializing in digital transformation, brand strategy, and innovative solutions that drive measurable growth for ambitious brands."
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "200+", label: "Projects Delivered" },
{ value: "98%", label: "Client Satisfaction" },
{ value: "12+", label: "Years Experience" }
]}
enableKpiAnimation={true}
tag="Creative Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "Explore Our Work", href: "#testimonials" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/tired-asian-it-specialist-drinking-coffee-watching-female-colleague-working-with-laptop-indoor-portrait-young-business-people-sitting-table-together-conference-hall_197531-3708.jpg"
imageAlt="Creative agency workspace"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
<div id="services" data-section="services">
<FeatureCardSixteen
negativeCard={{
items: [
"Generic templates and outdated processes", "One-size-fits-all approach", "Limited scalability and flexibility", "Poor communication and support"
]
}}
positiveCard={{
items: [
"Custom solutions tailored to your goals", "Personalized strategy for your brand", "Scalable systems that grow with you", "Dedicated partnership and support"
]
}}
animationType="slide-up"
title="Why Choose Veloui?"
description="We combine strategic thinking with creative excellence to deliver results that exceed expectations."
textboxLayout="default"
useInvertedBackground={false}
tag="Our Advantage"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
title="Crafting Digital Excellence Since 2012"
description="Our team of strategists, designers, and developers are passionate about solving complex business challenges through innovative digital solutions. We believe in the power of collaboration, creativity, and continuous improvement."
tag="About Us"
imageSrc="http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg"
imageAlt="Veloui agency team"
useInvertedBackground={false}
buttons={[{ text: "Meet Our Team", href: "#team" }]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="What Our Clients Say"
description="Hear from the brands we've transformed and the results we've achieved together."
tag="Client Success"
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "CEO", company: "TechFlow Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "2", name: "Sarah Williams", role: "CMO", company: "Growth Innovations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg"
},
{
id: "3", name: "David Chen", role: "Founder", company: "StartupXYZ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg"
},
{
id: "4", name: "Emma Rodriguez", role: "Brand Director", company: "Design Studio Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg"
}
]}
kpiItems={[
{ value: "200+", label: "Projects Completed" },
{ value: "98%", label: "Client Retention Rate" },
{ value: "50M+", label: "Total Revenue Generated" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
title="We measure success through tangible results and lasting partnerships."
tag="Impact & Growth"
metrics={[
{
id: "1", value: "3.5x", description: "Average increase in client conversion rates within the first 6 months of engagement"
},
{
id: "2", value: "89%", description: "Of our clients report significant improvement in brand recognition and market positioning"
}
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="blog" data-section="blog">
<BlogCardTwo
title="Latest Insights"
description="Stay updated with our thoughts on digital strategy, design trends, and business innovation."
tag="Blog"
blogs={[
{
id: "1", category: ["Strategy", "Growth"],
title: "The Future of Digital Strategy in 2025", excerpt: "Discover how AI and data analytics are reshaping the landscape of digital marketing and brand positioning.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "Digital strategy", authorName: "Alex Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "24 Jan 2025"
},
{
id: "2", category: ["Design", "Branding"],
title: "Creating Memorable Brand Experiences", excerpt: "Learn how thoughtful design and storytelling can transform your brand into an unforgettable experience.", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-office_23-2147727735.jpg", imageAlt: "Brand design", authorName: "Sarah Anderson", authorAvatar: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg", date: "20 Jan 2025"
},
{
id: "3", category: ["Innovation", "Technology"],
title: "Digital Transformation Best Practices", excerpt: "A comprehensive guide to implementing digital transformation strategies that drive sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/technology-circuit-processor-innovation-network-concept_53876-133726.jpg", imageAlt: "Digital transformation", authorName: "James Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", date: "16 Jan 2025"
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Get Started"
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Transform Your Brand?"
description="Let's collaborate to create something extraordinary. Schedule a consultation with our team today and discover how we can help you achieve your business goals."
buttons={[
{ text: "Schedule Consultation", href: "mailto:hello@veloui.com" },
{ text: "View Our Portfolio", href: "#testimonials" }
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Product", items: [
{ label: "Services", href: "#services" },
{ label: "Portfolio", href: "#testimonials" },
{ label: "Pricing", href: "#" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "#blog" },
{ label: "Careers", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "Contact", href: "#contact" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" }
]
}
]}
copyrightText="© 2025 Veloui Agency. All rights reserved."
/>
</div>
</ThemeProvider>
);
}