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: "#" },
],
},
]}
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() {
-