Update src/app/page.tsx
This commit is contained in:
@@ -11,6 +11,8 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactForm from '@/components/form/ContactForm';
|
||||
import { MailQuestion } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -200,6 +202,18 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="quick-questions" data-section="quick-questions">
|
||||
<ContactForm
|
||||
title="Have a Quick Question?"
|
||||
description="Enter your email and we'll get back to you shortly."
|
||||
tag="Support"
|
||||
tagIcon={MailQuestion}
|
||||
inputPlaceholder="Your Email"
|
||||
buttonText="Send Question"
|
||||
centered={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/geometric-background-with-lines_1035-7215.jpg"
|
||||
@@ -247,4 +261,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user