Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 897ead23ec | |||
| 5906f3c7c4 | |||
| 4ef63fc3da | |||
| fd39f98174 | |||
| 4d957a3675 | |||
| 9058be5dac | |||
| d4e6ca6ee2 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
|
||||
@@ -33,7 +32,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -126,6 +126,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="お客様の声"
|
||||
description="ガルリをお選びいただいたお客様からの心温まるメッセージ。"
|
||||
imageClassName="rounded-full border-4 border-white shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,12 +167,14 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="ガルリで特別なひとときを。ご予約・お問い合わせはお気軽に。"
|
||||
buttons={[{ text: "予約サイトへ", href: "#" }]}
|
||||
className="bg-[url('https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778155687665-z1y5a2b3.jpg')] bg-cover bg-center"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Galerie"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778155687666-x9j4k2m1.jpg"
|
||||
columns={[
|
||||
{ title: "Links", items: [{ label: "Top", href: "#hero" }, { label: "Concept", href: "#about" }] },
|
||||
{ title: "Support", items: [{ label: "Reserve", href: "#contact" }, { label: "Privacy", href: "#" }] }
|
||||
|
||||
Reference in New Issue
Block a user