Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 202ac82128 | |||
| 82720e9187 | |||
| 3301261910 | |||
| a73e9efb66 | |||
| fcd8af96c5 | |||
| ab6b89d2ed | |||
| 896fb97160 | |||
| 2c94c5e997 | |||
| 739c94b716 | |||
| ecf2eba8cd |
@@ -28,7 +28,6 @@ export default function AboutPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Testimonials", id: "/testimonials" },
|
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
brandName="Elite Fitness"
|
brandName="Elite Fitness"
|
||||||
@@ -134,7 +133,7 @@ export default function AboutPage() {
|
|||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Testimonials", href: "/testimonials" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ export default function ContactPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Testimonials", id: "/testimonials" },
|
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
brandName="Elite Fitness"
|
brandName="Elite Fitness"
|
||||||
@@ -103,7 +102,7 @@ export default function ContactPage() {
|
|||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Testimonials", href: "/testimonials" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
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 FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||||
@@ -31,7 +31,6 @@ export default function HomePage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Testimonials", id: "/testimonials" },
|
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
brandName="Elite Fitness"
|
brandName="Elite Fitness"
|
||||||
@@ -41,22 +40,17 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroLogo
|
||||||
title="Transform Your Fitness Journey"
|
logoText="Elite Fitness"
|
||||||
description="Expert personal training designed to build strength, endurance, and confidence. Achieve your goals with customized workout plans and dedicated coaching."
|
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={[
|
buttons={[
|
||||||
{ text: "Start Your Transformation", href: "/contact" },
|
{ text: "Start Your Transformation", href: "/contact" },
|
||||||
{ text: "Learn More", href: "/services" }
|
{ text: "Learn More", href: "/services" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -197,7 +191,7 @@ export default function HomePage() {
|
|||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Testimonials", href: "/testimonials" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ export default function ServicesPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Testimonials", id: "/testimonials" },
|
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
brandName="Elite Fitness"
|
brandName="Elite Fitness"
|
||||||
@@ -131,7 +130,7 @@ export default function ServicesPage() {
|
|||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Testimonials", href: "/testimonials" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user