From edfd081468320a2f8a13c84d06b3a8ff6abf217f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 21:53:33 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 128002e..91e8b0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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" -- 2.49.1 From 0a17731a531caa57e79eccc04353f8508b03160c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 21:53:34 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- .../shared/SvgTextLogo/SvgTextLogo.tsx | 65 ++++++++----------- 1 file changed, 28 insertions(+), 37 deletions(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index f214190..c92d978 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,51 +1,42 @@ -"use client"; - -import { memo } from "react"; -import useSvgTextLogo from "./useSvgTextLogo"; -import { cls } from "@/lib/utils"; +import React from 'react'; interface SvgTextLogoProps { - logoText: string; - adjustHeightFactor?: number; - verticalAlign?: "top" | "center"; + text: string; className?: string; + fontSize?: number; + fontWeight?: number | string; + letterSpacing?: number; + fill?: string; } -const SvgTextLogo = memo(function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +const SvgTextLogo: React.FC = ({ + text, + className = '', + fontSize = 48, + fontWeight = 700, + letterSpacing = 2, + fill = 'currentColor', +}) => { return ( - {logoText} + {text} ); -}); +}; -SvgTextLogo.displayName = "SvgTextLogo"; - -export default SvgTextLogo; +export default SvgTextLogo; \ No newline at end of file -- 2.49.1