Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-02-25 03:06:34 +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="Built for high-converting sites. Data-driven marketing, precision web development, and high-impact direct mail. Average ROI: +150%."
buttons={[
{ text: "Get a Free Lab Audit", href: "#contact" },
{ text: "View Our Packages", href: "#pricing" }
@@ -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"
}
]}
/>