Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f282f5f76b |
205
src/app/page.tsx
205
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
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: "Portfolio",
|
name: "Portfolio", id: "#portfolio"},
|
||||||
id: "#portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Launch Point"
|
brandName="Launch Point"
|
||||||
/>
|
/>
|
||||||
@@ -57,16 +47,12 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Launch Point"
|
logoText="Launch Point"
|
||||||
description="Websites, AI receptionists, CRM, automations, scheduling, and integrations — all connected so your business runs smoother and you never miss opportunities."
|
description="Stop trading your time for manual tasks. We implement AI-driven automation that doubles your lead capture and frees you to focus on growing your business."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Call",
|
text: "Book a Call", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "See Our Services",
|
text: "See Our Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/modern-abstract-3d-visualization-of-busi-1775165209361-22a1fcb3.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/modern-abstract-3d-visualization-of-busi-1775165209361-22a1fcb3.png"
|
||||||
@@ -81,21 +67,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Manual Scheduling",
|
"Manual Scheduling", "Missed Leads", "Disconnected Systems", "Repetitive Tasks", "Slow Communication"],
|
||||||
"Missed Leads",
|
|
||||||
"Disconnected Systems",
|
|
||||||
"Repetitive Tasks",
|
|
||||||
"Slow Communication",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Automated Workflows",
|
"Automated Workflows", "AI Receptionist", "Integrated CRM", "Scalable Growth", "24/7 Lead Response"],
|
||||||
"AI Receptionist",
|
|
||||||
"Integrated CRM",
|
|
||||||
"Scalable Growth",
|
|
||||||
"24/7 Lead Response",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Systems We Build"
|
title="Systems We Build"
|
||||||
description="Comprehensive automation solutions for home service businesses."
|
description="Comprehensive automation solutions for home service businesses."
|
||||||
@@ -109,25 +85,15 @@ export default function LandingPage() {
|
|||||||
description="Our proven 5-step process to transform your home service business operations."
|
description="Our proven 5-step process to transform your home service business operations."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "01",
|
value: "01", title: "Discovery Phase"},
|
||||||
title: "Discovery Phase",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "02",
|
value: "02", title: "Strategic Build"},
|
||||||
title: "Strategic Build",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "03",
|
value: "03", title: "System Integration"},
|
||||||
title: "System Integration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "04",
|
value: "04", title: "Automation Setup"},
|
||||||
title: "Automation Setup",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "05",
|
value: "05", title: "Efficiency Scaling"},
|
||||||
title: "Efficiency Scaling",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/connection-of-systems-abstract-circuits-1775165209726-45e1ebd5.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/connection-of-systems-abstract-circuits-1775165209726-45e1ebd5.png"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -143,41 +109,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "HVAC Dashboard", price: "AI Integration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/sleek-saas-dashboard-design-modern-dark--1775165212543-76a0d7ad.png"},
|
||||||
name: "HVAC Dashboard",
|
|
||||||
price: "AI Integration",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/sleek-saas-dashboard-design-modern-dark--1775165212543-76a0d7ad.png",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Plumbing CRM", price: "Automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/automated-crm-visualization-modern-dark--1775165209631-14bdeede.png"},
|
||||||
name: "Plumbing CRM",
|
|
||||||
price: "Automation",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/automated-crm-visualization-modern-dark--1775165209631-14bdeede.png",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "AI Receptionist", price: "24/7 Support", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/ai-receptionist-interface-concept-high-t-1775165209769-2a78bb88.png"},
|
||||||
name: "AI Receptionist",
|
|
||||||
price: "24/7 Support",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/ai-receptionist-interface-concept-high-t-1775165209769-2a78bb88.png",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Cleaning Service Site", price: "Web Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/modern-business-website-interface-clean--1775165211422-fc7d823f.png"},
|
||||||
name: "Cleaning Service Site",
|
|
||||||
price: "Web Design",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/modern-business-website-interface-clean--1775165211422-fc7d823f.png",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Contractor Workflow", price: "Integration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/workflow-automation-visual-dark-mode-abs-1775165207774-8a44a911.png"},
|
||||||
name: "Contractor Workflow",
|
|
||||||
price: "Integration",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/workflow-automation-visual-dark-mode-abs-1775165207774-8a44a911.png",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Scheduling Module", price: "Deployment", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/scheduling-system-ui-design-minimal-dark-1775165209783-1f4da79b.png"},
|
||||||
name: "Scheduling Module",
|
|
||||||
price: "Deployment",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BY8vVswwsoKdUKZurjaY2ahwAU/scheduling-system-ui-design-minimal-dark-1775165209783-1f4da79b.png",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Work"
|
title="Our Work"
|
||||||
description="Transformations across industries."
|
description="Transformations across industries."
|
||||||
@@ -191,60 +133,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter",
|
id: "starter", tag: "Essential", price: "$1,500", period: "setup", description: "Core systems for new service businesses.", featuresTitle: "Includes", features: [
|
||||||
tag: "Essential",
|
"Custom Website", "CRM Setup", "Google Calendar Integration", "Lead Form Automation"],
|
||||||
price: "$1,500",
|
|
||||||
period: "setup",
|
|
||||||
description: "Core systems for new service businesses.",
|
|
||||||
featuresTitle: "Includes",
|
|
||||||
features: [
|
|
||||||
"Custom Website",
|
|
||||||
"CRM Setup",
|
|
||||||
"Google Calendar Integration",
|
|
||||||
"Lead Form Automation",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "growth",
|
id: "growth", tag: "Recommended", price: "$2,500", period: "setup", description: "Automation and lead handling power.", featuresTitle: "Includes", features: [
|
||||||
tag: "Recommended",
|
"Starter Features", "AI Receptionist", "SMS Follow-up", "Automations", "Email Marketing Sync"],
|
||||||
price: "$2,500",
|
|
||||||
period: "setup",
|
|
||||||
description: "Automation and lead handling power.",
|
|
||||||
featuresTitle: "Includes",
|
|
||||||
features: [
|
|
||||||
"Starter Features",
|
|
||||||
"AI Receptionist",
|
|
||||||
"SMS Follow-up",
|
|
||||||
"Automations",
|
|
||||||
"Email Marketing Sync",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", tag: "Comprehensive", price: "$4,000", period: "setup", description: "Full enterprise-level automation.", featuresTitle: "Includes", features: [
|
||||||
tag: "Comprehensive",
|
"Growth Features", "Custom Dashboards", "Jobber/Titan Integration", "Monthly Support", "Dedicated Account Manager"],
|
||||||
price: "$4,000",
|
|
||||||
period: "setup",
|
|
||||||
description: "Full enterprise-level automation.",
|
|
||||||
featuresTitle: "Includes",
|
|
||||||
features: [
|
|
||||||
"Growth Features",
|
|
||||||
"Custom Dashboards",
|
|
||||||
"Jobber/Titan Integration",
|
|
||||||
"Monthly Support",
|
|
||||||
"Dedicated Account Manager",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Clear Pricing Packages"
|
title="Clear Pricing Packages"
|
||||||
@@ -256,16 +160,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
title="Let Us Build The Systems That Run Your Business"
|
title="Let Us Build The Systems That Run Your Business"
|
||||||
description="Schedule a discovery call to audit your current operations and see how we can automate your growth."
|
description="Schedule a discovery call to audit your current operations and see how we can automate your growth."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Call",
|
text: "Book a Call", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -276,53 +177,33 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Portfolio",
|
label: "Portfolio", href: "#portfolio"},
|
||||||
href: "#portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Support",
|
label: "Support", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Twitter",
|
label: "Twitter", href: "https://twitter.com"},
|
||||||
href: "https://twitter.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "LinkedIn",
|
label: "LinkedIn", href: "https://linkedin.com"},
|
||||||
href: "https://linkedin.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -332,4 +213,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user