Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c619ad5bb | |||
| 9e236a3143 | |||
| 7980ddd0eb | |||
| 158dc2b789 |
304
src/app/page.tsx
304
src/app/page.tsx
@@ -4,12 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Brain, Database, Cpu } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,222 +28,66 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Theory", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="QuantumLogic"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Quantum-Grade Consulting"
|
||||
description="We translate complex physical principles into actionable innovation for your business."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Dr. Aris Thorne",
|
||||
handle: "@ArisT",
|
||||
testimonial: "QuantumLogic transformed our R&D roadmap with their precise physical modeling.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Elara Vance",
|
||||
handle: "@VanceInnovate",
|
||||
testimonial: "The depth of technical expertise provided was unmatched in the industry.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-with-notepad_1301-1749.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Julian H.",
|
||||
handle: "@JulianPhys",
|
||||
testimonial: "Their simulation techniques are years ahead of the current market standards.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-man-posing-public-library_74855-1508.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "@SChenTech",
|
||||
testimonial: "An incredible partner for high-stakes technical strategy development.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Marcus V.",
|
||||
handle: "@MvRAndD",
|
||||
testimonial: "Physics-based forecasting that actually works for our bottom line.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg"
|
||||
imageAlt="Abstract quantum science research"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-man-with-notepad_1301-1749.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-black-man-posing-public-library_74855-1508.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quantum Modeling",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fluid Dynamics",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Predictive Analysis",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Simulation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic R&D",
|
||||
},
|
||||
<HeroPersonalLinks
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Advancing Physical Theory & Modeling"
|
||||
linkCards={[
|
||||
{ icon: Brain, title: "Theoretical Frameworks", description: "Mapping complex physical interactions into scalable models.", button: { text: "Learn More" } },
|
||||
{ icon: Database, title: "Data Synthesis", description: "Bridging abstract concepts with empirical datasets.", button: { text: "View Methods" } },
|
||||
{ icon: Cpu, title: "Quantum Simulation", description: "Advanced algorithmic solutions for theoretical R&D.", button: { text: "Consultation" } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
<MetricSplitMediaAbout
|
||||
title="Core Physical Consultancy"
|
||||
description="We specialize in providing actionable insights into theoretical physics for high-tech industrial applications. Our methodology focuses on accuracy, scalability, and structural integrity."
|
||||
metrics={[
|
||||
{ value: "25+", title: "Papers Published" },
|
||||
{ value: "50+", title: "Systems Modeled" },
|
||||
{ value: "12", title: "Patent Innovations" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
title="Expertise in Physics"
|
||||
description="With over two decades of combined experience in high-energy physics and statistical modeling, our consultancy bridges the gap between academic theory and practical commercial results."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-female-researcher-laboratory-with-microscope-male-colleague_23-2148776164.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
<FeatureCardTwentyFour
|
||||
animationType="blur-reveal"
|
||||
title="Theoretical Specializations"
|
||||
description="High-level analysis of physical phenomena for modern industry."
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Quantum Modeling",
|
||||
description: "High-fidelity simulations for complex systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-ornamental-golden-geometric-shape_23-2147556653.jpg",
|
||||
titleIconSrc: "http://img.b2bpic.net/free-vector/collection-ornamental-golden-geometric-shape_23-2147556653.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
{
|
||||
title: "Data Insights",
|
||||
description: "Physics-based statistical analysis and forecasting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/science-lab-objects_23-2148493673.jpg",
|
||||
titleIconSrc: "http://img.b2bpic.net/free-vector/science-lab-objects_23-2148493673.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
{
|
||||
title: "Advanced Simulation",
|
||||
description: "Customized algorithmic solutions for R&D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-construction-plastic-toy-isolated-light_140725-31979.jpg",
|
||||
titleIconSrc: "http://img.b2bpic.net/free-photo/blue-construction-plastic-toy-isolated-light_140725-31979.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
{ id: "1", title: "Quantum Mechanics", author: "Core Theory", description: "Advanced simulation of particle interactions.", tags: ["Theory", "Simulation"], videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4?_wi=1" },
|
||||
{ id: "2", title: "Fluid Dynamics", author: "Fluid Lab", description: "Modeling non-linear flow patterns.", tags: ["Research", "Modeling"], videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4?_wi=2" }
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Comprehensive physical and data-driven consultancy designed to scale."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Trusted by Labs"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Sarah Miller",
|
||||
handle: "@SMiller",
|
||||
testimonial: "Exceptional clarity in communicating difficult theoretical concepts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen",
|
||||
handle: "@MChen",
|
||||
testimonial: "Their approach fundamentally changed our efficiency projections.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-with-notepad_1301-1749.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Ross",
|
||||
handle: "@ERoss",
|
||||
testimonial: "Professional, insightful, and incredibly thorough.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-man-posing-public-library_74855-1508.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
handle: "@DThorne",
|
||||
testimonial: "Unparalleled expertise in experimental simulation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Wong",
|
||||
handle: "@AWong",
|
||||
testimonial: "The best partner for complex technical hurdles.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Dr. Alistair P.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg?_wi=2" },
|
||||
{ id: "2", name: "Dr. Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-with-notepad_1301-1749.jpg?_wi=2" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Success"
|
||||
description="Leading global companies trust our scientific rigor."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -250,82 +95,35 @@ export default function LandingPage() {
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Understanding Theory"
|
||||
description="Frequently asked questions about our methodology."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do you start a project?",
|
||||
content: "We begin with a comprehensive technical audit of your current system state.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your simulations scalable?",
|
||||
content: "Absolutely. Our modeling solutions are designed for modular and wide-scale scaling.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can you work with our internal team?",
|
||||
content: "Yes, we integrate seamlessly with existing R&D departments.",
|
||||
},
|
||||
{ id: "1", title: "How is your approach unique?", content: "We focus on the theoretical bedrock of every problem, not just symptoms." },
|
||||
{ id: "2", title: "Can you handle experimental data?", content: "Yes, we specialize in translating raw experimental data into actionable physical models." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769463.jpg"
|
||||
title="Common Inquiries"
|
||||
description="Get clarity on how our consultancy operates and what we can achieve for your organization."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Inquiries"
|
||||
title="Start a Theoretical Consultation"
|
||||
description="Connect with our physics team to discuss your project needs."
|
||||
buttons={[{ text: "Email Us" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get in touch"
|
||||
title="Discuss Your Challenges"
|
||||
description="Ready to innovate? Reach out to schedule a technical discovery call."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@quantumlogic.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterLogoReveal
|
||||
logoText="QuantumLogic"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
leftLink={{ text: "Privacy Policy" }}
|
||||
rightLink={{ text: "Terms of Service" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user