Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfd6ea5771 | |||
| e17bb87edd | |||
| 64d652eab4 | |||
| b1f5950c83 | |||
| c3fdcd5393 | |||
| f792bf1316 | |||
| 17dc697ab0 | |||
| 4ee083c287 | |||
| c06258f2f1 |
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "/reserve",
|
||||
},
|
||||
name: "Reserve", id: "/reserve"},
|
||||
]}
|
||||
brandName="GALERIE"
|
||||
/>
|
||||
@@ -54,41 +46,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Wagyu Steak",
|
||||
price: "Market Price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914042.jpg",
|
||||
},
|
||||
id: "p1", name: "Wagyu Steak", price: "Market Price", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332646933-2kdh7l5i.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Seasonal Pasta",
|
||||
price: "¥2,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg",
|
||||
},
|
||||
id: "p2", name: "Seasonal Pasta", price: "¥2,200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332646934-2f8tbej7.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pairing Wine",
|
||||
price: "¥1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses_23-2148667931.jpg",
|
||||
},
|
||||
id: "p3", name: "Pairing Wine", price: "¥1,800", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332646934-9q0h2ue9.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Appetizer",
|
||||
price: "¥1,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crab-meat-coconut-cream-soup-micro-greens-gray-concrete-background-top-view-copy-space-h_1258-52397.jpg",
|
||||
},
|
||||
id: "p4", name: "Appetizer", price: "¥1,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332646934-pjeoi0ux.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cocktails",
|
||||
price: "¥1,600",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-drink_23-2149295186.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Dessert",
|
||||
price: "¥1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-ny-cheesecake-with-berry-sauce_114579-2316.jpg",
|
||||
},
|
||||
id: "p5", name: "Cocktails", price: "¥1,600", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332646934-b69z63zs.jpg"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="職人が厳選した食材を、最高の一皿へと昇華させる。"
|
||||
@@ -102,12 +68,7 @@ export default function LandingPage() {
|
||||
title="こだわり"
|
||||
description="厳選された食材への追及。"
|
||||
names={[
|
||||
"宮崎県産黒毛和牛",
|
||||
"淡路島産旬の野菜",
|
||||
"イタリア直輸入チーズ",
|
||||
"自家製手打ちパスタ",
|
||||
"厳選オーガニックワイン",
|
||||
]}
|
||||
"宮崎県産黒毛和牛", "淡路島産旬の野菜", "イタリア直輸入チーズ", "自家製手打ちパスタ", "厳選オーガニックワイン"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,33 +76,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "/reserve",
|
||||
},
|
||||
label: "Reserve", href: "/reserve"},
|
||||
{
|
||||
label: "Access",
|
||||
href: "/#access",
|
||||
},
|
||||
label: "Access", href: "/#access"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -151,4 +100,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
{ text: "Reserve", href: "/reserve" },
|
||||
{ text: "Menu", href: "/menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332316369-m58yefeb.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891532.jpg", alt: "Customer 1" },
|
||||
@@ -86,9 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "e1", title: "DATE", author: "Night", description: "静かに会話を楽しむ夜。", tags: ["Romantic"], imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191854.jpg" },
|
||||
{ id: "e2", title: "DINNER", author: "Gourmet", description: "料理を主役にした食事。", tags: ["Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/full-frame-abstract-illuminated-blurred-background_23-2148055626.jpg" },
|
||||
{ id: "e3", title: "AFTER BAR", author: "Midnight", description: "深夜に流れる、大人の時間。", tags: ["Relaxing"], imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8989.jpg" },
|
||||
{ id: "e1", title: "DATE", author: "Night", description: "静かに会話を楽しむ夜。", tags: ["Romantic"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332316369-sctmi4qy.jpg" },
|
||||
{ id: "e2", title: "DINNER", author: "Gourmet", description: "料理を主役にした食事。", tags: ["Luxury"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332316369-77nxu9ge.jpg" },
|
||||
{ id: "e3", title: "AFTER BAR", author: "Midnight", description: "深夜に流れる、大人の時間。", tags: ["Relaxing"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332316369-5uwynzpd.jpg" },
|
||||
]}
|
||||
title="Experience"
|
||||
description="扉を開けた瞬間から、空気が変わる。"
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{ id: "1", name: "A.S.", handle: "Regular", testimonial: "バーのレベルを超えてる料理でした。", imageSrc: "http://img.b2bpic.net/free-photo/wine-bottles-bar_23-2152024849.jpg" },
|
||||
{ id: "1", name: "A.S.", handle: "Regular", testimonial: "バーのレベルを超えてる料理でした。", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778332316369-ti3f949f.jpg" },
|
||||
{ id: "2", name: "K.M.", handle: "Visitor", testimonial: "雰囲気も料理も、大人向けで素晴らしい。", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-glasses-with-drinks_23-2148667927.jpg" },
|
||||
{ id: "3", name: "Y.H.", handle: "Local", testimonial: "デートでまた来たいと思えた隠れ家。", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-champagne-reflecting-window_23-2148339539.jpg" },
|
||||
{ id: "4", name: "T.I.", handle: "Gourmet", testimonial: "ワインと料理のペアリングが最高。", imageSrc: "http://img.b2bpic.net/free-photo/bartender-pouring-white-wine-into-glasses-bar_23-2152024843.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user