Update src/app/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Experience Authentic Japanese Teppanyaki"
|
||||
description="Watch our master chefs create culinary magic right before your eyes at Osaka Steakhouse. Premium ingredients, theatrical cooking, and unforgettable dining experiences await."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "25+", label: "Years of Excellence" },
|
||||
{ value: "100%", label: "Premium Wagyu Beef" },
|
||||
@@ -86,18 +86,17 @@ export default function LandingPage() {
|
||||
title: "Live Teppanyaki Performance", description: "Watch master chefs perform an incredible cooking show right at your table with precision and style", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-oil-mushrooms-barbecue_176474-3114.jpg", imageAlt: "Teppanyaki cooking performance", buttonIcon: ChefHat,
|
||||
},
|
||||
{
|
||||
title: "Premium Wagyu Selection", description: "Hand-selected Japanese wagyu beef and the finest cuts, grilled to perfection on our signature griddles", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4717.jpg?_wi=1", imageAlt: "Premium wagyu beef", buttonIcon: Flame,
|
||||
title: "Premium Wagyu Selection", description: "Hand-selected Japanese wagyu beef and the finest cuts, grilled to perfection on our signature griddles", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4717.jpg", imageAlt: "Premium wagyu beef", buttonIcon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Fresh Seafood Delights", description: "Succulent shrimp, scallops, and seasonal catches prepared with authentic Japanese techniques", imageSrc: "http://img.b2bpic.net/free-photo/prawn-white-sea-king-dish_1203-6172.jpg?_wi=1", imageAlt: "Fresh grilled seafood", buttonIcon: Fish,
|
||||
title: "Fresh Seafood Delights", description: "Succulent shrimp, scallops, and seasonal catches prepared with authentic Japanese techniques", imageSrc: "http://img.b2bpic.net/free-photo/prawn-white-sea-king-dish_1203-6172.jpg", imageAlt: "Fresh grilled seafood", buttonIcon: Fish,
|
||||
},
|
||||
{
|
||||
title: "Seasonal Vegetables", description: "Organic vegetables from trusted local farms, grilled with precision and traditional Japanese seasonings", imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11298.jpg?_wi=1", imageAlt: "Grilled fresh vegetables", buttonIcon: Leaf,
|
||||
title: "Seasonal Vegetables", description: "Organic vegetables from trusted local farms, grilled with precision and traditional Japanese seasonings", imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11298.jpg", imageAlt: "Grilled fresh vegetables", buttonIcon: Leaf,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,13 +111,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Chef Teppan", role: "Master Chef Mascot", imageSrc: "http://img.b2bpic.net/free-vector/cooking-stickers-collection-with-tomomi-cat_23-2150818858.jpg", imageAlt: "Chef Teppan mascot"},
|
||||
id: "1", name: "Chef Teppan", role: "Master Chef Mascot", imageSrc: "http://img.b2bpic.net/free-vector/cooking-stickers-collection-with-tomomi-cat_23-2150818858.jpg", imageAlt: "Chef Teppan mascot"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Kome-chan", role: "Rice Bowl Friend", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-kawaii-sushi-collection_23-2148096045.jpg", imageAlt: "Kome-chan mascot"},
|
||||
id: "2", name: "Kome-chan", role: "Rice Bowl Friend", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-kawaii-sushi-collection_23-2148096045.jpg", imageAlt: "Kome-chan mascot"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Shoyu-kun", role: "Soy Sauce Buddy", imageSrc: "http://img.b2bpic.net/free-vector/friendship-day-background-with-sauces_23-2147845707.jpg", imageAlt: "Shoyu-kun mascot"},
|
||||
id: "3", name: "Shoyu-kun", role: "Soy Sauce Buddy", imageSrc: "http://img.b2bpic.net/free-vector/friendship-day-background-with-sauces_23-2147845707.jpg", imageAlt: "Shoyu-kun mascot"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Honō-san", role: "Flame Guardian", imageSrc: "http://img.b2bpic.net/free-vector/halloween-sale-background-with-demon-flames_23-2147693162.jpg", imageAlt: "Honō-san mascot"},
|
||||
id: "4", name: "Honō-san", role: "Flame Guardian", imageSrc: "http://img.b2bpic.net/free-vector/halloween-sale-background-with-demon-flames_23-2147693162.jpg", imageAlt: "Honō-san mascot"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,11 +134,14 @@ export default function LandingPage() {
|
||||
tagIcon={UtensilsCrossed}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Wagyu A5", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4717.jpg?_wi=2", imageAlt: "Premium wagyu beef"},
|
||||
id: "1", name: "Premium Wagyu A5", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4717.jpg", imageAlt: "Premium wagyu beef"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fresh Shrimp & Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/prawn-white-sea-king-dish_1203-6172.jpg?_wi=2", imageAlt: "Fresh shrimp and scallops"},
|
||||
id: "2", name: "Fresh Shrimp & Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/prawn-white-sea-king-dish_1203-6172.jpg", imageAlt: "Fresh shrimp and scallops"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Organic Seasonal Vegetables", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11298.jpg?_wi=2", imageAlt: "Grilled seasonal vegetables"},
|
||||
id: "3", name: "Organic Seasonal Vegetables", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11298.jpg", imageAlt: "Grilled seasonal vegetables"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -153,17 +159,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "An Unforgettable Evening", quote: "The teppanyaki show was absolutely incredible! The chef's skill was mesmerizing, and the food was perfectly cooked. We'll definitely be back!", name: "Sarah Johnson", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "1", title: "An Unforgettable Evening", quote: "The teppanyaki show was absolutely incredible! The chef's skill was mesmerizing, and the food was perfectly cooked. We'll definitely be back!", name: "Sarah Johnson", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Best Steakhouse Experience", quote: "The quality of the wagyu beef is outstanding. The entire experience from start to finish was premium and memorable. Highly recommended!", name: "Michael Chen", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", title: "Best Steakhouse Experience", quote: "The quality of the wagyu beef is outstanding. The entire experience from start to finish was premium and memorable. Highly recommended!", name: "Michael Chen", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Perfect for Special Occasions", quote: "We celebrated our anniversary here and it was perfect. The atmosphere, the entertainment, and the delicious food made it truly special.", name: "Emma Rodriguez", role: "Celebrating Couple", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", title: "Perfect for Special Occasions", quote: "We celebrated our anniversary here and it was perfect. The atmosphere, the entertainment, and the delicious food made it truly special.", name: "Emma Rodriguez", role: "Celebrating Couple", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Family Fun and Great Food", quote: "Our kids loved the cute mascots and the whole family was entertained. The food was excellent and the service was impeccable!", name: "David Kim", role: "Family Visitor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "David Kim"},
|
||||
id: "4", title: "Family Fun and Great Food", quote: "Our kids loved the cute mascots and the whole family was entertained. The food was excellent and the service was impeccable!", name: "David Kim", role: "Family Visitor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Worth Every Penny", quote: "The premium ingredients and skilled cooking justify every yen spent. This is fine dining done right!", name: "Jessica Moore", role: "Fine Dining Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Jessica Moore"},
|
||||
id: "5", title: "Worth Every Penny", quote: "The premium ingredients and skilled cooking justify every yen spent. This is fine dining done right!", name: "Jessica Moore", role: "Fine Dining Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Jessica Moore"
|
||||
},
|
||||
{
|
||||
id: "6", title: "A Culinary Performance", quote: "More than just a meal, it's a theatrical experience. The chefs are artists and the food is the masterpiece.", name: "James Wilson", role: "Food & Wine Lover", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "James Wilson"},
|
||||
id: "6", title: "A Culinary Performance", quote: "More than just a meal, it's a theatrical experience. The chefs are artists and the food is the masterpiece.", name: "James Wilson", role: "Food & Wine Lover", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "James Wilson"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,7 +184,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Ready to experience the magic of authentic teppanyaki? Reserve your table at Osaka Steakhouse today and discover why we're the premier destination for Japanese dining excellence."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Reserve Table", href: "#" },
|
||||
{ text: "Call Us", href: "tel:+1234567890" },
|
||||
|
||||
Reference in New Issue
Block a user