From bac79a096c48bf249cc2dde6b9c7ec3767b170dd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:14:46 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 73 ++++++++++++++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7a33eb..bf4ba6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ContactText from '@/components/sections/contact/ContactText'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -39,16 +39,14 @@ export default function LandingPage() {
-
@@ -59,11 +57,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,23 +88,29 @@ export default function LandingPage() { @@ -122,13 +129,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "ACCOUNTABILITY", title: "Own Every Outcome", subtitle: "Not just the wins.", description: "Accountability means bearing the weight of every choice — the successful shots and the ones that taught me something. It's the discipline of a documentary filmmaker who cannot direct the moment but must own the capture.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283286.jpg?_wi=2", imageAlt: "Accountability"}, + tag: "ACCOUNTABILITY", title: "Own Every Outcome", subtitle: "Not just the wins.", description: "Accountability means bearing the weight of every choice — the successful shots and the ones that taught me something. It's the discipline of a documentary filmmaker who cannot direct the moment but must own the capture.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283286.jpg?_wi=2", imageAlt: "Accountability" + }, { id: 2, - tag: "COURAGE", title: "Make the Bold Choice", subtitle: "Even when the safe one is right there.", description: "Courage is saying no to mediocrity. It's the decision to put your name on work you're genuinely proud of. It's the willingness to be wrong in service of being real.", imageSrc: "http://img.b2bpic.net/free-photo/bride-dance-with-her-groom_1204-241.jpg?_wi=2", imageAlt: "Courage"}, + tag: "COURAGE", title: "Make the Bold Choice", subtitle: "Even when the safe one is right there.", description: "Courage is saying no to mediocrity. It's the decision to put your name on work you're genuinely proud of. It's the willingness to be wrong in service of being real.", imageSrc: "http://img.b2bpic.net/free-photo/bride-dance-with-her-groom_1204-241.jpg?_wi=2", imageAlt: "Courage" + }, { id: 3, - tag: "EXCELLENCE", title: "Excellence, Not Perfection", subtitle: "The difference is that excellence is intentional.", description: "Excellence is the deliberate pursuit of clarity. It's not about flawless execution — it's about every element serving a purpose. It's the discipline to know what to cut and what to keep.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-brunette-female-trendy-evening-silver-dresssexy-carefree-woman-posing-near-white-wall-studiofashionable-model-with-bright-makeup-holding-champagne-bottle_158538-22804.jpg?_wi=2", imageAlt: "Excellence"}, + tag: "EXCELLENCE", title: "Excellence, Not Perfection", subtitle: "The difference is that excellence is intentional.", description: "Excellence is the deliberate pursuit of clarity. It's not about flawless execution — it's about every element serving a purpose. It's the discipline to know what to cut and what to keep.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-brunette-female-trendy-evening-silver-dresssexy-carefree-woman-posing-near-white-wall-studiofashionable-model-with-bright-makeup-holding-champagne-bottle_158538-22804.jpg?_wi=2", imageAlt: "Excellence" + }, ]} title="The Three Commitments" description="Accountability. Courage. Excellence. The values that guide every decision, every frame, every commitment." @@ -141,17 +151,23 @@ export default function LandingPage() { Date: Sun, 8 Mar 2026 09:22:10 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 54 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf4ba6e..29e563a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,12 +1,14 @@ "use client"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; 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'; @@ -39,14 +41,16 @@ export default function LandingPage() {
-
@@ -110,7 +114,7 @@ export default function LandingPage() { description="A record of standards held." textboxLayout="default" useInvertedBackground={false} - gridVariant="three-columns-all-equal-width" + gridVariant="asymmetric-60-wide-40-narrow" animationType="slide-up" /> @@ -148,7 +152,7 @@ export default function LandingPage() {
-
+
+ +
+
-
- -
-