import React from "react"; import Link from "next/link"; import Header from "../../../../components/header/Header"; import Footer from "../../../../components/footer/Footer"; import CopyRight from "../../../../components/footer/CopyRight"; import BlogDetailsForm from "../../../../components/form/BlogDetailsForm"; import { allblogs } from "@/data/blogs"; import Image from "next/image"; export const metadata = { title: 'Blog Details || 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 BlogDetails = ({ params }) => { const blog = allblogs.filter((elm)=>elm.id==params.id)[0] || allblogs[0] return (
{/* End Page SEO Content */}
{/* End Header */} {/* ============================================= Fancy Hero Two ============================================== */}
shape shape
Our News

{blog.title?.split(' ').slice(0,3).join(' ') || 'Quis Nostr Exercitation' } image {" "} {blog.title?.split(' ').slice(3).join(' ') || 'Laboris nisi' }

{/* /.bg-wrapper */}
{/* /.fancy-hero-two */} {/* ===================================================== Feature Blog One ===================================================== */}
media post
23 Apr. 2020

Quis Nostr Exercitation Ullamco Laboris nisi ut Aliquip exeal nothing.

Tomfoolery crikey bits and bobs brilliant bamboozled down the pub amongst brolly hanky panky, cack bonnet arse over tit burke bugger all mate bodge. cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Suspendisse interdum consectetur libero id faucibu nisl. Lacus vel facilisis volutpat est velit egestas.

Tempus imperdiet nulla malesuada pellentesque elit eget gravida cum. Sit amet ris nullam eget felis. Enim praesent elementum facilisis leo. Ultricies leo integer. all mate bodge. cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt

If you’ve been waiting for an invitation, this calligraphy is it. Commissioned by Notebook hand-lettered design for a poster. Quote is Notebook Building 8 VP’s Regina Dugan—and mine.

Tempus imperdiet nulla malesuada pellentesque elit eget gravida cum. Sit amet ris nullam eget felis. Enim praesent elementum facilisis leo. Ultricies leo integer.

media post
This response is important for our ability to from mistakes but it alsogives rise to self-criticism.

One touch of a red-hot stove is usually all we need to avoid that kind of discomfort in the future. The same is true as we experienc the emotional sensation of stress from our first instances. We quickly learn to fear and thus automatically. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Work Harder & Gain Succsess.

One touch of a red-hot stove is usually all we need to avoid that kind of discomfort in que future. The same Duis aute irure dolor in reprehenderit .

is true as we experience the emotional sensation of stress from our firs social rejection ridicule.We quickly learn to fear and thus automatically. potentially stressful situation of all kinds, including the most common of all.

{/* /End post content */}

2 Comments

blog post
Al Hasani
13 June, 2018, 7:30pm

One touch of a red-hot stove is usually all we need to avoid that kind of discomfort in future. The same true we experience{" "}

{/* /.comment */}
{/* /.single-comment */}
blog post
Rashed ka.
13 June, 2018, 7:30pm

One touch of a red-hot stove is usually all we need to avoid that kind of discomfort in future. The same true we experience{" "}

{/* /.comment */}
{/* /.single-comment */}
{/* /.comment-area */}

Leave A Comment

Sign in to post your comment or singup if you dont have any account.

{/* /.form-style-light */}
{/* /.comment-form-section */}
{/* End .col */}
{/* End .row */}
{/* /.feature-blog-one */} {/* /.theme-footer-one */}
); }; export default BlogDetails;