SmartCane/laravel_app/resources/views/components/welcome.blade.php
Martin Folkerts f210e4dcd9 wip
2023-10-17 11:40:04 +02:00

65 lines
5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="p-6 lg:p-8 bg-white border-b border-gray-200">
<x-application-logo class="block h-12 w-auto" />
<h1 class="mt-8 text-2xl font-medium text-gray-900">
Introducing Smart Cane: A Pioneer Project by Smart Farming Tech
</h1>
<p class="mt-6 text-gray-500 leading-relaxed">
Smart Farming Tech unveils its cutting-edge initiative "Smart Cane," a pioneering project that integrates the profound potential of satellite imaging with advanced agronomic advice, meticulously designed for both Estate holders and outgrowers. The project embarks on a journey where remote sensing technology becomes the eyes through which farmers and agricultural stakeholders visualize the vitality and conditions of their crops. Smart Cane not merely champions technological innovation in agriculture but also aligns itself as a solution-oriented model, offering real-time and accurate agronomic advice derived from detailed analysis of satellite images.
</p>
</div>
<div class="bg-gray-200 bg-opacity-25 grid grid-cols-1 md:grid-cols-2 gap-6 lg:gap-8 p-6 lg:p-8">
<div>
<div class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="w-6 h-6 stroke-gray-400">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" />
</svg>
<h2 class="ml-3 text-xl font-semibold text-gray-900">
Leveraging Remote Sensing Technology for Agronomic Excellence
</h2>
</div>
<p class="mt-4 text-gray-500 text-sm leading-relaxed">
The project revolves around harnessing the intricate data obtained from satellite images and translating it into actionable, agriculturally-relevant advice, which can fundamentally revolutionize traditional farming methods. Remote sensing technology in the Smart Cane project provides a continuous, detailed, and comprehensive overview of the agricultural fields, recognizing the subtle nuances that might be imperceptible to the naked eye. This technological approach ensures that the provided agronomic advice is deeply rooted in accurate data, ensuring that solutions are not just theoretically sound but also practically applicable, ultimately steering towards enhancing crop health, productivity, and yield.
</p>
<p class="mt-4 text-sm">
<a href="https://smartfarmingtech.com" class="inline-flex items-center font-semibold text-indigo-700">
Read More
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="ml-1 w-5 h-5 fill-indigo-500">
<path fill-rule="evenodd" d="M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z" clip-rule="evenodd" />
</svg>
</a>
</p>
</div>
<div>
<div class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="w-6 h-6 stroke-gray-400">
<path stroke-linecap="round" d="M15.75 10.5l4.72-4.72a.75.75 0 011.28.53v11.38a.75.75 0 01-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25h-9A2.25 2.25 0 002.25 7.5v9a2.25 2.25 0 002.25 2.25z" />
</svg>
<h2 class="ml-3 text-xl font-semibold text-gray-900">
Bridging Technological Advancements with Sustainable Agriculture
</h2>
</div>
<p class="mt-4 text-gray-500 text-sm leading-relaxed">
Smart Cane extends beyond being a technological marvel by integrating sustainability and pragmatic farming solutions into its core objectives. The project comprehends the distinct needs of Estate holders and outgrowers, providing them with tailored advice that not only enhances productivity but also fosters an environmentally sustainable approach to agriculture. By offering insightful agronomic advice based on precise satellite data, Smart Cane empowers farmers with the knowledge to make informed decisions, reducing resource wastage, optimizing crop management, and substantiating a methodology that resonates with both technological advancement and sustainable farming practices.
</p>
<p class="mt-4 text-sm">
<a href="https://smartfarmingtech.com" class="inline-flex items-center font-semibold text-indigo-700">
Read more
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="ml-1 w-5 h-5 fill-indigo-500">
<path fill-rule="evenodd" d="M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z" clip-rule="evenodd" />
</svg>
</a>
</p>
</div>
</div>