Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f781bde1e4 | |||
| e5aa93e800 | |||
| 9277041fd0 | |||
| e4cd67b99b | |||
| 9340ffa22e | |||
| e55bdbd0e4 | |||
| d316111f90 | |||
| 1677a1bb26 | |||
| 5a3dbaf910 | |||
| 7ed39ee505 | |||
| c830e54117 | |||
| 11d60d8eda | |||
| 50a6d16a20 | |||
| bb6297bd9c | |||
| dde8e1c6c0 | |||
| 746e88dc06 |
@@ -1,8 +1,8 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroSignup from '@/components/sections/hero/HeroSignup';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
@@ -43,15 +43,31 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSignup
|
<HeroBillboardCarousel
|
||||||
title="Premium Japanese Steakhouse"
|
title="Premium Japanese Steakhouse"
|
||||||
description="Experience the art of Wagyu perfection. Authentic Japanese steakhouse craftsmanship with the finest cuts, prepared with precision and served in an atmosphere of refined elegance."
|
description="Experience the art of Wagyu perfection. Authentic Japanese steakhouse craftsmanship with the finest cuts, prepared with precision and served in an atmosphere of refined elegance."
|
||||||
tag="Est. 2020"
|
tag="Est. 2020"
|
||||||
tagIcon={Flame}
|
tagIcon={Flame}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
inputPlaceholder="Enter your email"
|
buttons={[{ text: "Reserve Now", href: "contact" }]}
|
||||||
buttonText="Reserve Now"
|
buttonAnimation="slide-up"
|
||||||
className="relative z-10"
|
mediaItems={[
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/close-up-hands-professional-chef-wear-black-gloves-making-sushi-rolls-restaurant-kitchen-japanese-traditional-food_627829-6726.jpg", imageAlt: "Master Chef Preparing Premium Wagyu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg", imageAlt: "A5 Wagyu Ribeye"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/table-setting_74190-2377.jpg", imageAlt: "Elegant Dining Room"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg", imageAlt: "Japanese Prime Filet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/top-view-meat-with-salt-cleaver_23-2148610980.jpg", imageAlt: "Aged Bone-In Ribeye"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
{ name: "Cuts", id: "cuts" },
|
{ name: "Cuts", id: "cuts" },
|
||||||
{ name: "Experience", id: "experience" },
|
{ name: "Experience", id: "experience" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -157,8 +156,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
{ name: "Cuts", id: "cuts" },
|
{ name: "Cuts", id: "cuts" },
|
||||||
{ name: "Experience", id: "experience" },
|
{ name: "Experience", id: "experience" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -231,8 +229,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
{ name: "Cuts", id: "cuts" },
|
{ name: "Cuts", id: "cuts" },
|
||||||
{ name: "Experience", id: "experience" },
|
{ name: "Experience", id: "experience" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -43,8 +43,7 @@ export default function ShopPage() {
|
|||||||
{ name: "Cuts", id: "cuts" },
|
{ name: "Cuts", id: "cuts" },
|
||||||
{ name: "Experience", id: "experience" },
|
{ name: "Experience", id: "experience" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -109,8 +108,7 @@ export default function ShopPage() {
|
|||||||
{ name: "Cuts", id: "cuts" },
|
{ name: "Cuts", id: "cuts" },
|
||||||
{ name: "Experience", id: "experience" },
|
{ name: "Experience", id: "experience" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user