From 2447c78355b446fb13ccf2324e3aa97a4a6f983e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:55:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 59 +----------------------------------------------- 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2c9408..3a5ec8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -53,7 +52,7 @@ export default function LandingPage() { variant: "radial-gradient"}} imagePosition="right" title="Strategy with the depth Japan deserves." - description="コンサルティングを、もう一段深く。\nDelivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises." + description="コンサルティングを、もう一段深く.\nDelivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises." testimonials={[ { name: "Akira Suzuki", handle: "@Akira_S", testimonial: "K&K transformed our IT strategy, delivering beyond expectations. Truly world-class.", rating: 5, @@ -183,62 +182,6 @@ export default function LandingPage() { ]} /> - - ); -- 2.49.1