Update src/app/page.tsx
This commit is contained in:
@@ -43,8 +43,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="プロの技術で搬入をスムーズに。建設現場を加速させる株式会社ニアゲの荷揚げサービス"
|
||||
description="重い資材も、複雑な現場も、株式会社ニアゲにお任せください。安全と効率を最優先し、搬入・荷揚げのスペシャリスト集団が現場をサポートします。"
|
||||
title="プロの技術で搬入をスムーズに。建設現場を加速させる株式会社BUILDEXの荷揚げサービス"
|
||||
description="重い資材も、複雑な現場も、株式会社BUILDEXにお任せください。安全と効率を最優先し、搬入・荷揚げのスペシャリスト集団が現場をサポートします。"
|
||||
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,10 +61,19 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "株式会社ニアゲについて" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-asian-man-with-samurai-sword_52683-86690.jpg", alt: "About Niage" },
|
||||
{ type: "text", content: "会社情報" },
|
||||
]}
|
||||
/>
|
||||
<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> 令和5年11月1日</li>
|
||||
<li><strong>資本金:</strong> 10,000,000円</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
@@ -175,4 +184,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user