Update src/app/contact/page.tsx

This commit is contained in:
2026-05-28 00:40:55 +00:00
parent 6615672b28
commit 4781ab4086

View File

@@ -27,21 +27,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Pricing",
id: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/green-gym-insignias_23-2147519756.jpg"
logoAlt="ANA GYM RAT logo"
@@ -53,20 +45,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Apply to Work With Me"
title="Ready to Start Your Transformation?"
description="Fill out the application below. This isn't just a form; it's the first step in a commitment to yourself. Serious inquiries only. Let's build something great."
buttons={[
{
text: "Start Application",
href: "https://forms.example.com/ana_gym_rat_application",
},
text: "Start Application", href: "https://forms.example.com/ana_gym_rat_application"},
{
text: "Email Me Directly",
href: "mailto:ana.gymrat@example.com",
},
text: "Email Me Directly", href: "mailto:ana.gymrat@example.com"},
]}
/>
</div>
@@ -78,28 +65,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Unmatched Support",
description: "I am personally invested in your success, offering guidance and motivation every step of the way.",
bentoComponent: "reveal-icon",
icon: Users,
imageSrc: "http://img.b2bpic.net/free-vector/background-with-crossfit-sticker_23-2147618863.jpg",
imageAlt: "Background with crossfit sticker",
title: "Unmatched Support", description: "I am personally invested in your success, offering guidance and motivation every step of the way.", bentoComponent: "reveal-icon", icon: Users,
},
{
title: "Adaptable Coaching",
description: "Life happens. Your program will adapt to your schedule and progress, ensuring continuous momentum.",
bentoComponent: "reveal-icon",
icon: BarChart,
imageSrc: "http://img.b2bpic.net/free-vector/green-gym-insignias_23-2147519756.jpg?_wi=2",
imageAlt: "Background with crossfit sticker",
title: "Adaptable Coaching", description: "Life happens. Your program will adapt to your schedule and progress, ensuring continuous momentum.", bentoComponent: "reveal-icon", icon: BarChart,
},
{
title: "Mindset Fortification",
description: "Beyond the physical, we build mental strength. This journey changes you inside and out.",
bentoComponent: "reveal-icon",
icon: Lightbulb,
imageSrc: "http://img.b2bpic.net/free-photo/full-body-portrait-sporty-female-with-barbell-grey-gym-club-background_613910-15532.jpg?_wi=3",
imageAlt: "Background with crossfit sticker",
title: "Mindset Fortification", description: "Beyond the physical, we build mental strength. This journey changes you inside and out.", bentoComponent: "reveal-icon", icon: Lightbulb,
},
]}
title="My Commitment to You"
@@ -111,50 +83,31 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Pricing",
href: "/pricing",
},
label: "Pricing", href: "/pricing"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "https://instagram.com/ana_gym_rat",
},
label: "Instagram", href: "https://instagram.com/ana_gym_rat"},
{
label: "YouTube",
href: "https://youtube.com/@ana_gym_rat",
},
label: "YouTube", href: "https://youtube.com/@ana_gym_rat"},
],
},
]}