Update src/app/page.tsx
This commit is contained in:
@@ -86,15 +86,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "The Tomahawk", description: "A show-stopping bone-in ribeye that spans the plate. Premium marbling, expertly grilled, and finished with our signature herb butter. Perfect for sharing or conquering solo.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-slices-with-greens-inside-black-plate-with-glass-wine-brown-wooden-desk-meal-food-meat-diner_140725-26157.jpg", imageAlt: "Premium tomahawk steak presentation"
|
||||
title: "The Tomahawk", description: "A show-stopping bone-in ribeye that spans the plate. Premium marbling, expertly grilled, and finished with our signature herb butter. Perfect for sharing or conquering solo.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-slices-with-greens-inside-black-plate-with-glass-wine-brown-wooden-desk-meal-food-meat-diner_140725-26157.jpg?_wi=1", imageAlt: "Premium tomahawk steak presentation"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "The Prime Ribeye", description: "Perfectly aged prime beef with exceptional marbling. Grilled over oak to achieve a caramelized crust while maintaining a tender, juicy center.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-pan-with-herbs-chili_23-2148610994.jpg", imageAlt: "Prime ribeye steak plated"
|
||||
title: "The Prime Ribeye", description: "Perfectly aged prime beef with exceptional marbling. Grilled over oak to achieve a caramelized crust while maintaining a tender, juicy center.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-pan-with-herbs-chili_23-2148610994.jpg?_wi=1", imageAlt: "Prime ribeye steak plated"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "The Filet Mignon", description: "Our most tender cut, sourced from the finest beef. Delicate flavor profile with buttery texture, served with your choice of our signature compound butters.", imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2461.jpg", imageAlt: "Filet mignon steak presentation"
|
||||
title: "The Filet Mignon", description: "Our most tender cut, sourced from the finest beef. Delicate flavor profile with buttery texture, served with your choice of our signature compound butters.", imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2461.jpg?_wi=1", imageAlt: "Filet mignon steak presentation"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -109,13 +109,13 @@ export default function LandingPage() {
|
||||
tag="Explore Our Kitchen"
|
||||
products={[
|
||||
{
|
||||
id: "tomahawk-special", name: "The Tomahawk Special", price: "$65", variant: "24oz Prime Grade", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-slices-with-greens-inside-black-plate-with-glass-wine-brown-wooden-desk-meal-food-meat-diner_140725-26157.jpg", imageAlt: "Tomahawk steak"
|
||||
id: "tomahawk-special", name: "The Tomahawk Special", price: "$65", variant: "24oz Prime Grade", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-slices-with-greens-inside-black-plate-with-glass-wine-brown-wooden-desk-meal-food-meat-diner_140725-26157.jpg?_wi=2", imageAlt: "Tomahawk steak"
|
||||
},
|
||||
{
|
||||
id: "prime-ribeye", name: "Prime Ribeye", price: "$54", variant: "18oz Oak-Grilled", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-pan-with-herbs-chili_23-2148610994.jpg", imageAlt: "Prime ribeye"
|
||||
id: "prime-ribeye", name: "Prime Ribeye", price: "$54", variant: "18oz Oak-Grilled", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-pan-with-herbs-chili_23-2148610994.jpg?_wi=2", imageAlt: "Prime ribeye"
|
||||
},
|
||||
{
|
||||
id: "filet-mignon", name: "Filet Mignon", price: "$58", variant: "8oz Butter-Finished", imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2461.jpg", imageAlt: "Filet mignon"
|
||||
id: "filet-mignon", name: "Filet Mignon", price: "$58", variant: "8oz Butter-Finished", imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2461.jpg?_wi=2", imageAlt: "Filet mignon"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user