Merge version_1 into main #2
264
src/app/page.tsx
264
src/app/page.tsx
@@ -20,27 +20,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<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",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Reward Agency"
|
||||
/>
|
||||
@@ -50,34 +45,14 @@ export default function LandingPage() {
|
||||
<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"
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-busy-managers-morning-briefing_74855-4271.jpg"
|
||||
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.",
|
||||
},
|
||||
{ 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"
|
||||
/>
|
||||
@@ -88,21 +63,9 @@ export default function LandingPage() {
|
||||
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",
|
||||
},
|
||||
{ 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"
|
||||
/>
|
||||
@@ -115,49 +78,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Brand Strategy",
|
||||
description: "Defining your market position with precision.",
|
||||
icon: Shield,
|
||||
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",
|
||||
{ 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" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Performance Ads",
|
||||
description: "High-conversion media buying strategies.",
|
||||
icon: Zap,
|
||||
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",
|
||||
{ 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" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Digital Growth",
|
||||
description: "Scaling your brand across all digital channels.",
|
||||
icon: TrendingUp,
|
||||
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",
|
||||
{ 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" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Expertise That Counts"
|
||||
@@ -171,33 +110,9 @@ export default function LandingPage() {
|
||||
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",
|
||||
],
|
||||
},
|
||||
{ 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."
|
||||
@@ -210,41 +125,11 @@ export default function LandingPage() {
|
||||
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",
|
||||
},
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
{ 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."
|
||||
@@ -255,15 +140,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Alpha Corp",
|
||||
"Beta Labs",
|
||||
"Gamma Tech",
|
||||
"Delta Solutions",
|
||||
"Epsilon Group",
|
||||
"Zeta Systems",
|
||||
"Eta Ventures",
|
||||
]}
|
||||
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."
|
||||
/>
|
||||
@@ -273,21 +150,9 @@ export default function LandingPage() {
|
||||
<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.",
|
||||
},
|
||||
{ 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"
|
||||
@@ -298,18 +163,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@rewardagency.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -318,29 +176,15 @@ export default function LandingPage() {
|
||||
logoText="Reward Agency"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -350,4 +194,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user