Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e47e16031 |
199
src/app/page.tsx
199
src/app/page.tsx
@@ -8,7 +8,6 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
|||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -30,92 +29,55 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "How It Works",
|
name: "How It Works", id: "how-it-works"},
|
||||||
id: "how-it-works",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Results",
|
name: "Contact", id: "contact"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Tradely Digital"
|
brandName="Tradely Digital"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Call",
|
text: "Book Call", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="We Build Systems That Grow Your Business While You Sleep"
|
title="We Build Systems That Grow Your Business While You Sleep"
|
||||||
description="Websites. Automations. Revenue Engines. Transform your business into a self-scaling machine."
|
description="Websites. Automations. Revenue Engines. Transform your business into a self-scaling machine."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Client 1"},
|
||||||
alt: "Client 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", alt: "Client 2"},
|
||||||
alt: "Client 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg",
|
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", alt: "Client 3"},
|
||||||
alt: "Client 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/blue-eyed-business-woman-white-blouse-standing-confident-pose-with-her-international-co-workers-indoor-portrait-asian-african-employees-with-blonde-lady_197531-3756.jpg",
|
src: "http://img.b2bpic.net/free-photo/blue-eyed-business-woman-white-blouse-standing-confident-pose-with-her-international-co-workers-indoor-portrait-asian-african-employees-with-blonde-lady_197531-3756.jpg", alt: "Client 4"},
|
||||||
alt: "Client 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "Client 5"},
|
||||||
alt: "Client 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ growing brands"
|
avatarText="Trusted by 500+ growing brands"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Free Strategy Call",
|
text: "Book a Free Strategy Call", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "See How It Works",
|
text: "See How It Works", href: "#how-it-works"},
|
||||||
href: "#how-it-works",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Automated Workflows"},
|
||||||
text: "Automated Workflows",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "High-Converting Funnels"},
|
||||||
text: "High-Converting Funnels",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Revenue Growth Systems"},
|
||||||
text: "Revenue Growth Systems",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "SaaS Architecture"},
|
||||||
text: "SaaS Architecture",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Digital Scaling"},
|
||||||
text: "Digital Scaling",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -126,9 +88,7 @@ export default function LandingPage() {
|
|||||||
title="Most businesses are running on outdated systems, leaking revenue every day."
|
title="Most businesses are running on outdated systems, leaking revenue every day."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Stop the Leak",
|
text: "Stop the Leak", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -140,33 +100,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Web Design", subtitle: "High-Converting Websites", category: "Growth", value: "100%"},
|
||||||
title: "Web Design",
|
|
||||||
subtitle: "High-Converting Websites",
|
|
||||||
category: "Growth",
|
|
||||||
value: "100%",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Automation", subtitle: "Business Automation Systems", category: "Efficiency", value: "24/7"},
|
||||||
title: "Automation",
|
|
||||||
subtitle: "Business Automation Systems",
|
|
||||||
category: "Efficiency",
|
|
||||||
value: "24/7",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Lead Gen", subtitle: "Lead Generation Funnels", category: "Revenue", value: "3x"},
|
||||||
title: "Lead Gen",
|
|
||||||
subtitle: "Lead Generation Funnels",
|
|
||||||
category: "Revenue",
|
|
||||||
value: "3x",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "CRM", subtitle: "Workflow Integration", category: "Operations", value: "Sync"},
|
||||||
title: "CRM",
|
|
||||||
subtitle: "Workflow Integration",
|
|
||||||
category: "Operations",
|
|
||||||
value: "Sync",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="The Tradely Growth Engine"
|
title="The Tradely Growth Engine"
|
||||||
description="Comprehensive automation and development services built for scale."
|
description="Comprehensive automation and development services built for scale."
|
||||||
@@ -180,34 +120,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "01", title: "Audit & Strategy", items: [
|
||||||
value: "01",
|
"Deep business analysis", "Gap identification", "Growth roadmap"],
|
||||||
title: "Audit & Strategy",
|
|
||||||
items: [
|
|
||||||
"Deep business analysis",
|
|
||||||
"Gap identification",
|
|
||||||
"Growth roadmap",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "02", title: "Build & Automate", items: [
|
||||||
value: "02",
|
"System deployment", "Integration setup", "Funnel construction"],
|
||||||
title: "Build & Automate",
|
|
||||||
items: [
|
|
||||||
"System deployment",
|
|
||||||
"Integration setup",
|
|
||||||
"Funnel construction",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "03", title: "Scale & Optimise", items: [
|
||||||
value: "03",
|
"Performance tracking", "Continuous improvement", "Revenue acceleration"],
|
||||||
title: "Scale & Optimise",
|
|
||||||
items: [
|
|
||||||
"Performance tracking",
|
|
||||||
"Continuous improvement",
|
|
||||||
"Revenue acceleration",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Simple 3-Step System"
|
title="Simple 3-Step System"
|
||||||
@@ -215,57 +137,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardTen
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
title: "300% Growth",
|
|
||||||
quote: "Tradely transformed our manual mess into a revenue engine.",
|
|
||||||
name: "Sarah Johnson",
|
|
||||||
role: "CEO",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Efficiency Master",
|
|
||||||
quote: "Saved 20+ hours per week, allowing us to focus on scaling.",
|
|
||||||
name: "Michael Chen",
|
|
||||||
role: "CTO",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Seamless Automation",
|
|
||||||
quote: "Finally, a system that works for us, not against us.",
|
|
||||||
name: "Emily Rodriguez",
|
|
||||||
role: "Marketing Dir.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
title: "Reliable partner",
|
|
||||||
quote: "The best investment our business has ever made.",
|
|
||||||
name: "David Kim",
|
|
||||||
role: "Product Mgr",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-business-woman-white-blouse-standing-confident-pose-with-her-international-co-workers-indoor-portrait-asian-african-employees-with-blonde-lady_197531-3756.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
title: "Total Transformation",
|
|
||||||
quote: "Automated growth is finally here.",
|
|
||||||
name: "Elena Vance",
|
|
||||||
role: "Ops Director",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Revenue-Driven Results"
|
|
||||||
description="See why industry leaders choose Tradely."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -273,20 +144,12 @@ export default function LandingPage() {
|
|||||||
description="Book your free discovery call today."
|
description="Book your free discovery call today."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name"},
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email Address"},
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Tell us about your business goals"}}
|
||||||
placeholder: "Tell us about your business goals",
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user