Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-05 12:44:39 +00:00
4 changed files with 10 additions and 19 deletions

View File

@@ -28,7 +28,6 @@ export default function AboutPage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" }
]}
brandName="Elite Fitness"
@@ -134,7 +133,7 @@ export default function AboutPage() {
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
{ label: "Testimonials", href: "/testimonials" }
{ label: "Contact", href: "/contact" }
]
},
{

View File

@@ -27,7 +27,6 @@ export default function ContactPage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" }
]}
brandName="Elite Fitness"
@@ -103,7 +102,7 @@ export default function ContactPage() {
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
{ label: "Testimonials", href: "/testimonials" }
{ label: "Contact", href: "/contact" }
]
},
{

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
@@ -31,7 +31,6 @@ export default function HomePage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" }
]}
brandName="Elite Fitness"
@@ -41,22 +40,17 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroCentered
title="Transform Your Fitness Journey"
<HeroLogo
logoText="Elite Fitness"
description="Expert personal training designed to build strength, endurance, and confidence. Achieve your goals with customized workout plans and dedicated coaching."
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-with-cloud-talc-around-dark-background_613910-15101.jpg", alt: "Elite Fitness Trainer" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32117.jpg", alt: "Client Success" },
{ src: "http://img.b2bpic.net/free-photo/woman-with-visible-abs-doing-fitness_23-2150228872.jpg", alt: "Fitness Results" }
]}
avatarText="Trusted by 500+ Transformation Stories"
buttons={[
{ text: "Start Your Transformation", href: "/contact" },
{ text: "Learn More", href: "/services" }
]}
buttonAnimation="slide-up"
className="w-full"
imageSrc="http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-with-cloud-talc-around-dark-background_613910-15101.jpg"
imageAlt="Elite Fitness"
showDimOverlay={false}
/>
</div>
@@ -197,7 +191,7 @@ export default function HomePage() {
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
{ label: "Testimonials", href: "/testimonials" }
{ label: "Contact", href: "/contact" }
]
},
{

View File

@@ -28,7 +28,6 @@ export default function ServicesPage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" }
]}
brandName="Elite Fitness"
@@ -131,7 +130,7 @@ export default function ServicesPage() {
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
{ label: "Testimonials", href: "/testimonials" }
{ label: "Contact", href: "/contact" }
]
},
{