Compare commits
3 Commits
version_3_
...
version_2_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4b45a4b14 | ||
|
|
13d4e47386 | ||
|
|
b7e3c9745c |
@@ -1,5 +1,5 @@
|
||||
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
|
||||
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
|
||||
import FeaturesRevealCardsBentoSharp from '@/components/sections/features/FeaturesRevealCardsBentoSharp';
|
||||
@@ -274,20 +274,9 @@ export default function HomePage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready for a Greener Space?"
|
||||
text="Let's bring your outdoor vision to life. Get a free, no-obligation quote today!"
|
||||
primaryButton={{
|
||||
text: "Request a Free Quote",
|
||||
href: "mailto:info@greenscapelandscaping.com",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Call Us Now",
|
||||
href: "tel:123-456-7890",
|
||||
}}
|
||||
/>
|
||||
<ContactSplitForm />
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user