Merge version_1 into main #2
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/membership",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Membership", id: "/membership" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Gym Bornova"
|
||||
/>
|
||||
@@ -62,33 +50,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "coaches",
|
||||
groupTitle: "Fitness Trainers",
|
||||
members: [
|
||||
id: "coaches", groupTitle: "Fitness Trainers", members: [
|
||||
{
|
||||
id: "t1",
|
||||
title: "Ali Veli",
|
||||
subtitle: "CrossFit Lead",
|
||||
detail: "Certified trainer with 10 years experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-woman-gym_23-2149445949.jpg",
|
||||
},
|
||||
id: "t1", title: "Ali Veli", subtitle: "CrossFit Lead", detail: "Certified trainer with 10 years experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-woman-gym_23-2149445949.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Ayşe Yılmaz",
|
||||
subtitle: "HIIT & Pilates",
|
||||
detail: "Specialist in functional movement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-gym_23-2148111522.jpg",
|
||||
},
|
||||
id: "t2", title: "Ayşe Yılmaz", subtitle: "HIIT & Pilates", detail: "Specialist in functional movement.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-gym_23-2148111522.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Mehmet Can",
|
||||
subtitle: "Personal Training",
|
||||
detail: "Bodybuilding expert.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-fitness-male-dressed-sportswear-holds-set-dumbbells-grey-background_613910-9987.jpg",
|
||||
},
|
||||
id: "t3", title: "Mehmet Can", subtitle: "Personal Training", detail: "Bodybuilding expert.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-fitness-male-dressed-sportswear-holds-set-dumbbells-grey-background_613910-9987.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tattooed-fit-man-doing-exercise-gym_343596-2614.jpg?_wi=2",
|
||||
imageAlt: "fitness trainer portrait",
|
||||
},
|
||||
]}
|
||||
title="Expert Team"
|
||||
@@ -100,29 +69,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Gym",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/membership",
|
||||
},
|
||||
title: "Gym", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Membership", href: "/membership" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user