diff --git a/src/app/page.tsx b/src/app/page.tsx
index 783e323..1766558 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,8 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FaqBase from '@/components/sections/faq/FaqBase';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -49,93 +43,52 @@ export default function LandingPage() {
@@ -146,9 +99,7 @@ export default function LandingPage() {
title="From Concept to Digital Canvas"
buttons={[
{
- text: "See Portfolio",
- href: "#works",
- },
+ text: "See Portfolio", href: "#works"},
]}
/>
@@ -161,23 +112,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Chapter 1: Genesis",
- price: "Available",
- imageSrc: "http://img.b2bpic.net/free-vector/linear-vintage-vaporwave-background_23-2148899887.jpg",
- },
+ id: "1", name: "Chapter 1: Genesis", price: "Available", imageSrc: "http://img.b2bpic.net/free-vector/linear-vintage-vaporwave-background_23-2148899887.jpg"},
{
- id: "2",
- name: "Action Sequence Study",
- price: "Exclusive",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-digital-art_23-2151197892.jpg",
- },
+ id: "2", name: "Action Sequence Study", price: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-digital-art_23-2151197892.jpg"},
{
- id: "3",
- name: "Fantasy Worlds Concept",
- price: "Limited",
- imageSrc: "http://img.b2bpic.net/free-psd/flat-design-botanical-garden-template_23-2150262412.jpg",
- },
+ id: "3", name: "Fantasy Worlds Concept", price: "Limited", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-botanical-garden-template_23-2150262412.jpg"},
]}
title="Selected Works"
description="Recent chapters and featured illustrations."
@@ -185,73 +124,42 @@ export default function LandingPage() {
-
-
);
-}
+}
\ No newline at end of file