From cb2c02249ef1cb1b26a49f585b45bd63dbfd7e57 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:14:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 369 ++++++++++++----------------------------------- 1 file changed, 90 insertions(+), 279 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac517c9..50a13c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Activity, Apple, Award, Bell, Calendar, Crown, Flame, Heart, Settings, ShoppingBag, Signal, Sparkles, Star, Trophy, User, Users } from "lucide-react"; +import { Activity, Apple, Award, Bell, Calendar, Crown, Flame, Heart, Settings, ShoppingBag, Signal, Sparkles, Star, Trophy, User, Users, Weights } from "lucide-react"; export default function LandingPage() { return ( @@ -33,130 +33,81 @@ export default function LandingPage() {
@@ -478,58 +312,35 @@ export default function LandingPage() { logoText="Sleek Fitness" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Classes", - href: "#features", - }, + label: "Classes", href: "#features"}, { - label: "Personal Training", - href: "#features", - }, + label: "Personal Training", href: "#features"}, { - label: "Membership", - href: "#pricing", - }, + label: "Membership", href: "#pricing"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1