import React from "react"; import HeaderLandingWebsiteBuilder from "../../../components/header/landing/HeaderLandingWebsiteBuilder"; import HeroBannerTwelve from "../../../components/hero-banner/HeroBannerTwelve"; import CounterSix from "../../../components/counter/CounterSix"; import FooterSeven from "../../../components/footer/FooterSeven"; import CopyRightThree from "../../../components/footer/CopyRightThree"; import FancyFeatureSeventeen from "../../../components/features/FancyFeatureSeventeen"; import FancyTextBlock29 from "../../../components/fancy-text-block/FancyTextBlock29"; import TestimonialSeven from "../../../components/testimonial/TestimonialSeven"; import CallToActionSeven from "../../../components/call-to-action/CallToActionSeven"; import FancyFeatureThirtyTwo from "../../../components/features/FancyFeatureThirtyTwo"; import Image from "next/image"; import dynamic from "next/dynamic"; const Scrollspy = dynamic(() => import('@/components/scrollpy/Scrollphy'), { ssr: false, }) export const metadata = { title: 'Website Builder 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 WebsiteBuilderLanding = () => { return (