Update src/app/reviews/page.tsx
This commit is contained in:
@@ -25,42 +25,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/membership",
|
||||
},
|
||||
{
|
||||
name: "Trainers",
|
||||
id: "/trainers",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Membership", id: "/membership" },
|
||||
{ name: "Trainers", id: "/trainers" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Alligator Gym"
|
||||
/>
|
||||
@@ -70,13 +43,15 @@ export default function LandingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
title="What Our Members Say"
|
||||
description="Read inspiring reviews."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-training-with-green-kettlebell_23-2149358150.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-training-with-green-kettlebell_23-2149358150.jpg"
|
||||
imageAlt="modern gym interior atmosphere"
|
||||
testimonials={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
names={[]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Awards & Recognition"
|
||||
@@ -86,44 +61,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Trainers",
|
||||
href: "/trainers",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/membership",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] }, { items: [{ label: "Trainers", href: "/trainers" }, { label: "Membership", href: "/membership" }] }, { items: [{ label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "#" }] }]}
|
||||
logoText="Alligator Gym"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user