diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0930c0a..cde2313 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
+import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
import {
Sparkles,
@@ -30,8 +31,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Brand Identity", href: "#services" },
{ label: "Website Design", href: "#services" },
{ label: "Social Media Design", href: "#services" },
@@ -39,8 +39,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Portfolio", href: "#portfolio" },
@@ -48,8 +47,7 @@ export default function HomePage() {
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -76,9 +74,7 @@ export default function HomePage() {
brandName="OwnSelf Illustrations"
navItems={navItems}
button={{
- text: "Start Your Project",
- href: "contact",
- }}
+ text: "Start Your Project", href: "contact"}}
/>
@@ -86,7 +82,7 @@ export default function HomePage() {
@@ -342,53 +214,43 @@ export default function HomePage() {
useInvertedBackground={true}
members={[
{
- id: "1",
- name: "Alex Morgan",
- role: "Creative Director",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-cloths-menswear-shop_1303-30869.jpg?_wi=1",
- imageAlt: "Alex Morgan",
- },
+ id: "1", name: "Alex Morgan", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-cloths-menswear-shop_1303-30869.jpg", imageAlt: "Alex Morgan"},
{
- id: "2",
- name: "Jordan Blake",
- role: "Brand Strategist",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg?_wi=1",
- imageAlt: "Jordan Blake",
- },
+ id: "2", name: "Jordan Blake", role: "Brand Strategist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", imageAlt: "Jordan Blake"},
{
- id: "3",
- name: "Casey Rivera",
- role: "UI/UX Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-touching-her-face_1098-3321.jpg?_wi=1",
- imageAlt: "Casey Rivera",
- },
+ id: "3", name: "Casey Rivera", role: "UI/UX Designer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-touching-her-face_1098-3321.jpg", imageAlt: "Casey Rivera"},
{
- id: "4",
- name: "Taylor Kim",
- role: "Lead Developer",
- imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg?_wi=1",
- imageAlt: "Taylor Kim",
- },
+ id: "4", name: "Taylor Kim", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg", imageAlt: "Taylor Kim"},
{
- id: "5",
- name: "Morgan Hayes",
- role: "Illustrator",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2149927579.jpg?_wi=1",
- imageAlt: "Morgan Hayes",
- },
+ id: "5", name: "Morgan Hayes", role: "Illustrator", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2149927579.jpg", imageAlt: "Morgan Hayes"},
{
- id: "6",
- name: "Quinn Foster",
- role: "Project Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21368.jpg?_wi=1",
- imageAlt: "Quinn Foster",
- },
+ id: "6", name: "Quinn Foster", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21368.jpg", imageAlt: "Quinn Foster"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
/>
+
+
+
+