Merge version_1 into main #3
@@ -29,12 +29,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Leos Tree Service"
|
||||
/>
|
||||
@@ -45,10 +42,8 @@ export default function LandingPage() {
|
||||
logoText="Leos Tree Service"
|
||||
description="Licensed, insured, 24/7 response. Over 20 years serving area families with fair pricing and zero-hassle insurance billing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Emergency Help Now", href: "#contact"},
|
||||
{
|
||||
text: "Request Free Quote", href: "#contact"},
|
||||
{ text: "Get Emergency Help Now", href: "#contact" },
|
||||
{ text: "Request Free Quote", href: "#contact" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-asian-young-woman-winter-costume-forest-with-copy-space-vacation-travel-concept_1150-61743.jpg", imageAlt: "Professional tree service at dusk" },
|
||||
|
||||
Reference in New Issue
Block a user