Update src/app/page.tsx

This commit is contained in:
2026-03-12 21:53:33 +00:00
parent bb01fd6d03
commit edfd081468

View File

@@ -19,7 +19,7 @@ export default function SakuraPage() {
borderRadius="rounded"
contentWidth="small"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -46,18 +46,18 @@ export default function SakuraPage() {
tag="Luxury Dining"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151344990.jpg?_wi=1", imageAlt: "Premium salmon nigiri sushi" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081506.jpg?_wi=1", imageAlt: "Chef preparing sushi rolls" },
{ imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-2484.jpg?_wi=1", imageAlt: "Maki roll assortment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-seaweed-snacks_23-2150519971.jpg?_wi=1", imageAlt: "Sushi condiments and setup" }
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151344990.jpg", imageAlt: "Premium salmon nigiri sushi" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081506.jpg", imageAlt: "Chef preparing sushi rolls" },
{ imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-2484.jpg", imageAlt: "Maki roll assortment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-seaweed-snacks_23-2150519971.jpg", imageAlt: "Sushi condiments and setup" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-seaweed-snacks_23-2150519971.jpg?_wi=2", imageAlt: "Wasabi and condiments" },
{ imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-2484.jpg?_wi=2", imageAlt: "Fresh sashimi platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151344990.jpg?_wi=2", imageAlt: "Toro premium tuna" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081506.jpg?_wi=2", imageAlt: "Master craftsmanship" }
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-seaweed-snacks_23-2150519971.jpg", imageAlt: "Wasabi and condiments" },
{ imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-2484.jpg", imageAlt: "Fresh sashimi platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151344990.jpg", imageAlt: "Toro premium tuna" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081506.jpg", imageAlt: "Master craftsmanship" }
]}
buttons={[
{ text: "Reserve Now", href: "contact" },
@@ -82,6 +82,7 @@ export default function SakuraPage() {
imageSrc="http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684444.jpg"
imageAlt="Sakura luxury sushi restaurant interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -105,7 +106,7 @@ export default function SakuraPage() {
]
},
{
title: "Sushi Making Process", description: "Each piece crafted with traditional techniques", bentoComponent: "3d-task-list", title: "Sushi Making Process", items: [
title: "Sushi Making Process", description: "Each piece crafted with traditional techniques", bentoComponent: "3d-task-list", items: [
{ icon: Utensils, label: "Select Premium Fish", time: "5 mins" },
{ icon: Flame, label: "Perfect Rice Temperature", time: "10 mins" },
{ icon: CheckCircle, label: "Hand-Roll with Precision", time: "2 mins" }
@@ -140,15 +141,15 @@ export default function SakuraPage() {
products={[
{
id: "1", brand: "Sakura Signature", name: "Toro Nigiri (3 pieces)", price: "$18.00", rating: 5,
reviewCount: "243", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg?_wi=1", imageAlt: "Toro nigiri premium sushi"
reviewCount: "243", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg", imageAlt: "Toro nigiri premium sushi"
},
{
id: "2", brand: "Sakura Signature", name: "Dragon Roll", price: "$16.00", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg?_wi=2", imageAlt: "Dragon roll specialty sushi"
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg", imageAlt: "Dragon roll specialty sushi"
},
{
id: "3", brand: "Sakura Signature", name: "Uni Nigiri (3 pieces)", price: "$20.00", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg?_wi=3", imageAlt: "Uni sea urchin nigiri"
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg", imageAlt: "Uni sea urchin nigiri"
}
]}
/>
@@ -197,7 +198,7 @@ export default function SakuraPage() {
tagAnimation="slide-up"
title="Reserve Your Culinary Experience"
description="Book a table at Sakura and discover the art of authentic Japanese sushi craftsmanship. Limited seating to ensure personalized attention."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Request Reservation"