Merge version_3 into main #4
@@ -7,7 +7,6 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Mail, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleEmailCall = () => {
|
||||
@@ -64,6 +63,7 @@ export default function LandingPage() {
|
||||
description="Comprehensive web solutions tailored for the modern era."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Website Design", descriptions: ["Custom, high-conversion designs built from scratch."],
|
||||
@@ -85,6 +85,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Let's Build Your Future"
|
||||
description="Ready to transform your digital strategy? Get in touch today."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" }
|
||||
|
||||
Reference in New Issue
Block a user