Update src/app/gallery/page.tsx
This commit is contained in:
@@ -21,13 +21,18 @@ export default function GalleryPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
]}
|
||||
brandName="Buffalo Steakhaus"
|
||||
/>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Chef", id: "/chef" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Shots", id: "/shots" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Buffalo Steakhaus"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="pt-32 pb-20">
|
||||
<ProductCardTwo
|
||||
@@ -37,10 +42,10 @@ export default function GalleryPage() {
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "g1", name: "The Cut", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg" },
|
||||
{ id: "g2", name: "The Sear", price: "", imageSrc: "http://img.b2bpic.net/free-photo/perfectly-grilled-medium-rare-steak-slate_84443-82643.jpg" },
|
||||
{ id: "g3", name: "The Chef", price: "", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728032.jpg" },
|
||||
{ id: "g4", name: "The Result", price: "", imageSrc: "http://img.b2bpic.net/free-photo/fried-cooked-grilled-meat-with-spices-cut-slices-served-dark-slate-closeup_1220-6866.jpg" },
|
||||
{ id: "g1", name: "The Cut", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg", brand: "Steak", rating: 5, reviewCount: "10" },
|
||||
{ id: "g2", name: "The Sear", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/perfectly-grilled-medium-rare-steak-slate_84443-82643.jpg", brand: "Fire", rating: 5, reviewCount: "20" },
|
||||
{ id: "g3", name: "The Chef", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728032.jpg", brand: "Chef", rating: 4, reviewCount: "15" },
|
||||
{ id: "g4", name: "The Result", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/fried-cooked-grilled-meat-with-spices-cut-slices-served-dark-slate-closeup_1220-6866.jpg", brand: "Food", rating: 5, reviewCount: "30" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user