import React from "react"; import CopyRightThree from "../../../components/footer/CopyRightThree"; import FooterSeven from "../../../components/footer/FooterSeven"; import BlockFeaturesOne from "../../../components/vr-landing/BlockFeaturesOne"; import BlockFeaturesTwo from "../../../components/vr-landing/BlockFeaturesTwo"; import FancyFeature from "../../../components/vr-landing/FancyFeature"; import FancyVideo from "../../../components/vr-landing/FancyVideo"; import FeatureCounter from "../../../components/vr-landing/FeatureCounter"; import HeaderLanding from "../../../components/vr-landing/Header"; import HeroBanner from "../../../components/vr-landing/HeroBanner"; import LatestProduct from "../../../components/vr-landing/LatestProduct"; import Testimonials from "../../../components/vr-landing/Testimonials"; import Image from "next/image"; import dynamic from "next/dynamic"; const Scrollspy = dynamic(() => import('@/components/scrollpy/Scrollphy'), { ssr: false, }) export const metadata = { title: 'VR Landing || Deski-Saas & Software Nextjs Template', description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`, } const VrLanding = () => { return (
{/* End .Header */} {/* */}
image illustration illustration illustration illustration
image
9.3
Rating
{/* */}
{/* */} {/* */}

Our latest Arrival.

{/* */} {/* */}
{/* */} {/* */}
{/* */}
{/* */}
{/* */} {/* */}
vr
{/* */} {/* */}
{/* */} {/* */}
{/* */} {/* */}
shape
Testimonials

Client Feedback

{/* */}
{/* */} {/* */}

Get Your VR Headset & start Rocking.

Enjoy exclusive premium concerts, movies, games and other exciting item.

BUY NOW
{/* End .col */}
image
{/* End .col */}
{/* */}
{/* */} {/* ===================================================== Footer Style Seven ===================================================== */}
{/* /.theme-footer-seven */}
); }; export default VrLanding;