Update src/app/page.tsx
This commit is contained in:
264
src/app/page.tsx
264
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
name: "Projects", id: "projects"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Peak Scaling"
|
||||
/>
|
||||
@@ -55,66 +47,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Scale Your Peak Performance."
|
||||
description="We are a results-obsessed marketing agency driving measurable growth for ambitious brands through data, creativity, and precision execution."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bubbles-rainbow-background_23-2148227302.jpg"
|
||||
imageAlt="Peak Scaling Agency Hero"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/reflection-light-prisms-colorful-effect_23-2148898183.jpg",
|
||||
alt: "Reflection of light prisms",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/reflection-light-prisms-colorful-effect_23-2148898183.jpg", alt: "Reflection of light prisms"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-blurred-test-tubes_1098-1602.jpg",
|
||||
alt: "Top view of test tubes",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-blurred-test-tubes_1098-1602.jpg", alt: "Top view of test tubes"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/reflection-light-prisms-colorful-effect_23-2148898186.jpg",
|
||||
alt: "Colorful light effect",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/reflection-light-prisms-colorful-effect_23-2148898186.jpg", alt: "Colorful light effect"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-render-social-media-icons_1048-8398.jpg",
|
||||
alt: "Social media icons render",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-render-social-media-icons_1048-8398.jpg", alt: "Social media icons render"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas-office_176420-1712.jpg",
|
||||
alt: "Colleagues in office",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas-office_176420-1712.jpg", alt: "Colleagues in office"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ growth-focused leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Performance Focused",
|
||||
},
|
||||
type: "text", text: "Performance Focused"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Driven",
|
||||
},
|
||||
type: "text", text: "Data Driven"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rapid Scaling",
|
||||
},
|
||||
type: "text", text: "Rapid Scaling"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Creative Excellence",
|
||||
},
|
||||
type: "text", text: "Creative Excellence"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Full-Funnel Results",
|
||||
},
|
||||
type: "text", text: "Full-Funnel Results"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Results",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "View Our Results", href: "#projects"},
|
||||
{
|
||||
text: "Get a Free Audit",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Audit", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,17 +94,11 @@ export default function LandingPage() {
|
||||
description="Peak Scaling combines deep analytics with high-end creative work to deliver campaigns that don't just look good—they convert at scale."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Precision Targeting",
|
||||
description: "We reach exactly who your product needs.",
|
||||
},
|
||||
title: "Precision Targeting", description: "We reach exactly who your product needs."},
|
||||
{
|
||||
title: "Creative Excellence",
|
||||
description: "Ads that stop the scroll and drive action.",
|
||||
},
|
||||
title: "Creative Excellence", description: "Ads that stop the scroll and drive action."},
|
||||
{
|
||||
title: "Full-Funnel Growth",
|
||||
description: "Optimizing every step of the journey.",
|
||||
},
|
||||
title: "Full-Funnel Growth", description: "Optimizing every step of the journey."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-businesspeople-working-marketing-project-analyzing-financial-strategy-startup-office-multi-ethnic-team-discussing-company-turnover-planning-business-collaboration-corporate-workplace_482257-38717.jpg"
|
||||
/>
|
||||
@@ -151,59 +112,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "TechBrand",
|
||||
name: "SaaS Growth Campaign",
|
||||
price: "High ROI",
|
||||
rating: 5,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg",
|
||||
},
|
||||
id: "1", brand: "TechBrand", name: "SaaS Growth Campaign", price: "High ROI", rating: 5,
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "AppStore",
|
||||
name: "User Acquisition Push",
|
||||
price: "Massive Scale",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-stationery-elements-fruit_23-2148851528.jpg",
|
||||
},
|
||||
id: "2", brand: "AppStore", name: "User Acquisition Push", price: "Massive Scale", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-stationery-elements-fruit_23-2148851528.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "DesignCo",
|
||||
name: "Brand Identity Launch",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "30+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stopwatch-new-record-time-concept_53876-120359.jpg",
|
||||
},
|
||||
id: "3", brand: "DesignCo", name: "Brand Identity Launch", price: "Premium", rating: 5,
|
||||
reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/stopwatch-new-record-time-concept_53876-120359.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "EcomBrand",
|
||||
name: "Retargeting Blitz",
|
||||
price: "High Conversion",
|
||||
rating: 5,
|
||||
reviewCount: "80+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-graphics-composition_23-2148991209.jpg",
|
||||
},
|
||||
id: "4", brand: "EcomBrand", name: "Retargeting Blitz", price: "High Conversion", rating: 5,
|
||||
reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-graphics-composition_23-2148991209.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "ServiceCo",
|
||||
name: "B2B Lead Funnel",
|
||||
price: "High Lead Quality",
|
||||
rating: 5,
|
||||
reviewCount: "40+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-day_52683-160828.jpg",
|
||||
},
|
||||
id: "5", brand: "ServiceCo", name: "B2B Lead Funnel", price: "High Lead Quality", rating: 5,
|
||||
reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-day_52683-160828.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "StartupOne",
|
||||
name: "Market Entry Strategy",
|
||||
price: "Strategic Success",
|
||||
rating: 5,
|
||||
reviewCount: "20+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-personal-computer_23-2150781062.jpg",
|
||||
},
|
||||
id: "6", brand: "StartupOne", name: "Market Entry Strategy", price: "Strategic Success", rating: 5,
|
||||
reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-personal-computer_23-2150781062.jpg"},
|
||||
]}
|
||||
title="Our Recent Results"
|
||||
description="Explore a showcase of our high-performance marketing campaigns and client projects."
|
||||
@@ -218,20 +143,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "150%",
|
||||
description: "Average Client Revenue Increase",
|
||||
},
|
||||
id: "1", value: "150%", description: "Average Client Revenue Increase"},
|
||||
{
|
||||
id: "2",
|
||||
value: "20M+",
|
||||
description: "Total Ad Spend Managed",
|
||||
},
|
||||
id: "2", value: "20M+", description: "Total Ad Spend Managed"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
description: "Successful Brand Launches",
|
||||
},
|
||||
id: "3", value: "50+", description: "Successful Brand Launches"},
|
||||
]}
|
||||
title="Scaling by the Numbers"
|
||||
description="Our impact is verified by real performance metrics."
|
||||
@@ -243,14 +159,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Nexus",
|
||||
"Flow",
|
||||
"Synthetix",
|
||||
"Velocity",
|
||||
"Aether",
|
||||
"Lumix",
|
||||
"Vertex",
|
||||
]}
|
||||
"Nexus", "Flow", "Synthetix", "Velocity", "Aether", "Lumix", "Vertex"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We partner with brands that are redefining their categories."
|
||||
/>
|
||||
@@ -258,50 +167,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "CMO",
|
||||
company: "Nexus",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", role: "CMO", company: "Nexus", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Rivers",
|
||||
role: "Founder",
|
||||
company: "Synthetix",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Rivers", role: "Founder", company: "Synthetix", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Torres",
|
||||
role: "Director",
|
||||
company: "Aether",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-carpenter-standing-workshop-arms-folded_1098-19122.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Torres", role: "Director", company: "Aether", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-carpenter-standing-workshop-arms-folded_1098-19122.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Bond",
|
||||
role: "CEO",
|
||||
company: "Velocity",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
|
||||
},
|
||||
id: "4", name: "James Bond", role: "CEO", company: "Velocity", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda White",
|
||||
role: "Growth Lead",
|
||||
company: "Lumix",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg",
|
||||
},
|
||||
id: "5", name: "Linda White", role: "Growth Lead", company: "Lumix", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See why our partners choose Peak Scaling."
|
||||
@@ -314,20 +199,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What makes you different?",
|
||||
content: "Our blend of high-end strategy and rapid experimentation sets us apart.",
|
||||
},
|
||||
id: "f1", title: "What makes you different?", content: "Our blend of high-end strategy and rapid experimentation sets us apart."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How is success measured?",
|
||||
content: "We focus on KPIs directly tied to your bottom-line business growth.",
|
||||
},
|
||||
id: "f2", title: "How is success measured?", content: "We focus on KPIs directly tied to your bottom-line business growth."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you work with startups?",
|
||||
content: "Absolutely, we specialize in scaling early-stage companies to maturity.",
|
||||
},
|
||||
id: "f3", title: "Do you work with startups?", content: "Absolutely, we specialize in scaling early-stage companies to maturity."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="How we work at Peak Scaling."
|
||||
@@ -339,14 +215,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to scale your peak performance? Let's discuss your brand's potential today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -355,42 +228,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user