From 3e2577127ab2af15279dc93e41744f172134aa55 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:54:47 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 79 ++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 51 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 104ecf4..c92b1bd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -32,9 +32,7 @@ export default function ContactPage() { { name: "Testimonials", id: "/" }, ]} button={{ - text: "Start Free Trial", - href: "/contact", - }} + text: "Start Free Trial", href: "/contact"}} animateOnLoad={true} /> @@ -59,41 +57,24 @@ export default function ContactPage() { @@ -102,39 +83,35 @@ export default function ContactPage() { logoText="GymFlow AI" columns={[ { - title: "Product", - items: [ - { label: "Features", href: "/" }, - { label: "Pricing", href: "/pricing" }, - { label: "How It Works", href: "/" }, - { label: "Security", href: "/" }, + title: "Product", items: [ + { label: "Features", href: "#" }, + { label: "Pricing", href: "#pricing" }, + { label: "How It Works", href: "#" }, + { label: "Security", href: "#" }, ], }, { - title: "Company", - items: [ - { label: "About Us", href: "/" }, - { label: "Blog", href: "/" }, - { label: "Careers", href: "/" }, + title: "Company", items: [ + { label: "About Us", href: "#" }, + { label: "Blog", href: "#" }, + { label: "Careers", href: "#" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Resources", - items: [ - { label: "Documentation", href: "/" }, - { label: "API Reference", href: "/" }, - { label: "Community", href: "/" }, - { label: "Support", href: "/" }, + title: "Resources", items: [ + { label: "Documentation", href: "#" }, + { label: "API Reference", href: "#" }, + { label: "Community", href: "#" }, + { label: "Support", href: "#" }, ], }, { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "/" }, - { label: "Terms of Service", href: "/" }, - { label: "Cookie Policy", href: "/" }, - { label: "Compliance", href: "/" }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, + { label: "Cookie Policy", href: "#" }, + { label: "Compliance", href: "#" }, ], }, ]} -- 2.49.1 From 761b180f7747f51fc798410406b3c3012ce9426d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:54:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 258 +++++++++++++++++------------------------------ 1 file changed, 93 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b71bbf..3b5cade 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import Link from "next/link"; import { Zap, MessageCircle, TrendingUp, BarChart3, Building2, Users, Clock, Sparkles } from "lucide-react"; @@ -19,7 +20,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -31,13 +32,11 @@ export default function HomePage() { navItems={[ { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, - { name: "How It Works", id: "how-it-works" }, + { name: "How It Works", id: "metrics" }, { name: "Testimonials", id: "testimonials" }, ]} button={{ - text: "Start Free Trial", - href: "/contact", - }} + text: "Start Free Trial", href: "/contact"}} animateOnLoad={true} /> @@ -46,7 +45,7 @@ export default function HomePage() { -
+
+
+ +
+