diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ebb955c..042c94b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,20 +5,24 @@ import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterCard from '@/components/sections/footer/FooterCard'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; import { Facebook, Instagram, Twitter } from "lucide-react"; export default function ContactPage() { return ( - + - - - - + +
+ +
+
); diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7090c4f..89488e4 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -9,18 +9,24 @@ import { Facebook, Instagram, Twitter } from "lucide-react"; export default function ShopPage() { return ( - + - +

オンラインショップ

厳選された完熟ライチを全国へお届けいたします。

- - +
+ +
+
);