diff --git a/src/app/page.tsx b/src/app/page.tsx index 06d3acd..4ace667 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -31,76 +31,29 @@ export default function LandingPage() {
@@ -110,33 +63,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Fluid Motion", - descriptions: [ - "Real-time rendering for cinematic results.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-lights-abstract_23-2148231529.jpg", - }, - { - id: "f2", - title: "Precision Imaging", - descriptions: [ - "Capture every detail with clarity.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hardware-component-background_23-2148882663.jpg", - }, - { - id: "f3", - title: "Adaptive Layers", - descriptions: [ - "Dynamic editing for complex scenes.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/artistic-creation-made-from-3d-geometric-shapes_23-2150829161.jpg", - }, + { id: "f1", title: "Neural Core", descriptions: ["Advanced processing."] }, + { id: "f2", title: "Symmetric Design", descriptions: ["Perfect balance."] }, + { id: "f3", title: "Infinite Scalability", descriptions: ["Always ready."] }, ]} - title="Advanced Production" - description="Cutting-edge tools for next-generation visual creation." + title="Design Capabilities" + description="Functionality built on a monochrome foundation." /> @@ -146,66 +78,20 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "120+", - title: "Films Produced", - description: "Diverse visual projects delivered.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-sound-producer-editing-tracks-audio-software-console_482257-121910.jpg", - }, - { - id: "m2", - value: "500k", - title: "Frames Rendered", - description: "Total performance excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg", - }, - { - id: "m3", - value: "99.9%", - title: "Uptime", - description: "Consistent reliability guaranteed.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-watch-logo-collection_23-2148949708.jpg", - }, + { id: "m1", value: "100%", title: "Precision", description: "Calculated accuracy.", videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4" }, + { id: "m2", value: "24/7", title: "Iteration", description: "Continuous looping.", videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4" }, ]} - title="Impact by Numbers" - description="Quantifying our dedication to visual excellence." + title="Performance Metrics" + description="Driven by data, polished by design." />
@@ -214,40 +100,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} - title="Insights & Trends" - description="Stay updated on the evolving world of digital storytelling." - blogs={[ - { - id: "b1", - category: "Tech", - title: "Future of Cinema", - excerpt: "Exploring upcoming trends in AI cinema.", - imageSrc: "http://img.b2bpic.net/free-photo/man-firing-range-training-with-rifle-wearing-earmuffs-protect-hearing_482257-118591.jpg", - authorName: "Jane Doe", - authorAvatar: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg", - date: "Jan 2025", - }, - { - id: "b2", - category: "Design", - title: "Narrative Flows", - excerpt: "Crafting compelling stories in limited time.", - imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-writing-with-pencil-adhesive-note-black-background_23-2147916397.jpg", - authorName: "John Smith", - authorAvatar: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2899.jpg", - date: "Feb 2025", - }, - { - id: "b3", - category: "Tools", - title: "Hardware Essentials", - excerpt: "Essential gear for modern filmmakers.", - imageSrc: "http://img.b2bpic.net/free-photo/tape-recorder-near-brick-wall_657883-213.jpg", - authorName: "Alex Lee", - authorAvatar: "http://img.b2bpic.net/free-photo/traveler-photographer-studio-portrait-handsome-bearded_613910-12325.jpg", - date: "Mar 2025", - }, - ]} + title="Chronicles" + description="Latest developments in the Mindloop ecosystem." /> @@ -255,77 +109,30 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ccfba2a..527071b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #1a2a1a; + --card: #0a0a0a; --foreground: #ffffff; --primary-cta: #ffffff; --primary-cta-text: #0a150a; - --secondary-cta: #0d1a0d; + --secondary-cta: #1a1a1a; --secondary-cta-text: #e1f6e1; - --accent: #2d4a2d; - --background-accent: #c1e1c1; + --accent: #333333; + --background-accent: #222222; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);