Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -23,7 +23,7 @@ export default function LandingPage() {
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="neon-glow-border"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
icon={Heart}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/sushi-set-with-gold-color-table_140725-5505.jpg"
|
||||
imageAlt="Master sushi chef Takeshi Yamamoto in traditional kitchen"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
description="Select the perfect omakase course for your occasion"
|
||||
tag="Premium Pricing"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
description="Hear from diners who have experienced our culinary artistry"
|
||||
tag="Testimonials"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen, Tokyo Resident", date: "Date: November 2024", title: "An unforgettable culinary journey", quote: "I have dined at Sakura Tokyo three times this year. Each experience exceeded my expectations. The precision, freshness, and artistry in every piece of nigiri demonstrates true mastery. Chef Yamamoto's omakase is the finest in Tokyo.", tag: "Premium Omakase", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-hands-professional-chef-wear-black-gloves-making-sushi-rolls-restaurant-kitchen-japanese-traditional-food_627829-6726.jpg", imageSrc: "https://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg"
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
tag="Make Your Reservation"
|
||||
title="Reserve Your Omakase Experience"
|
||||
description="Join us for an unforgettable evening of culinary artistry. Book your preferred dining experience with our reservation team."
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg"
|
||||
imageAlt="Sakura Tokyo intimate sushi counter dining experience"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user