Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Mail, MapPin, Phone, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
import { Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -230,6 +230,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Get in touch"
|
||||
description="Connect with us directly for custom inquiries and wholesale pricing."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||
|
||||
Reference in New Issue
Block a user