Update src/app/page.tsx

This commit is contained in:
2026-03-12 06:41:55 +00:00
parent 28a4c647fd
commit 9f773fa843

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="large"
background="floatingGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Fine Dining"
tagIcon={Flame}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Reserve Your Table", href: "contact" },
{ text: "View Menu", href: "menu" }
@@ -93,9 +93,9 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
products={[
{ id: "1", brand: "Prime Grade", name: "Wagyu Ribeye", price: "$89.00", rating: 5, reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg?_wi=1", imageAlt: "Wagyu ribeye steak" },
{ id: "2", brand: "Prime Grade", name: "Filet Mignon", price: "$82.00", rating: 5, reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg?_wi=1", imageAlt: "Filet mignon steak" },
{ id: "3", brand: "Prime Grade", name: "Bone-In Ribeye", price: "$85.00", rating: 5, reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg?_wi=1", imageAlt: "Bone-in ribeye steak" }
{ id: "1", brand: "Prime Grade", name: "Wagyu Ribeye", price: "$89.00", rating: 5, reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg", imageAlt: "Wagyu ribeye steak" },
{ id: "2", brand: "Prime Grade", name: "Filet Mignon", price: "$82.00", rating: 5, reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg", imageAlt: "Filet mignon steak" },
{ id: "3", brand: "Prime Grade", name: "Bone-In Ribeye", price: "$85.00", rating: 5, reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg", imageAlt: "Bone-in ribeye steak" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -115,15 +115,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Selection", title: "Premium Sourcing", subtitle: "Only the finest beef", description: "Our master butchers personally select each cut from trusted suppliers worldwide. We evaluate marbling, color, and texture to ensure only the highest-grade Prime and Wagyu beef makes it into our facility.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg?_wi=2", imageAlt: "Premium beef selection"
tag: "Selection", title: "Premium Sourcing", subtitle: "Only the finest beef", description: "Our master butchers personally select each cut from trusted suppliers worldwide. We evaluate marbling, color, and texture to ensure only the highest-grade Prime and Wagyu beef makes it into our facility.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg", imageAlt: "Premium beef selection"
},
{
id: 2,
tag: "Aging", title: "Dry Aging Mastery", subtitle: "45+ days of perfection", description: "Our climate-controlled dry-aging facility maintains precise temperature and humidity. This extended aging process concentrates flavors and creates the tender, juicy texture that defines a true steakhouse experience.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg?_wi=2", imageAlt: "Dry aging process"
tag: "Aging", title: "Dry Aging Mastery", subtitle: "45+ days of perfection", description: "Our climate-controlled dry-aging facility maintains precise temperature and humidity. This extended aging process concentrates flavors and creates the tender, juicy texture that defines a true steakhouse experience.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg", imageAlt: "Dry aging process"
},
{
id: 3,
tag: "Preparation", title: "Expert Grilling", subtitle: "Precision cooking", description: "Our head chef and team bring decades of combined experience to every plate. Each steak is seared to order on our custom-built grills, finished to your exact preference with compound butter and seasonal accents.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg?_wi=2", imageAlt: "Expert grilling technique"
tag: "Preparation", title: "Expert Grilling", subtitle: "Precision cooking", description: "Our head chef and team bring decades of combined experience to every plate. Each steak is seared to order on our custom-built grills, finished to your exact preference with compound butter and seasonal accents.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg", imageAlt: "Expert grilling technique"
}
]}
textboxLayout="default"
@@ -255,7 +255,7 @@ export default function LandingPage() {
description="Subscribe to receive exclusive offers, new menu announcements, and special event invitations delivered to your inbox."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email"
buttonText="Subscribe"