From 27625d44d3df15deb46a12b57c2a20f65637938b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 15:57:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 168 +++++++++++++++++------------------------------ 1 file changed, 62 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5fda92..08f6a3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,15 +4,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Activity, Heart, Sun, Timer, Zap, Dumbbell } from "lucide-react"; +import { Code2, Server, Database, Globe, Layout, Palette } from "lucide-react"; export default function LandingPage() { return ( @@ -32,35 +32,25 @@ export default function LandingPage() {
@@ -72,85 +62,56 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { id: "m1", value: "24/7", title: "Always Open", items: ["No restrictions", "Your pace", "Flexible access"] }, - { id: "m2", value: "50+", title: "Expert Classes", items: ["Yoga", "HIIT", "Strength"] }, - { id: "m3", value: "100%", title: "Member First", items: ["Community driven", "Supportive", "Inclusive"] } + { id: "m1", value: "5+ Years", title: "Experience", items: ["Full-stack expertise", "System architecture", "Agile workflows"] }, + { id: "m2", value: "50+", title: "Projects", items: ["Enterprise apps", "E-commerce", "SaaS platforms"] }, + { id: "m3", value: "100%", title: "Commitment", items: ["Clean code", "Responsive design", "Performance focus"] } ]} - title="Why TheFit24?" - description="We are dedicated to providing the best gym experience in the city." + title="Professional Expertise" + description="Driven by innovation and efficiency in every line of code." />
-
-
@@ -160,33 +121,30 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah J.", role: "Corporate Lead", company: "Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-african-american-girl-sport-clothes-holding-water-bottle-after-workout-isolated-white-studio-background_1258-105071.jpg" }, - { id: "t2", name: "Mike T.", role: "Architect", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-fitness-woman-smiling-holding-sporting-mat-home_171337-8008.jpg" }, - { id: "t3", name: "Emily R.", role: "Nurse", company: "Hospital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg" }, - { id: "t4", name: "David K.", role: "Developer", company: "Code", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-mood-with-great-music-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16548.jpg" }, - { id: "t5", name: "Alex W.", role: "Student", company: "University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg" } + { id: "t1", name: "Alex P.", role: "Founder", company: "InnovateCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-wearing-glasses_23-2148818815.jpg" }, + { id: "t2", name: "Sarah K.", role: "Product Manager", company: "ScaleUp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-standing-office_23-2148753896.jpg" }, + { id: "t3", name: "Marcus L.", role: "CEO", company: "TechFlow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-while-working-home_23-2148753907.jpg" } ]} kpiItems={[ - { value: "10K+", label: "Happy Members" }, - { value: "5M+", label: "Workouts" }, - { value: "99%", label: "Satisfaction" } + { value: "98%", label: "Code Quality" }, + { value: "50+", label: "Deployed Apps" }, + { value: "100%", label: "On-time Delivery" } ]} - title="Member Success Stories" - description="Read what our members say about their journey with us." + title="Client Testimonials" + description="Working together to build meaningful digital impact." />
@@ -194,23 +152,21 @@ export default function LandingPage() {