Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b3d6d7201 | |||
| 29cd71641e | |||
| 64aa89c9d4 |
@@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
|||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Award, CheckCircle, Zap } from "lucide-react";
|
import { CheckCircle } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Get in Touch"
|
title="Get in Touch"
|
||||||
description="We are located at 123 Coffee Street, Downtown. Come by for a brew, or drop us a message below."
|
description="We are located at 123 Coffee Street, Downtown. Feel free to contact us at inquarie@bussiness.com"
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||||
|
|||||||
Reference in New Issue
Block a user