Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 461f3a3e58 | |||
| ede22f5fa0 | |||
| 81eb14217c | |||
| 6b6262e80e | |||
| 88804c666b | |||
| 96e261ecaf |
@@ -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={{
|
||||
|
||||
@@ -146,9 +146,9 @@ 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)"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user