Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be66baedd7 | |||
| b6bb190731 | |||
| 26ce54abfc | |||
| ab1046125e | |||
| f198d5f8b3 |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||||
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
||||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||||
@@ -38,16 +38,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroBillboard
|
||||||
logoText="Gaspar's Landscaping"
|
title="Gaspar's Landscaping"
|
||||||
description="Beautiful Lawns. Reliable Service. Trusted Local Professionals."
|
description="Beautiful Lawns. Reliable Service. Trusted Local Professionals."
|
||||||
|
background={{ variant: "sparkles-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Services", href: "services" },
|
{ text: "View Services", href: "services" },
|
||||||
{ text: "Get Free Estimate", href: "contact" },
|
{ text: "Get Free Estimate", href: "contact" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg"
|
||||||
imageAlt="Professional lawn care and landscaping service"
|
imageAlt="Professional lawn care and landscaping service"
|
||||||
showDimOverlay={true}
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -71,6 +72,9 @@ export default function LandingPage() {
|
|||||||
title="Our Services"
|
title="Our Services"
|
||||||
description="Comprehensive landscaping solutions tailored to your property needs"
|
description="Comprehensive landscaping solutions tailored to your property needs"
|
||||||
tag="Services"
|
tag="Services"
|
||||||
|
buttons={[
|
||||||
|
{ text: "View All Services", href: "#services" }
|
||||||
|
]}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user