Files
e3fed6f7-b91f-4b6d-8dc2-4d2…/src/app/page.tsx
2026-05-01 19:51:14 +00:00

354 lines
11 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Shield, Target, TrendingUp, Zap } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Features",
id: "#features",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
]}
brandName="Reward Agency"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="We deliver measurable rewards."
description="Reward Agency transforms brands through data-driven marketing and creative excellence. We bridge the gap between vision and reality."
buttons={[
{
text: "Get Started",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/group-busy-managers-morning-briefing_74855-4271.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/working-paying-attention-meeting_23-2147577238.jpg",
alt: "Working paying attention in a meeting",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598341.jpg",
alt: "Front view friends having lunch",
},
{
src: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346619.jpg",
alt: "People taking part of business event",
},
{
src: "http://img.b2bpic.net/free-photo/serious-businesspeople-having-meeting_1098-20085.jpg",
alt: "Serious businesspeople having meeting",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg",
alt: "Attractive blond business woman in a white shirt, eyeglasses and crossed arms over grey background.",
},
]}
avatarText="Trusted by 500+ leaders"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={false}
title="Our Agency Identity"
metrics={[
{
icon: Target,
label: "Retention Rate",
value: "98%",
},
{
icon: Award,
label: "Projects Completed",
value: "500+",
},
{
icon: TrendingUp,
label: "Campaign ROI",
value: "4.5x",
},
]}
metricsAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyFive
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Brand Strategy",
description: "Defining your market position with precision.",
icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/office-business-workspace-page-empty_1418-58.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-with-stationery-items-pupil-student-workplace-concept_169016-21227.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/group-busy-managers-morning-briefing_74855-4271.jpg?_wi=2",
imageAlt: "data analytics report on desk",
},
{
title: "Performance Ads",
description: "High-conversion media buying strategies.",
icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-digital-tablet-with-digital-marketing-graph_9975-22063.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphics-assortment_23-2148991199.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg?_wi=1",
imageAlt: "data analytics report on desk",
},
{
title: "Digital Growth",
description: "Scaling your brand across all digital channels.",
icon: TrendingUp,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-165300.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1",
imageAlt: "data analytics report on desk",
},
]}
title="Expertise That Counts"
description="Our core services are built to maximize output for your business."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "85%",
title: "Conversion Lift",
items: [
"Improved targeting",
"Optimized funnels",
],
},
{
id: "m2",
value: "120%",
title: "Audience Growth",
items: [
"Organic reach",
"Content strategy",
],
},
{
id: "m3",
value: "50ms",
title: "Response Time",
items: [
"Client support",
"Direct communication",
],
},
]}
title="Impact by Numbers"
description="Proven results for ambitious brands."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Elena Vance",
handle: "CEO, TechFlow",
testimonial: "Reward Agency completely revitalized our strategy.",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg?_wi=2",
},
{
id: "2",
name: "Marcus Thorne",
handle: "Founder, GrowthGen",
testimonial: "Professional, efficient, and results-oriented.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2",
},
{
id: "3",
name: "Sophie Reed",
handle: "Marketing VP",
testimonial: "They truly understand our market.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-young-woman-with-laptop-outdoors_169016-23910.jpg",
},
{
id: "4",
name: "David Holt",
handle: "Manager",
testimonial: "Exceptional service every step of the way.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
},
{
id: "5",
name: "Lucy Chen",
handle: "Dir. of Growth",
testimonial: "The best partnership we have ever made.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg",
},
]}
title="Voices of Success"
description="What our partners say about Reward Agency."
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Alpha Corp",
"Beta Labs",
"Gamma Tech",
"Delta Solutions",
"Epsilon Group",
"Zeta Systems",
"Eta Ventures",
]}
title="Trusted by Market Leaders"
description="Partnering with industry pioneers to shape the future of growth."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How do we start?",
content: "Book a discovery call through our contact form.",
},
{
id: "q2",
title: "What industries do you serve?",
content: "We specialize in tech, SaaS, and retail.",
},
{
id: "q3",
title: "What is the typical timeline?",
content: "Most projects initiate within two weeks.",
},
]}
sideTitle="Questions? We have answers."
faqsAnimation="slide-up"
sideDescription="Not sure how we can help? Browse our frequently asked questions for clarity."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Ready to work?"
title="Start your journey."
description="Reach out today to discuss how we can reward your business growth."
buttons={[
{
text: "Contact Us",
href: "mailto:hello@rewardagency.com",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Reward Agency"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Support",
items: [
{
label: "FAQ",
href: "#faq",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
]}
copyrightText="© 2024 Reward Agency. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}