Merge version_1 into main #2
@@ -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"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
title="Experience the Art of Japanese Steakhouse Excellence"
|
||||
description="Indulge in premium Wagyu beef prepared by master chefs using traditional teppanyaki techniques. Every sear, every flame, every moment crafted to perfection."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Premium Dining"
|
||||
tagIcon={Flame}
|
||||
mediaItems={[
|
||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg", imageAlt: "Premium Wagyu beef selection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=1", imageAlt: "Steakhouse interior dining"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", imageAlt: "Steakhouse interior dining"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-master-chef-wearing-uniform-cooking-delicious-beef-steak-kitchen-restaurant_613910-18983.jpg", imageAlt: "Teppanyaki chef performance"
|
||||
@@ -85,6 +85,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/japanese-food_53876-13999.jpg"
|
||||
imageAlt="Traditional Japanese steakhouse interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,7 +189,7 @@ export default function LandingPage() {
|
||||
tagIcon={Heart}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "David Martinez", handle: "@davidm_critic", testimonial: "An absolutely transcendent dining experience. The Wagyu was butter-soft, the teppanyaki performance was mesmerizing, and the service was impeccable. Sakura Prime is a gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "David Martinez"
|
||||
id: "1", name: "David Martinez", handle: "@davidm_critic", testimonial: "An absolutely transcendent dining experience. The Wagyu was butter-soft, the teppanyaki performance was mesmerizing, and the service was impeccable. Sakura Prime is a gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "David Martinez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", handle: "@sarahchen_food", testimonial: "Best steakhouse in the city, hands down. The quality of beef is unmatched, and Chef Takeshi's technique is pure art. I've been back seven times this year!", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg", imageAlt: "Sarah Chen"
|
||||
@@ -203,7 +204,7 @@ export default function LandingPage() {
|
||||
id: "5", name: "Robert Kim", handle: "@robertkimreviews", testimonial: "Authentic Japanese steakhouse done right. The Wagyu melts in your mouth, the sake selection is extraordinary, and the experience is world-class.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517426.jpg", imageAlt: "Robert Kim"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Lisa Patel", handle: "@lisapatelwines", testimonial: "The wine pairings recommended by Sommelier Hiroshi were perfect. Every element of this restaurant reflects a deep commitment to excellence and guest satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Lisa Patel"
|
||||
id: "6", name: "Lisa Patel", handle: "@lisapatelwines", testimonial: "The wine pairings recommended by Sommelier Hiroshi were perfect. Every element of this restaurant reflects a deep commitment to excellence and guest satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Lisa Patel"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -238,7 +239,7 @@ export default function LandingPage() {
|
||||
id: "6", title: "Are private dining rooms available?", content: "We offer semi-private and fully private dining areas for groups of 6-20 guests. These spaces feature their own teppanyaki grills and are perfect for special celebrations and corporate events."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg"
|
||||
imageAlt="Steakhouse dining atmosphere"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -254,7 +255,7 @@ export default function LandingPage() {
|
||||
tagIcon={Calendar}
|
||||
title="Reserve Your Premium Dining Experience"
|
||||
description="Book your table now and prepare for an unforgettable evening of authentic Japanese steakhouse excellence. Our team looks forward to welcoming you."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Request Reservation"
|
||||
|
||||
Reference in New Issue
Block a user