Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f89e367e4c | |||
| 3a8e0eb3a0 | |||
| cb50e2a022 | |||
| e96dd693f6 | |||
| 2419e60772 | |||
| 0e4a62edfc | |||
| 6724fcb387 | |||
| 01e1c446b8 | |||
| d07602ccf4 |
@@ -26,7 +26,7 @@ export default function BlogPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="North Star"
|
||||
brandName="North Star Marketing Lab"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -92,7 +92,7 @@ export default function BlogPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 North Star Marketing Lab. All rights reserved."
|
||||
bottomLeftText="© 2025 North Star Marketing Lab Marketing Lab. All rights reserved."
|
||||
bottomRightText="Precision Marketing | Direct Mail | Web Development"
|
||||
/>
|
||||
</div>
|
||||
|
||||
1373
src/app/layout.tsx
1373
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" }
|
||||
]}
|
||||
brandName="North Star"
|
||||
brandName="North Star Marketing Lab"
|
||||
button={{
|
||||
text: "Get a Free Lab Audit", href: "contact"
|
||||
}}
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="Marketing Isn't Guesswork. It's Science."
|
||||
description={[
|
||||
"At North Star Marketing Lab, we treat every brand like a unique experiment. In a crowded marketplace, standing out requires more than just being online—it requires a calculated trajectory.", "Whether we are coding your digital storefront or landing a physical flyer in a customer's hand, our mission is to ensure your business becomes the brightest light in its industry."
|
||||
"At North Star Marketing Lab Marketing Lab, we treat every brand like a unique experiment. In a crowded marketplace, standing out requires more than just being online—it requires a calculated trajectory.", "Whether we are coding your digital storefront or landing a physical flyer in a customer's hand, our mission is to ensure your business becomes the brightest light in its industry."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "orbit", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$3,500/mo", subtitle: "The Orbit - Full-Funnel Growth", features: [
|
||||
price: "$2,499/mo", subtitle: "The Orbit - Full-Funnel Growth", features: [
|
||||
"Paid Ads Management", "Email Campaigns", "Content Calendar", "Monthly Reports", "Priority Support"
|
||||
]
|
||||
},
|
||||
@@ -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?_wi=2", imageAlt: "Landing Page"
|
||||
id: "launchpad", name: "The Launchpad", price: "Starting at $499", 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?_wi=3", imageAlt: "Business Website"
|
||||
id: "enterprise", name: "The Enterprise", price: "Starting at $1,499", 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?_wi=4", imageAlt: "E-Commerce Platform"
|
||||
id: "command-center", name: "The Command Center", price: "Starting at $2,499", 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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -176,14 +176,14 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Clients Say"
|
||||
description="Hear from businesses that found their North Star with us."
|
||||
description="Hear from businesses that found their North Star Marketing Lab with us."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
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,
|
||||
id: "1", name: "Sarah Chen", handle: "@sarahcfo", testimonial: "North Star Marketing Lab'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?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
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,
|
||||
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 Marketing Lab 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?_wi=2", imageAlt: "Elena Rodriguez"
|
||||
},
|
||||
{
|
||||
@@ -199,11 +199,11 @@ export default function LandingPage() {
|
||||
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,
|
||||
id: "5", name: "Jessica Williams", handle: "@jess_williams", testimonial: "North Star Marketing Lab'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,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", imageAlt: "Jessica Williams"
|
||||
},
|
||||
{
|
||||
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,
|
||||
id: "6", name: "Thomas Mitchell", handle: "@tmitchell", testimonial: "From brand strategy to direct mail execution, North Star Marketing Lab 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?_wi=4", imageAlt: "Thomas Mitchell"
|
||||
}
|
||||
]}
|
||||
@@ -212,7 +212,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Ready to find your North Star?"
|
||||
tag="Ready to find your North Star Marketing Lab?"
|
||||
tagIcon={Compass}
|
||||
title="Ready to Build Your Brand's Path to the Top?"
|
||||
description="Don't let your brand drift in the dark. Let's build your path to success with data-driven marketing, precision web development, and high-impact direct mail."
|
||||
@@ -260,7 +260,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 North Star Marketing Lab. All rights reserved."
|
||||
bottomLeftText="© 2025 North Star Marketing Lab Marketing Lab. All rights reserved."
|
||||
bottomRightText="Precision Marketing | Direct Mail | Web Development"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="North Star"
|
||||
brandName="North Star Marketing Lab"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -140,7 +140,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 North Star Marketing Lab. All rights reserved."
|
||||
bottomLeftText="© 2025 North Star Marketing Lab Marketing Lab. All rights reserved."
|
||||
bottomRightText="Precision Marketing | Direct Mail | Web Development"
|
||||
/>
|
||||
</div>
|
||||
@@ -166,7 +166,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="North Star"
|
||||
brandName="North Star Marketing Lab"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -223,7 +223,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 North Star Marketing Lab. All rights reserved."
|
||||
bottomLeftText="© 2025 North Star Marketing Lab Marketing Lab. All rights reserved."
|
||||
bottomRightText="Precision Marketing | Direct Mail | Web Development"
|
||||
/>
|
||||
</div>
|
||||
@@ -248,7 +248,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="North Star"
|
||||
brandName="North Star Marketing Lab"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -330,7 +330,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 North Star Marketing Lab. All rights reserved."
|
||||
bottomLeftText="© 2025 North Star Marketing Lab Marketing Lab. All rights reserved."
|
||||
bottomRightText="Precision Marketing | Direct Mail | Web Development"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,7 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="North Star"
|
||||
brandName="North Star Marketing Lab"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -83,7 +83,7 @@ function ShopPageContent() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 North Star Marketing Lab. All rights reserved."
|
||||
bottomLeftText="© 2025 North Star Marketing Lab Marketing Lab. All rights reserved."
|
||||
bottomRightText="Precision Marketing | Direct Mail | Web Development"
|
||||
/>
|
||||
</div>
|
||||
@@ -108,7 +108,7 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="North Star"
|
||||
brandName="North Star Marketing Lab"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -165,7 +165,7 @@ function ShopPageContent() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 North Star Marketing Lab. All rights reserved."
|
||||
bottomLeftText="© 2025 North Star Marketing Lab Marketing Lab. All rights reserved."
|
||||
bottomRightText="Precision Marketing | Direct Mail | Web Development"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user