Update src/app/page.tsx

This commit is contained in:
2026-05-12 11:16:00 +00:00
parent f8b0107ae7
commit a7f15ed12f

View File

@@ -43,8 +43,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="プロの技術で搬入をスムーズに。建設現場を加速させる株式会社ニアゲの荷揚げサービス" title="プロの技術で搬入をスムーズに。建設現場を加速させる株式会社BUILDEXの荷揚げサービス"
description="重い資材も、複雑な現場も、株式会社ニアゲにお任せください。安全と効率を最優先し、搬入・荷揚げのスペシャリスト集団が現場をサポートします。" description="重い資材も、複雑な現場も、株式会社BUILDEXにお任せください。安全と効率を最優先し、搬入・荷揚げのスペシャリスト集団が現場をサポートします。"
testimonials={[ 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: "@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" }, { 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,10 +61,19 @@ export default function LandingPage() {
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
useInvertedBackground={false} useInvertedBackground={false}
heading={[ 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>
<div id="services" data-section="services"> <div id="services" data-section="services">
@@ -175,4 +184,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }