Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-02-25 02:58:30 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", imageAlt: "Marketing Analytics Dashboard"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg", imageAlt: "Web Development Code"
imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=1", imageAlt: "Web Development Code"
},
{
imageSrc: "https://img.b2bpic.net/free-vector/watercolor-leaflets-with-geometric-shapes-vintage-style_23-2147589461.jpg", imageAlt: "Direct Mail Marketing Campaign"
@@ -137,13 +137,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
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", 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 · Up to 10 Pages", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg", 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 · Unlimited Products", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg", 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"
}
]}
/>
@@ -184,7 +184,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahcfo", testimonial: "North Star's data-driven approach transformed our marketing ROI. Within 6 months, we saw a 340% increase in qualified leads. Their lab methodology is exactly what we needed.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Marcus Johnson", handle: "@mjohnson_ceo", testimonial: "The direct mail campaign was phenomenal. Getting featured in their Co-op Mailer connected us with 200+ new customers at a fraction of typical acquisition costs.", rating: 5,
@@ -192,11 +192,11 @@ export default function LandingPage() {
},
{
id: "3", name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "Their web development team built us a conversion machine. Our online sales jumped 280% in the first quarter. North Star truly understands the science behind digital success.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Rodriguez"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Elena Rodriguez"
},
{
id: "4", name: "David Park", handle: "@davidpark_biz", testimonial: "The Supernova package gave us access to expert strategy, paid ads management, and PR that catapulted our brand visibility. Best investment we've made in marketing.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park"
},
{
id: "5", name: "Jessica Williams", handle: "@jess_williams", testimonial: "North Star's systematic approach to marketing feels like working with a team of scientists. Every decision is backed by data. Our metrics prove it works.", rating: 5,
@@ -204,7 +204,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Thomas Mitchell", handle: "@tmitchell", testimonial: "From brand strategy to direct mail execution, North Star delivered on every promise. They're not just marketers—they're true partners in our growth.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Thomas Mitchell"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Thomas Mitchell"
}
]}
/>