10 Commits

Author SHA1 Message Date
d48821ad69 Update src/app/page.tsx 2026-02-25 03:19:56 +00:00
f46e1b9cf2 Merge version_6 into main
Merge version_6 into main
2026-02-25 03:17:15 +00:00
a5dc769a84 Update src/app/page.tsx 2026-02-25 03:17:11 +00:00
1edfc98dd0 Merge version_5 into main
Merge version_5 into main
2026-02-25 03:10:35 +00:00
d00b9130e3 Update src/app/page.tsx 2026-02-25 03:10:31 +00:00
683a70a7ec Merge version_4 into main
Merge version_4 into main
2026-02-25 03:08:36 +00:00
58c0ae1762 Update src/app/page.tsx 2026-02-25 03:08:32 +00:00
297f16c275 Merge version_3 into main
Merge version_3 into main
2026-02-25 03:06:34 +00:00
47e0fd65bf Update src/app/page.tsx 2026-02-25 03:06:30 +00:00
e0ed0de48c Merge version_2 into main
Merge version_2 into main
2026-02-25 03:04:23 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="NORTH STAR"
description="Data-driven marketing, precision web development, and high-impact direct mail. We don't just find the path; we build it."
description="Average ROI: +150%. Data-driven marketing, precision web development, and high-impact direct mail built for high-converting sites."
buttons={[
{ text: "Get a Free Lab Audit", href: "#contact" },
{ text: "View Our Packages", href: "#pricing" }
@@ -107,7 +107,7 @@ export default function LandingPage() {
plans={[
{
id: "spark", badge: "Starter", badgeIcon: Sparkles,
price: "$1,500/mo", subtitle: "The Spark - Digital Identity", features: [
price: "$1,000/mo", subtitle: "The Spark - Digital Identity", features: [
"3 Posts/Week", "SEO Optimization", "Basic Analytics", "Email Support"
]
},
@@ -130,20 +130,20 @@ export default function LandingPage() {
<div id="web-services" data-section="web-services">
<ProductCardFour
title="Web Development & Design Services"
description="Professional websites designed to increase online sales by 200%+ through conversion-optimized design and strategic user experience."
description="Professional websites built for conversion and performance."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
products={[
{
id: "launchpad", name: "The Launchpad", price: "Starting at $999", variant: "Landing Page · Designed to increase conversions by 250%+", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=2", imageAlt: "Landing Page"
id: "launchpad", name: "The Launchpad", price: "Starting at $999", variant: "Landing Page · High-Converting", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=2", imageAlt: "Landing Page"
},
{
id: "enterprise", name: "The Enterprise", price: "Starting at $2,950", variant: "Full Business Site · Built to boost online sales by 300%+", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=3", imageAlt: "Business Website"
id: "enterprise", name: "The Enterprise", price: "Starting at $2,950", variant: "Full Business Site · Up to 10 Pages", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=3", imageAlt: "Business Website"
},
{
id: "command-center", name: "The Command Center", price: "Starting at $4,500", variant: "E-Commerce Store · Engineered to increase revenue by 400%+", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=4", imageAlt: "E-Commerce Platform"
id: "command-center", name: "The Command Center", price: "Starting at $4,500", variant: "E-Commerce Store · Unlimited Products", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=4", imageAlt: "E-Commerce Platform"
}
]}
/>
@@ -151,23 +151,23 @@ export default function LandingPage() {
<div id="process" data-section="process">
<MetricCardFourteen
title="How We Navigate Your Brand to Success"
tag="The Lab Process"
title="Proven Results Across Industries"
tag="Quantifiable Impact"
tagAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
metrics={[
{
id: "1", value: "Discovery", description: "We analyze your current trajectory and market position to understand where you stand."
id: "1", value: "340% Lead Increase", description: "Average increase in qualified leads within 6 months using our data-driven methodology."
},
{
id: "2", value: "Hypothesis", description: "We design a custom roadmap tailored to your specific KPIs and business goals."
id: "2", value: "5,000+ Households", description: "Local households reached through our Beacon Direct Mail program per campaign."
},
{
id: "3", value: "Experiment", description: "We launch targeted campaigns and gather real-time data to measure results."
id: "3", value: "280% Sales Jump", description: "Average online sales increase for clients within first quarter of web development."
},
{
id: "4", value: "Calibration", description: "We optimize based on results to ensure maximum ROI and continuous improvement."
id: "4", value: "98% Client Retention", description: "Clients continue working with us year-over-year due to measurable ROI delivery."
}
]}
/>