更新
This commit is contained in:
@@ -21,13 +21,13 @@ const base = import.meta.env.BASE_URL || "/";
|
||||
テクノロジーと創造力で、<br />未来をデザインする。
|
||||
</h1>
|
||||
|
||||
<p class="!text-yellow-300 text-3xl font-bold">
|
||||
<p class="text-yellow-300! text-3xl font-bold">
|
||||
IT × FOOD の力で、人と社会をつなぐ。
|
||||
</p>
|
||||
|
||||
<a
|
||||
href="/about"
|
||||
class="inline-block mt-10 bg-gradient-to-r from-sky-400 to-blue-500 text-white font-semibold px-12 py-4 rounded-full shadow-[0_8px_24px_rgba(56,189,248,0.4)] hover:shadow-[0_10px_28px_rgba(56,189,248,0.5)] hover:scale-[1.06] transition-all duration-300"
|
||||
class="inline-block mt-10 bg-linear-to-r from-sky-400 to-blue-500 text-white font-semibold px-12 py-4 rounded-full shadow-[0_8px_24px_rgba(56,189,248,0.4)] hover:shadow-[0_10px_28px_rgba(56,189,248,0.5)] hover:scale-[1.06] transition-all duration-300"
|
||||
>
|
||||
会社概要を見る →
|
||||
</a>
|
||||
@@ -50,7 +50,7 @@ const base = import.meta.env.BASE_URL || "/";
|
||||
/>
|
||||
<h3 class="text-2xl font-semibold text-blue-700 mb-4">IT事業部</h3>
|
||||
<p class="text-gray-600 leading-relaxed mb-6">
|
||||
システム開発・Web制作・クラウド導入支援など、DX推進をサポートします。
|
||||
情報システム開発・Web制作・クラウド導入支援など、DX推進をサポートします。
|
||||
</p>
|
||||
<a href={`${base}it/`} class="text-blue-600 font-medium hover:underline"
|
||||
>詳しく見る →</a
|
||||
@@ -80,7 +80,7 @@ const base = import.meta.env.BASE_URL || "/";
|
||||
|
||||
<!-- お問い合わせ -->
|
||||
<section
|
||||
class="bg-gradient-to-br from-blue-700 via-blue-500 to-blue-400 text-white text-center py-24"
|
||||
class="bg-linear-to-br from-blue-700 via-blue-500 to-blue-400 text-white text-center py-24"
|
||||
>
|
||||
<h2 class="text-3xl font-bold mb-6">お問い合わせ</h2>
|
||||
<p class="text-cyan-300 text-lg mb-10">
|
||||
|
||||
Reference in New Issue
Block a user