Update src/app/page.tsx
This commit is contained in:
@@ -3,12 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
|
||||
@@ -80,7 +78,7 @@ export default function SalonMoiPage() {
|
||||
features={[
|
||||
{ tag: "Nails", title: "ネイルアート", subtitle: "洗練された指先", description: "トレンドのニュアンスネイルからオフィス向けシンプルネイルまで。", imageSrc: "https://img.b2bpic.net/free-photo/various-colors-nail-polish-bottles_23-2148152598.jpg" },
|
||||
{ tag: "Lashes", title: "まつげエクステ", subtitle: "自然な華やかさ", description: "目元の印象を優しく、かつ華やかに演出するエクステ・パーマ。", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-eye-with-long-eyelashes_23-2148281046.jpg" },
|
||||
{ tag: "Care", title: "爪・肌ケア", description: "健康的な美しさを維持するための丁寧なハンドケア、アイケアも充実。", imageSrc: "https://img.b2bpic.net/free-photo/manicure-hand-treatment_23-2148408933.jpg" }
|
||||
{ tag: "Care", title: "爪・肌ケア", subtitle: "至福のハンドケア", description: "健康的な美しさを維持するための丁寧なハンドケア、アイケアも充実。", imageSrc: "https://img.b2bpic.net/free-photo/manicure-hand-treatment_23-2148408933.jpg" }
|
||||
]}
|
||||
title="美しさを磨くメニュー"
|
||||
description="お客様の理想を実現する、丁寧なメニューを豊富に取り揃えております。"
|
||||
|
||||
Reference in New Issue
Block a user