4 Commits

Author SHA1 Message Date
a148b65c74 Update src/app/page.tsx 2026-05-21 03:30:24 +00:00
0131465925 Update src/app/page.tsx 2026-05-21 03:30:00 +00:00
b5585aef8b Update src/app/styles/variables.css 2026-05-21 03:29:34 +00:00
d65b8cb317 Update src/app/page.tsx 2026-05-21 03:29:34 +00:00
2 changed files with 46 additions and 236 deletions

View File

@@ -3,10 +3,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne'; 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 FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; 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 HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -31,76 +31,29 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ { name: "About", id: "about" },
name: "About", { name: "Features", id: "features" },
id: "about", { name: "Blog", id: "blog" },
}, { name: "Contact", id: "contact" },
{
name: "Features",
id: "features",
},
{
name: "Blog",
id: "blog",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="Cinematique" brandName="Mindloop"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="CINEMATIQUE" logoText="MINDLOOP"
description="Redefining the boundaries of visual storytelling. Immersive experiences powered by innovation." description="Infinite innovation, looped to perfection."
buttons={[ buttons={[{ text: "Explore", href: "#about" }]}
{ slides={[{ videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4?_wi=1" }]}
text: "Explore Work",
href: "#about",
},
]}
slides={[
{
videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4",
videoAriaLabel: "Cinematic visual background",
imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133139.jpg",
imageAlt: "cinematic abstract tech video",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-empty-green-gradient-studio-well-use-as-backgroundwebsite-templateframebusiness-report_1258-79941.jpg",
imageAlt: "Cinematic slide 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-heavy-azure-haze-liquid_23-2148102014.jpg",
imageAlt: "Cinematic slide 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-acrylic-shape-black-background_23-2148469394.jpg",
imageAlt: "Cinematic slide 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-background_23-2148132329.jpg",
imageAlt: "Cinematic slide 5",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/green-unique-swirl-trendy-paint-waves-background_23-2148097610.jpg",
imageAlt: "Cinematic slide 6",
},
]}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextSplitAbout <TextSplitAbout
useInvertedBackground={true} useInvertedBackground={true}
title="Visionary Craft" title="Architecting Thought"
description={[ description={["We design systems that think. Seamless, dark, monochrome excellence.", "Rooted in innovation, driven by aesthetic precision."]}
"We believe that every frame has a story to tell. Our mission is to capture raw emotion through advanced digital cinema technology.",
"Bridging the gap between artistic expression and technical perfection.",
]}
/> />
</div> </div>
@@ -110,33 +63,12 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { id: "f1", title: "Neural Core", descriptions: ["Advanced processing."] },
id: "f1", { id: "f2", title: "Symmetric Design", descriptions: ["Perfect balance."] },
title: "Fluid Motion", { id: "f3", title: "Infinite Scalability", descriptions: ["Always ready."] },
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",
},
]} ]}
title="Advanced Production" title="Design Capabilities"
description="Cutting-edge tools for next-generation visual creation." description="Functionality built on a monochrome foundation."
/> />
</div> </div>
@@ -146,66 +78,21 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ { id: "m1", value: "100%", title: "Precision", description: "Calculated accuracy.", videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4?_wi=2" },
id: "m1", { id: "m2", value: "24/7", title: "Iteration", description: "Continuous looping.", videoSrc: "https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4?_wi=3" },
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",
},
]} ]}
title="Impact by Numbers" title="Performance Metrics"
description="Quantifying our dedication to visual excellence." description="Driven by data, polished by design."
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardTwelve
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[{ id: "1", name: "Founder A", imageSrc: "" }]}
{ cardTitle="Community"
id: "1",
name: "Elena Vance",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-miraculous-mage-halloween_23-2148277460.jpg",
},
{
id: "2",
name: "Mark Sterling",
imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991380.jpg",
},
{
id: "3",
name: "Sarah Croft",
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379215.jpg",
},
{
id: "4",
name: "David Thorne",
imageSrc: "http://img.b2bpic.net/free-photo/tablet-digital-using-american-bus_1303-2163.jpg",
},
{
id: "5",
name: "Luna Kim",
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg",
},
]}
cardTitle="Creative Voices"
cardAnimation="slide-up"
cardTag="Testimonials" cardTag="Testimonials"
cardAnimation="slide-up"
/> />
</div> </div>
@@ -214,40 +101,9 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
title="Insights & Trends" title="Chronicles"
description="Stay updated on the evolving world of digital storytelling." description="Latest developments in the Mindloop ecosystem."
blogs={[ 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",
},
]}
/> />
</div> </div>
@@ -255,77 +111,31 @@ export default function LandingPage() {
<FaqBase <FaqBase
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[{ id: "q1", title: "Monochrome?", content: "Yes, always." }]}
{ title="Queries"
id: "q1", description="Answers to common questions."
title: "How to start?",
content: "Reach out via our contact form.",
},
{
id: "q2",
title: "What tools used?",
content: "Industry-standard suites.",
},
{
id: "q3",
title: "Project timelines?",
content: "Varies by project scale.",
},
]}
title="Common Inquiries"
description="Answers to your questions regarding our services."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactCenter
useInvertedBackground={true} tag="Contact"
background={{ title="Join the Loop"
variant: "gradient-bars", description="Let's define the next iteration together."
}} useInvertedBackground={false}
tag="Let's Talk" background={{ variant: "gradient-bars" }}
title="Get Started"
description="Ready to build your masterpiece? Sign up for our newsletter or inquiry updates."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-yellow-withered-leaves-street_181624-1662.jpg"
mediaAnimation="slide-up"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterMedia
logoText="CINEMATIQUE" logoText="MINDLOOP"
columns={[ columns={[{ title: "Navigate", items: [{ label: "Top", href: "#nav" }] }]}
{ videoSrc="https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4?_wi=4"
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #000000;
--card: #1a2a1a; --card: #0a0a0a;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #ffffff; --primary-cta: #ffffff;
--primary-cta-text: #0a150a; --primary-cta-text: #0a150a;
--secondary-cta: #0d1a0d; --secondary-cta: #1a1a1a;
--secondary-cta-text: #e1f6e1; --secondary-cta-text: #e1f6e1;
--accent: #2d4a2d; --accent: #333333;
--background-accent: #c1e1c1; --background-accent: #222222;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);