Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-04-30 15:07:58 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
@@ -74,17 +74,17 @@ export default function LandingPage() {
animationType="blur-reveal"
features={[
{
title: "Architectural Visualization", description: "We bring unbuilt architecture to life using cutting-edge spatial engine technology.", bentoComponent: "reveal-icon", icon: Building,
title: "Bring Concepts to Life", description: "We accelerate deal flow by transforming unbuilt architecture into high-conversion spatial experiences.", bentoComponent: "reveal-icon", icon: Building,
},
{
title: "Product Platform", description: "Powerful AR visuals that persuade and inspire potential clients instantly.", bentoComponent: "media-stack", items: [
title: "Product Platform", description: "High-impact AR visuals engineered to drive engagement and shorten the buyer decision cycle.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/person-with-vr-glasses-experiencing-metaverse_23-2150904754.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tracking-software-displayed-monitor-industry-40-industrial-plant_482257-120661.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-virtual-reality-headset_1170-1878.jpg" },
],
},
{
title: "Process Milestones", description: "AR/VR-driven solutions tailored for safety, efficiency, and high-retention learning.", bentoComponent: "3d-task-list", items: [
title: "Process Milestones", description: "Optimize training and performance with immersive simulations designed to improve user retention and output.", bentoComponent: "3d-task-list", items: [
{ icon: Zap, label: "Safety Simulation", time: "Immersive" },
{ icon: Target, label: "Skill Assessment", time: "Precision" },
{ icon: Award, label: "Certification", time: "Verified" },
@@ -120,15 +120,13 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterCard
logoText="V-Infinite"
copyrightText="© 2025 V-Infinite | Immersive Worlds"
columns={[
{ title: "Navigation", items: [{ label: "Spatial Lab", href: "/" }, { label: "VR Hub", href: "/about" }] },
{ title: "Support", items: [{ label: "Console", href: "/contact" }, { label: "Holo-Docs", href: "/docs" }] }
socialLinks={[
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
{ icon: Github, href: "#", ariaLabel: "Github" },
]}
className="bg-black border-t border-cyan-500/30 text-cyan-400"
columnTitleClassName="text-cyan-100 uppercase tracking-widest"
/>
</div>
</ReactLenis>