Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-02-23 05:17:26 +00:00
3 changed files with 17 additions and 14 deletions

View File

@@ -26,11 +26,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Packages", id: "#pricing" },
{ name: "Process", id: "#process" },
{ name: "Contact", id: "id-contact" },
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Packages", id: "/#pricing" },
{ name: "Process", id: "/#process" },
{ name: "Contact", id: "/#id-contact" },
]}
brandName="North Star Lab"
bottomLeftText="© 2026 North Star Marketing Lab."
@@ -85,15 +85,18 @@ export default function LandingPage() {
description="Using a Pricing Table or Card Layout is the best way to display these in Webuild."
plans={[
{
id: "spark", badge: "The \"Spark\" (Entry)", price: "$1,500/mo", subtitle: "Social Media & Identity", buttons: [{ text: "Get Started", onClick: () => console.log('Spark plan selected') }],
id: "spark", badge: 'The "Spark" (Entry)',
price: "$1,500/mo", subtitle: "Social Media & Identity", buttons: [{ text: "Get Started", onClick: () => console.log('Spark plan selected') }],
features: ["3 Posts/Week", "Basic SEO", "Brand Style Guide"],
},
{
id: "orbit", badge: "The \"Orbit\" (Growth)", price: "$3,500/mo", subtitle: "Full Funnel Marketing", buttons: [{ text: "Get Started", onClick: () => console.log('Orbit plan selected') }],
id: "orbit", badge: 'The "Orbit" (Growth)',
price: "$3,500/mo", subtitle: "Full Funnel Marketing", buttons: [{ text: "Get Started", onClick: () => console.log('Orbit plan selected') }],
features: ["5 Posts/Week", "Paid Ad Mgmt", "Email Marketing"],
},
{
id: "supernova", badge: "The \"Supernova\" (Elite)", price: "Custom Quote", subtitle: "Total Market Dominance", buttons: [{ text: "Contact Us", onClick: () => console.log('Supernova plan selected') }],
id: "supernova", badge: 'The "Supernova" (Elite)',
price: "Custom Quote", subtitle: "Total Market Dominance", buttons: [{ text: "Contact Us", onClick: () => console.log('Supernova plan selected') }],
features: ["Daily Content", "PR Outreach", "24/7 Strategy Support"],
},
]}
@@ -108,7 +111,7 @@ export default function LandingPage() {
<div id="process" data-section="process">
<MetricCardSeven
title="The \"Lab Process\" (How We Work)"
title={'The "Lab Process" (How We Work)'}
description="Our proven methodology ensures your brand achieves its brightest potential."
metrics={[
{ id: "discovery", value: "1.", title: "Discovery", items: ["We analyze your current trajectory and market position."] },

View File

@@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
@@ -132,7 +132,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
@@ -182,7 +182,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },

View File

@@ -35,7 +35,7 @@ function ShopPageContent() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
@@ -77,7 +77,7 @@ function ShopPageContent() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },