From cf39698aa3e15d61d9e46af718a0a0a9c6f1d5c3 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 12 Oct 2023 11:26:34 +0200 Subject: [PATCH] add testimonial on homepage (fr/nl) --- content/francais/sections/call-to-action.md | 14 +++++++++ content/francais/sections/testimonial.md | 31 +++++++++++++++++++ content/nederlands/sections/call-to-action.md | 14 +++++++++ content/nederlands/sections/testimonial.md | 31 +++++++++++++++++++ 4 files changed, 90 insertions(+) create mode 100644 content/francais/sections/call-to-action.md create mode 100644 content/francais/sections/testimonial.md create mode 100644 content/nederlands/sections/call-to-action.md create mode 100644 content/nederlands/sections/testimonial.md diff --git a/content/francais/sections/call-to-action.md b/content/francais/sections/call-to-action.md new file mode 100644 index 0000000..efda148 --- /dev/null +++ b/content/francais/sections/call-to-action.md @@ -0,0 +1,14 @@ +--- +enable: true +title: "Ready to build your next project with Hugo?" +image: "/images/call-to-action.png" +description: "Experience the future of web development with Hugoplate and Hugo. Build lightning-fast static sites with ease and flexibility." +button: + enable: true + label: "Get Started Now" + link: "https://github.com/zeon-studio/hugoplate" + +# don't create a separate page +_build: + render: "never" +--- diff --git a/content/francais/sections/testimonial.md b/content/francais/sections/testimonial.md new file mode 100644 index 0000000..6e40324 --- /dev/null +++ b/content/francais/sections/testimonial.md @@ -0,0 +1,31 @@ +--- +enable: true +title: "What Users Are Saying About Hugoplate" +description: "Don't just take our word for it - hear from some of our satisfied users! Check out some of our testimonials below to see what others are saying about Hugoplate." + +# Testimonials +testimonials: + - name: "Marvin McKinney" + designation: "Web Designer" + avatar: "/images/avatar-sm.png" + content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam." + + - name: "Marvin McKinney" + designation: "Web Designer" + avatar: "/images/avatar-sm.png" + content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam." + + - name: "Marvin McKinney" + designation: "Web Designer" + avatar: "/images/avatar-sm.png" + content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam." + + - name: "Marvin McKinney" + designation: "Web Designer" + avatar: "/images/avatar-sm.png" + content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam." + +# don't create a separate page +_build: + render: "never" +--- diff --git a/content/nederlands/sections/call-to-action.md b/content/nederlands/sections/call-to-action.md new file mode 100644 index 0000000..efda148 --- /dev/null +++ b/content/nederlands/sections/call-to-action.md @@ -0,0 +1,14 @@ +--- +enable: true +title: "Ready to build your next project with Hugo?" +image: "/images/call-to-action.png" +description: "Experience the future of web development with Hugoplate and Hugo. Build lightning-fast static sites with ease and flexibility." +button: + enable: true + label: "Get Started Now" + link: "https://github.com/zeon-studio/hugoplate" + +# don't create a separate page +_build: + render: "never" +--- diff --git a/content/nederlands/sections/testimonial.md b/content/nederlands/sections/testimonial.md new file mode 100644 index 0000000..6e40324 --- /dev/null +++ b/content/nederlands/sections/testimonial.md @@ -0,0 +1,31 @@ +--- +enable: true +title: "What Users Are Saying About Hugoplate" +description: "Don't just take our word for it - hear from some of our satisfied users! Check out some of our testimonials below to see what others are saying about Hugoplate." + +# Testimonials +testimonials: + - name: "Marvin McKinney" + designation: "Web Designer" + avatar: "/images/avatar-sm.png" + content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam." + + - name: "Marvin McKinney" + designation: "Web Designer" + avatar: "/images/avatar-sm.png" + content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam." + + - name: "Marvin McKinney" + designation: "Web Designer" + avatar: "/images/avatar-sm.png" + content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam." + + - name: "Marvin McKinney" + designation: "Web Designer" + avatar: "/images/avatar-sm.png" + content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam." + +# don't create a separate page +_build: + render: "never" +---