Update src/app/page.tsx
This commit is contained in:
@@ -3,15 +3,11 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Users, Target, ShieldCheck, Mail, Info, Wrench } from "lucide-react";
|
||||
|
||||
export default function ServoplanPage() {
|
||||
return (
|
||||
@@ -37,6 +33,7 @@ export default function ServoplanPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Servoplan Limited"
|
||||
button={{ text: "Get in Touch", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,7 +66,6 @@ export default function ServoplanPage() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[{ type: 'text', content: "About Servoplan Limited" }]}
|
||||
description="Based in Solihull, Servoplan Limited is a professional civil engineering firm focused on technical integrity and community development. We leverage years of industry expertise to solve complex challenges in construction and infrastructure planning."
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,6 +77,9 @@ export default function ServoplanPage() {
|
||||
tag="Inquire"
|
||||
onSubmit={(data) => console.log(data)}
|
||||
mediaPosition="right"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user