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 (
{/* End Page SEO Content */} {/* End Header for website builder landing */} {/* ============================================= Theme Hero Banner ============================================== */} {/* ============================================= Counter Style Three ============================================== */}
{/* */} {/* ===================================================== Fancy Feature Seventeen ===================================================== */}
Features

{" "} We’ve ton of features for give you the best website line shape

{/* End .row */}
{/* End .container */}
{/* */} {/* ============================================= Fancy Feature Twenty Nine ============================================== */}
{/* ============================================= Fancy Feature Thirty ============================================== */}
Others Features

{" "} Deski for every business{" "} line shape You need.

shape shape
{/* */}
{/* */} {/* ===================================================== Client Feedback Slider Six ===================================================== */}
TESTimonials

Client love us & we line shape love them

{/* */}
{/* */} {/* End call to acion seven */} {/* ===================================================== Footer Style Seven ===================================================== */}
{/* /.theme-footer-seven */}
); }; export default WebsiteBuilderLanding;