Update src/app/page.tsx
This commit is contained in:
@@ -21,7 +21,7 @@ export default function SakuraPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="large"
|
sizing="large"
|
||||||
background="floatingGradient"
|
background="circleGradient"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -46,12 +46,12 @@ export default function SakuraPage() {
|
|||||||
title="Experience Premium Japanese Steakhouse Mastery"
|
title="Experience Premium Japanese Steakhouse Mastery"
|
||||||
description="Authentic teppanyaki artistry meets the finest A5 Wagyu beef. Witness master chefs prepare your meal with centuries of Japanese culinary tradition."
|
description="Authentic teppanyaki artistry meets the finest A5 Wagyu beef. Witness master chefs prepare your meal with centuries of Japanese culinary tradition."
|
||||||
tag="Premium Dining"
|
tag="Premium Dining"
|
||||||
background={{ variant: "floatingGradient" }}
|
background={{ variant: "plain" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-creamy-mushroom-sauce-rice_140725-2100.jpg", imageAlt: "Premium Japanese steakhouse dining room"},
|
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-creamy-mushroom-sauce-rice_140725-2100.jpg", imageAlt: "Premium Japanese steakhouse dining room"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg?_wi=1", imageAlt: "A5 Wagyu beef showcase"},
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg", imageAlt: "A5 Wagyu beef showcase"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-4349.jpg", imageAlt: "Elegant sushi appetizer"},
|
imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-4349.jpg", imageAlt: "Elegant sushi appetizer"},
|
||||||
{
|
{
|
||||||
@@ -75,10 +75,11 @@ export default function SakuraPage() {
|
|||||||
{ value: "35+", title: "Years of Excellence" },
|
{ value: "35+", title: "Years of Excellence" },
|
||||||
{ value: "50k+", title: "Satisfied Guests" },
|
{ value: "50k+", title: "Satisfied Guests" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/person-practicing-tai-chi-indoors_23-2150478922.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/person-practicing-tai-chi-indoors_23-2150478922.jpg"
|
||||||
imageAlt="Master Chef Portrait"
|
imageAlt="Master Chef Portrait"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -90,7 +91,7 @@ export default function SakuraPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Sakura Premium", name: "A5 Wagyu Ribeye", price: "$185.00", rating: 5,
|
id: "1", brand: "Sakura Premium", name: "A5 Wagyu Ribeye", price: "$185.00", rating: 5,
|
||||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg?_wi=2", imageAlt: "A5 Wagyu Ribeye"},
|
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg", imageAlt: "A5 Wagyu Ribeye"},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Sakura Premium", name: "Teppanyaki Experience", price: "$165.00", rating: 5,
|
id: "2", brand: "Sakura Premium", name: "Teppanyaki Experience", price: "$165.00", rating: 5,
|
||||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-cooking-delicious-meat-steak-grill-restaurant-kitchen_613910-18973.jpg", imageAlt: "Teppanyaki Experience"},
|
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-cooking-delicious-meat-steak-grill-restaurant-kitchen_613910-18973.jpg", imageAlt: "Teppanyaki Experience"},
|
||||||
@@ -140,7 +141,7 @@ export default function SakuraPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Chef Takeshi Yamamoto", role: "Head Chef & Founder", description: "30-year veteran of Tokyo's most prestigious steakhouses. Master of teppanyaki tradition.", imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-tai-chi-indoors_23-2150478922.jpg?_wi=2", imageAlt: "Chef Takeshi Yamamoto", socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
id: "1", name: "Chef Takeshi Yamamoto", role: "Head Chef & Founder", description: "30-year veteran of Tokyo's most prestigious steakhouses. Master of teppanyaki tradition.", imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-tai-chi-indoors_23-2150478922.jpg", imageAlt: "Chef Takeshi Yamamoto", socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Chef Kenji Suzuki", role: "Sous Chef", description: "Specialized in premium beef preparation. 15 years refining teppanyaki technique.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-head-chef-wearing-cooking-uniform-standing-restaurant-professional-kitchen-while-smiling-camera-gourmet-cuisine-skilled-expert-preparing-recipe-ingredients-meal-dish_482257-41987.jpg", imageAlt: "Chef Kenji Suzuki", socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
id: "2", name: "Chef Kenji Suzuki", role: "Sous Chef", description: "Specialized in premium beef preparation. 15 years refining teppanyaki technique.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-head-chef-wearing-cooking-uniform-standing-restaurant-professional-kitchen-while-smiling-camera-gourmet-cuisine-skilled-expert-preparing-recipe-ingredients-meal-dish_482257-41987.jpg", imageAlt: "Chef Kenji Suzuki", socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }],
|
||||||
@@ -165,17 +166,17 @@ export default function SakuraPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Victoria Chen", handle: "Food Critic, Gourmet Magazine", testimonial: "An extraordinary experience. The teppanyaki performance combined with flawless A5 Wagyu creates a dining moment truly unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Victoria Chen"},
|
id: "1", name: "Victoria Chen", handle: "Food Critic, Gourmet Magazine", testimonial: "An extraordinary experience. The teppanyaki performance combined with flawless A5 Wagyu creates a dining moment truly unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Victoria Chen"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Richardson", handle: "@dining_elite", testimonial: "Authenticity meets excellence. This isn't just dinner—it's a masterclass in Japanese culinary tradition.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Richardson"},
|
id: "2", name: "Michael Richardson", handle: "@dining_elite", testimonial: "Authenticity meets excellence. This isn't just dinner—it's a masterclass in Japanese culinary tradition.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Richardson"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Sophia Moretti", handle: "Chef, Le Bernardin", testimonial: "As a chef myself, I'm humbled by the precision and artistry. Every detail reflects mastery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sophia Moretti"},
|
id: "3", name: "Sophia Moretti", handle: "Chef, Le Bernardin", testimonial: "As a chef myself, I'm humbled by the precision and artistry. Every detail reflects mastery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophia Moretti"},
|
||||||
{
|
{
|
||||||
id: "4", name: "James Park", handle: "Michelin Guide Reviewer", testimonial: "The teppanyaki experience transcends normal fine dining. Chef Takeshi's 30 years of refinement are evident in every sizzle.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Park"},
|
id: "4", name: "James Park", handle: "Michelin Guide Reviewer", testimonial: "The teppanyaki experience transcends normal fine dining. Chef Takeshi's 30 years of refinement are evident in every sizzle.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Park"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Amanda Zhang", handle: "Luxury Travel Writer", testimonial: "Worth traveling across the country for. The combination of hospitality, performance, and flavor is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Amanda Zhang"},
|
id: "5", name: "Amanda Zhang", handle: "Luxury Travel Writer", testimonial: "Worth traveling across the country for. The combination of hospitality, performance, and flavor is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amanda Zhang"},
|
||||||
{
|
{
|
||||||
id: "6", name: "David Hoffman", handle: "Restaurant Owner", testimonial: "A masterclass in hospitality and excellence. I visit whenever I want to be reminded of what fine dining should be.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Hoffman"},
|
id: "6", name: "David Hoffman", handle: "Restaurant Owner", testimonial: "A masterclass in hospitality and excellence. I visit whenever I want to be reminded of what fine dining should be.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Hoffman"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user