Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-28 20:05:16 +00:00

View File

@@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Award, CheckCircle, Zap } from "lucide-react";
import { CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -148,7 +148,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
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={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}