diff --git a/src/app/page.tsx b/src/app/page.tsx
index af1334c..ff70675 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
-import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
+import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
+import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
export default function LandingPage() {
return (
@@ -29,133 +29,25 @@ export default function LandingPage() {
@@ -165,18 +57,9 @@ export default function LandingPage() {
title="Redefining Luxury Fitness"
description="Elite Iron Gym provides a sanctuary for fitness enthusiasts who seek nothing but the best. Our facilities combine cutting-edge technology with high-end interior design for an unmatched experience."
metrics={[
- {
- value: "15+",
- title: "Expert Trainers",
- },
- {
- value: "5k+",
- title: "Successful Stories",
- },
- {
- value: "24/7",
- title: "Facility Access",
- },
+ { value: "15+", title: "Expert Trainers" },
+ { value: "5k+", title: "Successful Stories" },
+ { value: "24/7", title: "Facility Access" },
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-training-with-dumbbells_23-2149734707.jpg?_wi=1"
imageAlt="About our luxury fitness facility"
@@ -190,27 +73,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: 1,
- title: "Advanced Cardio Zone",
- description: "High-tech treadmills and cycles.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-training-gym_23-2147915441.jpg?_wi=1",
- imageAlt: "Cardio area",
- },
- {
- id: 2,
- title: "Strength Training",
- description: "Professional-grade lifting platforms.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-lifting-weights-gym_53876-15124.jpg",
- imageAlt: "Strength training",
- },
- {
- id: 3,
- title: "Wellness Sanctuary",
- description: "Dedicated space for stretching and yoga.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31639.jpg",
- imageAlt: "Wellness zone",
- },
+ { id: 1, title: "Advanced Cardio Zone", description: "High-tech treadmills and cycles.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-training-gym_23-2147915441.jpg?_wi=1", imageAlt: "Cardio area" },
+ { id: 2, title: "Strength Training", description: "Professional-grade lifting platforms.", imageSrc: "http://img.b2bpic.net/free-photo/man-lifting-weights-gym_53876-15124.jpg", imageAlt: "Strength training" },
+ { id: 3, title: "Wellness Sanctuary", description: "Dedicated space for stretching and yoga.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31639.jpg", imageAlt: "Wellness zone" },
]}
title="World-Class Facilities"
description="Our gym is designed to cater to every fitness need with precision and class."
@@ -218,141 +83,50 @@ export default function LandingPage() {
-
-
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 3939a1c..614ecd9 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #000000;
- --card: #374151;
+ --card: #1f2937;
--foreground: #f3f4f6;
--primary-cta: #d4af37;
--primary-cta-text: #000000;
--secondary-cta: #f3f4f6;
--secondary-cta-text: #374151;
- --accent: #4b5563;
- --background-accent: #1f2937;
+ --accent: #d4af37;
+ --background-accent: #1a1a1a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);