Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Activity, Award, CheckCircle, Facebook, Instagram } from "lucide-react";
|
||||
import { Activity, Award, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -66,21 +66,6 @@ export default function LandingPage() {
|
||||
{ text: "Claim My Free Trial", href: "#contact" },
|
||||
{ text: "Start My Transformation", href: "#contact" },
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32138.jpg", alt: "Gym Member 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32111.jpg", alt: "Gym Member 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-people-training-together_23-2149049759.jpg", alt: "Gym Member 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg", alt: "Gym Member 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/gymnastics-pommel-horse-close-up_23-2148752828.jpg", alt: "Gym Member 5" },
|
||||
]}
|
||||
avatarText="Join our growing community"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Personal Training" },
|
||||
{ type: "text", text: "Nutritional Coaching" },
|
||||
{ type: "text", text: "Strength & Conditioning" },
|
||||
{ type: "text", text: "Weight Management" },
|
||||
{ type: "text", text: "Lifestyle Support" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -153,6 +138,7 @@ export default function LandingPage() {
|
||||
{ id: "f3", title: "What are your hours?", content: "Monday – Saturday: 6:00 AM – 11:00 AM. Sunday: Closed." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="We are here to help."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -175,6 +161,8 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
logoText="POWER FITNESS VN"
|
||||
copyrightText="© 2025 POWER FITNESS VN. All rights reserved."
|
||||
leftLink={{ text: "Home", href: "#hero" }}
|
||||
rightLink={{ text: "Contact", href: "#contact" }}
|
||||
columns={[
|
||||
{
|
||||
title: "Info", items: [
|
||||
|
||||
Reference in New Issue
Block a user