Update src/app/page.tsx

This commit is contained in:
2026-05-09 09:06:02 +00:00
parent 467f994554
commit 4278920159

View File

@@ -8,7 +8,6 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, CheckCircle, Users, ArrowRight } from "lucide-react";
@@ -48,6 +47,8 @@ export default function LandingPage() {
title="理想のお庭を、デザインから施工まで。"
description="株式会社そらの庭は、平塚を拠点に神奈川・東京エリアで理想の外構空間を創造します。デザインから直属職人による施工まで、スムーズかつ丁寧な対応をお約束します。"
buttons={[{ text: "お問い合わせ", href: "#contact" }]}
leftCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1598971457335-5134764b8893?q=80&w=1000" }]}
rightCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1558981359-219d6364c9c8?q=80&w=1000" }]}
/>
</div>
@@ -83,6 +84,7 @@ export default function LandingPage() {
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="お客様の声"
description="実際に施工されたお客様からのレビューです。"
testimonials={[
@@ -102,6 +104,7 @@ export default function LandingPage() {
{ id: "3", title: "施工期間はどのくらい?", content: "プランや規模によりますが、目安として2〜4週間程度です。" },
]}
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -111,6 +114,7 @@ export default function LandingPage() {
title="無料相談・お問い合わせ"
description="ご相談や現地調査のご依頼はこちらから。専門スタッフが丁寧に対応いたします。"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>