Merge version_2 into main #2
@@ -6,7 +6,6 @@ import FeatureCardTwentyEight from "@/components/sections/feature/FeatureCardTwe
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Code, Layout, MessageSquare, Target, Mail } from "lucide-react";
|
||||
|
||||
export default function Home() {
|
||||
const navItems = [
|
||||
@@ -70,6 +69,7 @@ export default function Home() {
|
||||
features={services}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact">
|
||||
@@ -78,6 +78,8 @@ export default function Home() {
|
||||
title="Ready to start your project?"
|
||||
description="Reach out to us at kjwebstudio@outlook.com and let's turn your ideas into a high-converting website."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-business-woman-using-laptop-office_1262-14064.jpg"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => console.log("Form submitted with email:", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user