Merge version_3 into main #3
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -122,8 +122,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
useInvertedBackground={false}
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{ id: "1", title: "How do you handle project timelines?", content: "We follow agile methodologies to ensure clear milestones and rapid delivery." },
|
||||
{ id: "2", title: "Can you scale existing applications?", content: "Absolutely, optimization and scaling is one of our primary core competencies." },
|
||||
@@ -137,30 +136,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Let's Engineer Your Vision"
|
||||
description="Send us your project details and our team will get back to you within 24 hours."
|
||||
inputs={[
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "message", type: "text", placeholder: "Project Details", required: true }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-laptop-analytics_23-2148174058.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
<ContactText
|
||||
text="Let's Engineer Your Vision - Get in touch with us today."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
buttons={[{ text: "Contact Our Team", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterBaseCard
|
||||
logoText="NexTech"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Services", href: "#features" }, { label: "Metrics", href: "#metrics" }] },
|
||||
{ title: "Support", items: [{ label: "Documentation", href: "#" }, { label: "Contact Us", href: "#contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2025 NexTech"
|
||||
bottomRightText="Built with Precision"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user