Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e47e16031 |
201
src/app/page.tsx
201
src/app/page.tsx
@@ -8,7 +8,6 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,92 +29,55 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "how-it-works",
|
||||
},
|
||||
name: "How It Works", id: "how-it-works"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Tradely Digital"
|
||||
button={{
|
||||
text: "Book Call",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Call", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="We Build Systems That Grow Your Business While You Sleep"
|
||||
description="Websites. Automations. Revenue Engines. Transform your business into a self-scaling machine."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", 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",
|
||||
alt: "Client 4",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ growing brands"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Free Strategy Call",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Free Strategy Call", href: "#contact"},
|
||||
{
|
||||
text: "See How It Works",
|
||||
href: "#how-it-works",
|
||||
},
|
||||
text: "See How It Works", href: "#how-it-works"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Workflows",
|
||||
},
|
||||
type: "text", text: "Automated Workflows"},
|
||||
{
|
||||
type: "text",
|
||||
text: "High-Converting Funnels",
|
||||
},
|
||||
type: "text", text: "High-Converting Funnels"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Revenue Growth Systems",
|
||||
},
|
||||
type: "text", text: "Revenue Growth Systems"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SaaS Architecture",
|
||||
},
|
||||
type: "text", text: "SaaS Architecture"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Digital Scaling",
|
||||
},
|
||||
type: "text", text: "Digital Scaling"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,9 +88,7 @@ export default function LandingPage() {
|
||||
title="Most businesses are running on outdated systems, leaking revenue every day."
|
||||
buttons={[
|
||||
{
|
||||
text: "Stop the Leak",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Stop the Leak", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,33 +100,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Web Design",
|
||||
subtitle: "High-Converting Websites",
|
||||
category: "Growth",
|
||||
value: "100%",
|
||||
},
|
||||
id: "f1", title: "Web Design", subtitle: "High-Converting Websites", category: "Growth", value: "100%"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Automation",
|
||||
subtitle: "Business Automation Systems",
|
||||
category: "Efficiency",
|
||||
value: "24/7",
|
||||
},
|
||||
id: "f2", title: "Automation", subtitle: "Business Automation Systems", category: "Efficiency", value: "24/7"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Lead Gen",
|
||||
subtitle: "Lead Generation Funnels",
|
||||
category: "Revenue",
|
||||
value: "3x",
|
||||
},
|
||||
id: "f3", title: "Lead Gen", subtitle: "Lead Generation Funnels", category: "Revenue", value: "3x"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "CRM",
|
||||
subtitle: "Workflow Integration",
|
||||
category: "Operations",
|
||||
value: "Sync",
|
||||
},
|
||||
id: "f4", title: "CRM", subtitle: "Workflow Integration", category: "Operations", value: "Sync"},
|
||||
]}
|
||||
title="The Tradely Growth Engine"
|
||||
description="Comprehensive automation and development services built for scale."
|
||||
@@ -180,34 +120,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "01",
|
||||
title: "Audit & Strategy",
|
||||
items: [
|
||||
"Deep business analysis",
|
||||
"Gap identification",
|
||||
"Growth roadmap",
|
||||
],
|
||||
id: "m1", value: "01", title: "Audit & Strategy", items: [
|
||||
"Deep business analysis", "Gap identification", "Growth roadmap"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "02",
|
||||
title: "Build & Automate",
|
||||
items: [
|
||||
"System deployment",
|
||||
"Integration setup",
|
||||
"Funnel construction",
|
||||
],
|
||||
id: "m2", value: "02", title: "Build & Automate", items: [
|
||||
"System deployment", "Integration setup", "Funnel construction"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "03",
|
||||
title: "Scale & Optimise",
|
||||
items: [
|
||||
"Performance tracking",
|
||||
"Continuous improvement",
|
||||
"Revenue acceleration",
|
||||
],
|
||||
id: "m3", value: "03", title: "Scale & Optimise", items: [
|
||||
"Performance tracking", "Continuous improvement", "Revenue acceleration"],
|
||||
},
|
||||
]}
|
||||
title="Simple 3-Step System"
|
||||
@@ -215,57 +137,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
@@ -273,20 +144,12 @@ export default function LandingPage() {
|
||||
description="Book your free discovery call today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email Address"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your business goals",
|
||||
}}
|
||||
name: "message", placeholder: "Tell us about your business goals"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -300,4 +163,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user