From cd21004d011b5bc36f83cf51c186d755654ba3de Mon Sep 17 00:00:00 2001
From: apurvab <apurvabangali@gmail.com>
Date: Mon, 27 May 2024 14:46:05 +0530
Subject: [PATCH] fix:add svg to CTA

---
 templates/layouts/layout-both-columns.tpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/layouts/layout-both-columns.tpl b/templates/layouts/layout-both-columns.tpl
index 078c16a..9f9e35a 100644
--- a/templates/layouts/layout-both-columns.tpl
+++ b/templates/layouts/layout-both-columns.tpl
@@ -186,8 +186,9 @@
           <div >
             <h1 class="text-2xl p-4 font-bold">Who Are We?</h1>
             <p class="text-lg p-4 font-medium"><b>BrooksBingham</b> is your destination for custom-tailored menswear, where authenticity is woven into every stitch. Experience our cutting-edge fitting technology for a flawless fit tailored to your measurements in minutes.Our perfect fit guarantee ensures that every piece you order is tailored to your exact specifications, delivering a perfect fit every time.</p>
-            <a class="p-4 font-bold text-lg" href="https://brooksbingham.com/content/4-about-brooksbingham">
+            <a class="p-4 font-bold text-lg flex flex-row" href="https://brooksbingham.com/content/4-about-brooksbingham">
              Learn More
+             <svg xmlns="http://www.w3.org/2000/svg" class="icon stroke-gray-600 stroke-[3px] icon-tabler icon-tabler-chevron-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>
              </a>
           </div>
          </div>