11 Commits

Author SHA1 Message Date
b6a41a2ed3 Update src/app/page.tsx 2026-06-08 02:15:00 +00:00
04555c1acc Update src/app/page.tsx 2026-06-08 02:13:00 +00:00
b80854c5fa Merge version_6 into main
Merge version_6 into main
2026-06-08 02:11:15 +00:00
926aa7e81c Update src/app/page.tsx 2026-06-08 02:11:12 +00:00
b6cc85bf76 Merge version_5 into main
Merge version_5 into main
2026-06-08 02:09:41 +00:00
461f3a3e58 Update src/app/page.tsx 2026-06-08 02:09:38 +00:00
ede22f5fa0 Merge version_4 into main
Merge version_4 into main
2026-06-08 02:08:44 +00:00
81eb14217c Remove watermark 2026-06-08 02:08:38 +00:00
6b6262e80e Merge version_4 into main
Merge version_4 into main
2026-06-08 02:04:31 +00:00
88804c666b Update src/app/page.tsx 2026-06-08 02:04:25 +00:00
96e261ecaf Merge version_3 into main
Merge version_3 into main
2026-06-08 02:00:03 +00:00
2 changed files with 5 additions and 6 deletions

View File

@@ -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 { Montserrat } from "next/font/google";
@@ -59,7 +58,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{
name: "소개", id: "about"},
{
name: "특별함", id: "features"},
name: "특별함", id: "features"},
{
name: "메뉴", id: "menu"},
{
@@ -146,11 +146,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "golbaengi-bossam", name: "골뱅이보쌈", price: "₩40,000", imageSrc: "https://image.unsplash.com/photo-1596700877028-1f1969a6866b?crop=entropy&cs=tinysrgb&fit=max&fm=webp&q=80&w=1080", imageAlt: "Traditional Korean Bossam (boiled pork slices)"},
id: "golbaengi-bossam", name: "골뱅이보쌈", price: "₩40,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EplGmfddFpKmRZyDl3ZeP63lQG/uploaded-1780884235570-1ugxauw6.jpg", imageAlt: "Traditional Korean Bossam (boiled pork slices)"},
{
id: "gul-gwamegi-set", name: "굴과메기세트", price: "₩45,000", imageSrc: "https://koreandiaspora.net/wp-content/uploads/2023/12/gwamegi-scaled.jpeg", imageAlt: "Korean Gwamegi (dried pacific saury) and fresh oysters"},
id: "gul-gwamegi-set", name: "굴과메기세트", price: "₩45,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EplGmfddFpKmRZyDl3ZeP63lQG/uploaded-1780884548887-ozpnhy6i.jpg", imageAlt: "Korean Gwamegi (dried pacific saury) and fresh oysters"},
{
id: "haemul-pajeon", name: "해물파전", price: "₩25,000", imageSrc: "https://image.unsplash.com/photo-1627299103723-5c7d0d0c0c7a?crop=entropy&cs=tinysrgb&fit=max&fm=webp&q=80&w=1080", imageAlt: "Crispy Korean seafood pancake (Haemul Pajeon)"},
id: "haemul-pajeon", name: "해물파전", price: "₩25,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EplGmfddFpKmRZyDl3ZeP63lQG/uploaded-1780884871038-mujy37mv.jpg", imageAlt: "Crispy Korean seafood pancake (Haemul Pajeon)"},
{
id: "yuk-sashimi", name: "육사시미", price: "₩35,000", imageSrc: "https://image.unsplash.com/photo-1622352220677-2b7e1c8d0d1b?crop=entropy&cs=tinysrgb&fit=max&fm=webp&q=80&w=1080", imageAlt: "Korean beef tartare (Yukhoe)"},
{