Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1ad020f79 | |||
| 70b8ed2d5b |
@@ -9,7 +9,8 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import { Award, Clock, Home, MapPin, ShieldCheck, Smile } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import { Award, Clock, Home, MapPin, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -39,6 +40,8 @@ export default function LandingPage() {
|
||||
name: "Projects", id: "gallery"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{
|
||||
name: "Estimate", id: "estimate"},
|
||||
]}
|
||||
brandName=""
|
||||
/>
|
||||
@@ -143,6 +146,16 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="estimate" data-section="estimate">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Request An Estimate"
|
||||
description="Provide your details below to begin your renovation journey with us. We serve all major areas in the greater Austin metro region."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
@@ -163,32 +176,25 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Kitchens", href: "#services"},
|
||||
{
|
||||
label: "Baths", href: "#services"},
|
||||
{ label: "Kitchens", href: "#services" },
|
||||
{ label: "Baths", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Portfolio", href: "#gallery"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{ label: "Portfolio", href: "#gallery" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
{ label: "Privacy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user