diff --git a/src/app/page.tsx b/src/app/page.tsx index c7a33eb..3cf82da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,9 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import ContactText from '@/components/sections/contact/ContactText'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; @@ -59,11 +61,14 @@ export default function LandingPage() { description="He started as the quiet one. The boy who kept to himself — a little lonely, a little too much in his own head. He found the camera not to document the world, but to escape into the one he wished existed. Images were his fantasy. His refuge. His way of making beauty out of what felt like absence.\n\nThen something shifted.\n\nHe realised that the most powerful images were never fantasies. They were evidence. Proof of what had already been built, already been earned, already been lived. The camera wasn't a tool for escape — it was a mirror. And the best thing a mirror can do is show you, clearly and undeniably, what you have become.\n\nThat realisation changed everything." bulletPoints={[ { - title: "From fantasy → to statement", description: "Images stopped being what I wished for. They became what I could prove."}, + title: "From fantasy → to statement", description: "Images stopped being what I wished for. They became what I could prove." + }, { - title: "From escape → to evidence", description: "Great visual work doesn't manufacture beauty. It reveals the truth of what's already there."}, + title: "From escape → to evidence", description: "Great visual work doesn't manufacture beauty. It reveals the truth of what's already there." + }, { - title: "From making content → to building perception", description: "Every frame is a signal. The question is — what are you telling the world you are?"}, + title: "From making content → to building perception", description: "Every frame is a signal. The question is — what are you telling the world you are?" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -87,17 +92,23 @@ export default function LandingPage() {
-
+
+ +
+
-
- -
-