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="店舗情報" />