Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-03-03 11:59:44 +00:00
4 changed files with 18 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ export default function AboutPage() {
{ name: "Services", id: "services" },
{ name: "Why MELD", id: "why-meld" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "cta" },
]}
button={{
text: "Call Now", href: "tel:+16177223456"}}
@@ -94,13 +94,13 @@ export default function AboutPage() {
title: "Services", items: [
{ label: "1-on-1 Personal Training", href: "#services" },
{ label: "Small Group Training", href: "#services" },
{ label: "Intro Offer", href: "#contact" },
{ label: "Intro Offer", href: "#cta" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "#contact" },
{ label: "Contact", href: "#cta" },
{ label: "Testimonials", href: "#testimonials" },
],
},

View File

@@ -29,7 +29,7 @@ export default function ContactPage() {
{ name: "Services", id: "services" },
{ name: "Why MELD", id: "why-meld" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "cta" },
]}
button={{
text: "Call Now", href: "tel:+16177223456"}}
@@ -109,13 +109,13 @@ export default function ContactPage() {
title: "Services", items: [
{ label: "1-on-1 Personal Training", href: "#services" },
{ label: "Small Group Training", href: "#services" },
{ label: "Intro Offer", href: "#contact" },
{ label: "Intro Offer", href: "#cta" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "#contact" },
{ label: "Contact", href: "#cta" },
{ label: "Testimonials", href: "#testimonials" },
],
},

View File

@@ -34,7 +34,7 @@ export default function HomePage() {
{ name: "Services", id: "services" },
{ name: "Why MELD", id: "why-meld" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "cta" },
]}
button={{
text: "Call Now", href: "tel:+16177223456"}}
@@ -52,7 +52,7 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Call Now", href: "tel:+16177223456" },
{ text: "Book Free Consultation", href: "#contact" },
{ text: "Book Free Consultation", href: "#cta" },
]}
buttonAnimation="slide-up"
dashboard={{
@@ -63,7 +63,7 @@ export default function HomePage() {
{ icon: Settings, active: false },
],
buttons: [
{ text: "Schedule Session", href: "#contact" },
{ text: "Schedule Session", href: "#cta" },
{ text: "Learn More", href: "#why-meld" },
],
stats: [
@@ -111,7 +111,7 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Get Your Intro Offer", href: "#contact" }]}
buttons={[{ text: "Get Your Intro Offer", href: "#cta" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -229,7 +229,7 @@ export default function HomePage() {
/>
</div>
<div id="contact" data-section="contact">
<div id="cta" data-section="cta">
<MetricSplitMediaAbout
title="Ready to Train Smarter?"
description="Join MELD today and experience training designed for you. Start with our introductory offer: 3 sessions for just $99. No commitment. No pressure. Just real coaching from real coaches who care about your success."
@@ -259,13 +259,13 @@ export default function HomePage() {
title: "Services", items: [
{ label: "1-on-1 Personal Training", href: "#services" },
{ label: "Small Group Training", href: "#services" },
{ label: "Intro Offer", href: "#contact" },
{ label: "Intro Offer", href: "#cta" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "#contact" },
{ label: "Contact", href: "#cta" },
{ label: "Testimonials", href: "#testimonials" },
],
},

View File

@@ -30,7 +30,7 @@ export default function ServicesPage() {
{ name: "Services", id: "services" },
{ name: "Why MELD", id: "why-meld" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "cta" },
]}
button={{
text: "Call Now", href: "tel:+16177223456"}}
@@ -57,7 +57,7 @@ export default function ServicesPage() {
{
id: "3", name: "Intro Offer", price: "$99/3 sessions", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32138.jpg", imageAlt: "Studio community and training"},
]}
buttons={[{ text: "Book Now", href: "#contact" }]}
buttons={[{ text: "Book Now", href: "#cta" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -80,7 +80,7 @@ export default function ServicesPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[{ text: "Get Started", href: "#contact" }]}
buttons={[{ text: "Get Started", href: "#cta" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -123,13 +123,13 @@ export default function ServicesPage() {
title: "Services", items: [
{ label: "1-on-1 Personal Training", href: "#services" },
{ label: "Small Group Training", href: "#services" },
{ label: "Intro Offer", href: "#contact" },
{ label: "Intro Offer", href: "#cta" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "#contact" },
{ label: "Contact", href: "#cta" },
{ label: "Testimonials", href: "#testimonials" },
],
},