diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6ab41a6..48d62ab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -30,26 +30,16 @@ export default function LandingPage() {
@@ -58,99 +48,56 @@ export default function LandingPage() {
@@ -161,8 +108,7 @@ export default function LandingPage() {
title="Your Vision, Our Code"
buttons={[
{
- text: "Learn More",
- },
+ text: "Learn More"},
]}
/>
@@ -173,26 +119,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- tag: "Web",
- title: "Web Platforms",
- subtitle: "High-performance sites",
- description: "SEO optimized, lightning-fast web apps.",
- imageSrc: "http://img.b2bpic.net/free-photo/cartoon-ai-robot-scene_23-2151675036.jpg",
- },
+ tag: "Web", title: "Web Platforms", subtitle: "High-performance sites", description: "SEO optimized, lightning-fast web apps.", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-ai-robot-scene_23-2151675036.jpg"},
{
- tag: "App",
- title: "Mobile Apps",
- subtitle: "iOS & Android",
- description: "Native-like mobile experiences.",
- imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg",
- },
+ tag: "App", title: "Mobile Apps", subtitle: "iOS & Android", description: "Native-like mobile experiences.", imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg"},
{
- tag: "SaaS",
- title: "SaaS Solutions",
- subtitle: "Scalable platforms",
- description: "Enterprise-ready software stacks.",
- imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-glowing-screen-white-table-night-top-view_169016-53604.jpg",
- },
+ tag: "SaaS", title: "SaaS Solutions", subtitle: "Scalable platforms", description: "Enterprise-ready software stacks.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-glowing-screen-white-table-night-top-view_169016-53604.jpg"},
]}
title="What We Build"
description="From complex web applications to intuitive mobile experiences, we turn logic into reality."
@@ -206,40 +137,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Alex Rivier",
- handle: "@ari",
- testimonial: "Build time reduced by 80%. Incredible.",
- imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg?_wi=2",
- },
+ id: "1", name: "Alex Rivier", handle: "@ari", testimonial: "Build time reduced by 80%. Incredible.", imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg?_wi=2"},
{
- id: "2",
- name: "Sarah Chen",
- handle: "@schen",
- testimonial: "OmniBuild is the future of development.",
- imageSrc: "http://img.b2bpic.net/free-photo/joyful-tablet-user-glasses-happy-about-high-speed-connection_74855-2969.jpg?_wi=2",
- },
+ id: "2", name: "Sarah Chen", handle: "@schen", testimonial: "OmniBuild is the future of development.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-tablet-user-glasses-happy-about-high-speed-connection_74855-2969.jpg?_wi=2"},
{
- id: "3",
- name: "Markus K.",
- handle: "@mk",
- testimonial: "Everything worked on the first try.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg?_wi=2",
- },
+ id: "3", name: "Markus K.", handle: "@mk", testimonial: "Everything worked on the first try.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg?_wi=2"},
{
- id: "4",
- name: "Elena V.",
- handle: "@ev",
- testimonial: "Complex logic handled with ease.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg?_wi=2",
- },
+ id: "4", name: "Elena V.", handle: "@ev", testimonial: "Complex logic handled with ease.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg?_wi=2"},
{
- id: "5",
- name: "John Doe",
- handle: "@jd",
- testimonial: "The best platform I've ever used.",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2",
- },
+ id: "5", name: "John Doe", handle: "@jd", testimonial: "The best platform I've ever used.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2"},
]}
title="Success Stories"
description="Join the builders creating the next wave of digital products."
@@ -252,20 +158,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "Is it legal?",
- content: "Yes, we only build ethical, compliant, and legal applications.",
- },
+ id: "1", title: "Is it legal?", content: "Yes, we only build ethical, compliant, and legal applications."},
{
- id: "2",
- title: "How fast is it?",
- content: "Most applications are deployed in minutes to days.",
- },
+ id: "2", title: "How fast is it?", content: "Most applications are deployed in minutes to days."},
{
- id: "3",
- title: "Can I edit the code?",
- content: "Yes, we provide full access to your source code.",
- },
+ id: "3", title: "Can I edit the code?", content: "Yes, we provide full access to your source code."},
]}
title="Common Questions"
description="Everything you need to know about our AI build service."
@@ -274,67 +171,39 @@ export default function LandingPage() {
-
);
-}
+}
\ No newline at end of file