Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 10:12:37 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Award, Chef, Flame, HelpCircle, Mail, Sparkles, Star, Linkedin, Globe, Wine2, Smile } from "lucide-react";
import { Award, UtensilsCrossed, Flame, HelpCircle, Mail, Sparkles, Star, Linkedin, Globe, Wine, Smile } from "lucide-react";
export default function SakuraSteakhouse() {
return (
@@ -21,7 +21,7 @@ export default function SakuraSteakhouse() {
borderRadius="soft"
contentWidth="small"
sizing="large"
background="floatingGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function SakuraSteakhouse() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
title="Authentic Japanese Steakhouse Excellence"
description="Experience the art of teppanyaki craftsmanship and premium wagyu beef in an intimate, refined setting. Every dish tells a story of tradition and culinary mastery."
tag="Premium Dining"
@@ -59,10 +59,10 @@ export default function SakuraSteakhouse() {
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-cooking-onion-vegetables-meat-grill-with-fire-smoke-beautiful-man-concentrated-preparation-food-background-modern-restaurant-kitchen_651396-3910.jpg", imageAlt: "Chef performing teppanyaki cooking"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg?_wi=1", imageAlt: "Premium wagyu beef showcase"
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg", imageAlt: "Premium wagyu beef showcase"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=1", imageAlt: "Elegant Japanese steakhouse interior"
imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", imageAlt: "Elegant Japanese steakhouse interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-sushi-black-plate_23-2148348183.jpg", imageAlt: "Beautifully plated Japanese cuisine"
@@ -107,7 +107,7 @@ export default function SakuraSteakhouse() {
products={[
{
id: "1", brand: "Japanese Selection", name: "A5 Wagyu Striploin", price: "$125 per 4oz", rating: 5,
reviewCount: "348", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg?_wi=2", imageAlt: "A5 Wagyu Striploin"
reviewCount: "348", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg", imageAlt: "A5 Wagyu Striploin"
},
{
id: "2", brand: "Prime Cuts", name: "American Prime Ribeye", price: "$85 per 8oz", rating: 5,
@@ -155,7 +155,7 @@ export default function SakuraSteakhouse() {
title="Meet Our Culinary Masters"
description="Our award-winning team brings decades of combined expertise and authentic Japanese steakhouse tradition to every dining experience."
tag="Expert Staff"
tagIcon={Chef}
tagIcon={UtensilsCrossed}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -173,7 +173,7 @@ export default function SakuraSteakhouse() {
},
{
id: "3", name: "Akira Nakamura", role: "Sommelier", description: "Expert in sake and wine pairings. Curates our selection to complement every premium dish.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494233.jpg", imageAlt: "Akira Nakamura Sommelier", socialLinks: [
{ icon: Wine2, url: "#" }
{ icon: Wine, url: "#" }
]
},
{
@@ -232,7 +232,7 @@ export default function SakuraSteakhouse() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
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="Sakura Steakhouse elegant dining"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -267,7 +267,7 @@ export default function SakuraSteakhouse() {
description="Join our mailing list to receive exclusive menu previews, special event invitations, and dining tips from our master chefs."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Reserve Now"