Switch to version 5: modified src/app/page.tsx

This commit is contained in:
2026-05-12 14:28:28 +00:00
parent 5db6e42b1f
commit 81505a6c64

View File

@@ -43,8 +43,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="プロの技術で搬入をスムーズに。建設現場を加速させる株式会社BUILDEXの荷揚げサービス"
description="重い資材も、複雑な現場も、株式会社BUILDEXにお任せください。安全と効率を最優先し、搬入・荷揚げのスペシャリスト集団が現場をサポートします。"
title="プロの技術で搬入をスムーズに。建設現場を加速させる株式会社ニアゲの荷揚げサービス"
description="重い資材も、複雑な現場も、株式会社ニアゲにお任せください。安全と効率を最優先し、搬入・荷揚げのスペシャリスト集団が現場をサポートします。"
testimonials={[
{ name: "佐藤 健一", handle: "@satoken", testimonial: "非常に迅速で信頼できる仕事でした。またお願いします。", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg" },
{ name: "田中 誠", handle: "@tanakam", testimonial: "若手が多く元気で、搬入も丁寧でした。", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-engineer-wearing-safety-helmet-uniform-holding-pencil-note-pad-looking-camera-pointing-side-isolated-blue-background_141793-133092.jpg" },
@@ -61,19 +61,10 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{ type: "text", content: "会社情報" },
{ type: "text", content: "株式会社ニアゲについて" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-asian-man-with-samurai-sword_52683-86690.jpg", alt: "About Niage" },
]}
/>
<div className="mx-auto max-w-4xl py-12 px-6 bg-card rounded-xl shadow-inner border border-accent">
<h3 className="text-2xl font-bold mb-6">BUILDEX</h3>
<ul className="space-y-4">
<li><strong>:</strong> 西226</li>
<li><strong>:</strong> </li>
<li><strong>:</strong> 0565-77-5893</li>
<li><strong>:</strong> 5111</li>
<li><strong>:</strong> 10,000,000</li>
</ul>
</div>
</div>
<div id="services" data-section="services">
@@ -184,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}