Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b57a8b1a1 | |||
| 847c6bea0a | |||
| 61e8ac651a | |||
| 3671d2b835 | |||
| d401b85500 | |||
| 841f6fae12 | |||
| 25dc169f8b | |||
| 47ddb18fa0 | |||
| c76aaccf69 | |||
| 38220d84cf | |||
| a08cc1e995 | |||
| 079095583c | |||
| 5da7e633d0 | |||
| 31ff8802da |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Mulish } from "next/font/google";
|
||||
|
||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel/HeroBillboardTiltedCarousel';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
@@ -41,14 +41,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTiltedCarousel
|
||||
<HeroSplit
|
||||
title="Transforming Landscapes Into Masterpieces"
|
||||
description="Professional landscaping and lawn care solutions designed to enhance the beauty and value of your property."
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
images={[
|
||||
"http://img.b2bpic.net/free-photo/city-park-panorama-beautiful-park_93675-128906.jpg", "http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg", "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg"
|
||||
]}
|
||||
animationType="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-park-panorama-beautiful-park_93675-128906.jpg"
|
||||
background={{ variant: "plain" }}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user