Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 749e8ca098 | |||
| 8e4e522220 | |||
| 337c0634eb |
@@ -8,7 +8,7 @@ import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwen
|
|||||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||||
import { Sparkles, Search, Zap, Puzzle, TrendingUp, Award, Users } from "lucide-react";
|
import { Sparkles, Search, Zap, Puzzle, TrendingUp, Award, Users } from "lucide-react";
|
||||||
@@ -119,11 +119,16 @@ export default function WebAgency2Page() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="contact">
|
<div id="contact">
|
||||||
<ContactText
|
<ContactSplitForm
|
||||||
text="Ready to engineer your breakthrough? Let's connect."
|
title="Get in Touch"
|
||||||
background={{ variant: "rotated-rays-animated" }}
|
description="Ready to engineer your breakthrough? Let's discuss your vision."
|
||||||
|
inputs={[
|
||||||
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
|
{ name: "email", type: "email", placeholder: "Work Email", required: true }
|
||||||
|
]}
|
||||||
|
textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
mediaPosition="right"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
|
|||||||
Reference in New Issue
Block a user