Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00c796f861 | |||
| 725e960481 | |||
| d0a6d8ccf5 | |||
| f8e711ce74 | |||
| 7eaf327674 | |||
| 5068ec7c8a | |||
| b6cd36e89b |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import "@/lib/gsap-setup";
|
import "@/lib/gsap-setup";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Manrope } from "next/font/google";
|
import { Manrope } from "next/font/google";
|
||||||
|
|
||||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${manrope.variable} antialiased`}>
|
<body className={`${manrope.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
|
|||||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
@@ -28,22 +28,18 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "#hero" },
|
||||||
name: "Home", id: "#hero"},
|
{ name: "Services", id: "#services" },
|
||||||
{
|
{ name: "Why Us", id: "#why-us" },
|
||||||
name: "Services", id: "#services"},
|
{ name: "Testimonials", id: "#testimonials" },
|
||||||
{
|
{ name: "Contact", id: "#contact" },
|
||||||
name: "Why Us", id: "#why-us"},
|
|
||||||
{
|
|
||||||
name: "Testimonials", id: "#testimonials"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Super Boost Gym"
|
brandName="Super Boost Gym"
|
||||||
button={{
|
button={{
|
||||||
text: "Free Trial", href: "https://wa.me/971564379911"}}
|
text: "Free Trial", href: "https://wa.me/971564379911"
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -89,16 +85,11 @@ export default function LandingPage() {
|
|||||||
src: "http://img.b2bpic.net/free-photo/cheerful-boxer-looking-camera_171337-20044.jpg", alt: "User 5"},
|
src: "http://img.b2bpic.net/free-photo/cheerful-boxer-looking-camera_171337-20044.jpg", alt: "User 5"},
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "24/7 Support" },
|
||||||
type: "text", text: "24/7 Support"},
|
{ type: "text", text: "Expert Coaching" },
|
||||||
{
|
{ type: "text", text: "Modern Equipment" },
|
||||||
type: "text", text: "Expert Coaching"},
|
{ type: "text", text: "Al Barsha Location" },
|
||||||
{
|
{ type: "text", text: "Results Guaranteed" },
|
||||||
type: "text", text: "Modern Equipment"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Al Barsha Location"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Results Guaranteed"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user