From 4dba7a70a5369d4ddc483abf970e275cd242cfcd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:10:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8115c9..f69b862 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import { Coffee, Utensils, Camera } from "lucide-react"; +import { Coffee, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -148,7 +148,7 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "plain" }} title="店舗情報・お問い合わせ" - description="東京都小金井市前原町3丁目40-20\nTEL:042-384-2032\n営業時間:10:30〜" + description="東京都小金井市前原町3丁目40-20\nTEL:042-384-2032\n営業時間:10:30〜\n\n" tag="店舗情報" /> -- 2.49.1