From 9f773fa8436bc9a170503fbd728046875ddfc2b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:41:55 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebbe21a..249cd0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Fine Dining" tagIcon={Flame} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Reserve Your Table", href: "contact" }, { text: "View Menu", href: "menu" } @@ -93,9 +93,9 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" products={[ - { id: "1", brand: "Prime Grade", name: "Wagyu Ribeye", price: "$89.00", rating: 5, reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg?_wi=1", imageAlt: "Wagyu ribeye steak" }, - { id: "2", brand: "Prime Grade", name: "Filet Mignon", price: "$82.00", rating: 5, reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg?_wi=1", imageAlt: "Filet mignon steak" }, - { id: "3", brand: "Prime Grade", name: "Bone-In Ribeye", price: "$85.00", rating: 5, reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg?_wi=1", imageAlt: "Bone-in ribeye steak" } + { id: "1", brand: "Prime Grade", name: "Wagyu Ribeye", price: "$89.00", rating: 5, reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg", imageAlt: "Wagyu ribeye steak" }, + { id: "2", brand: "Prime Grade", name: "Filet Mignon", price: "$82.00", rating: 5, reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg", imageAlt: "Filet mignon steak" }, + { id: "3", brand: "Prime Grade", name: "Bone-In Ribeye", price: "$85.00", rating: 5, reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg", imageAlt: "Bone-in ribeye steak" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -115,15 +115,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Selection", title: "Premium Sourcing", subtitle: "Only the finest beef", description: "Our master butchers personally select each cut from trusted suppliers worldwide. We evaluate marbling, color, and texture to ensure only the highest-grade Prime and Wagyu beef makes it into our facility.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg?_wi=2", imageAlt: "Premium beef selection" + tag: "Selection", title: "Premium Sourcing", subtitle: "Only the finest beef", description: "Our master butchers personally select each cut from trusted suppliers worldwide. We evaluate marbling, color, and texture to ensure only the highest-grade Prime and Wagyu beef makes it into our facility.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg", imageAlt: "Premium beef selection" }, { id: 2, - tag: "Aging", title: "Dry Aging Mastery", subtitle: "45+ days of perfection", description: "Our climate-controlled dry-aging facility maintains precise temperature and humidity. This extended aging process concentrates flavors and creates the tender, juicy texture that defines a true steakhouse experience.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg?_wi=2", imageAlt: "Dry aging process" + tag: "Aging", title: "Dry Aging Mastery", subtitle: "45+ days of perfection", description: "Our climate-controlled dry-aging facility maintains precise temperature and humidity. This extended aging process concentrates flavors and creates the tender, juicy texture that defines a true steakhouse experience.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg", imageAlt: "Dry aging process" }, { id: 3, - tag: "Preparation", title: "Expert Grilling", subtitle: "Precision cooking", description: "Our head chef and team bring decades of combined experience to every plate. Each steak is seared to order on our custom-built grills, finished to your exact preference with compound butter and seasonal accents.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg?_wi=2", imageAlt: "Expert grilling technique" + tag: "Preparation", title: "Expert Grilling", subtitle: "Precision cooking", description: "Our head chef and team bring decades of combined experience to every plate. Each steak is seared to order on our custom-built grills, finished to your exact preference with compound butter and seasonal accents.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg", imageAlt: "Expert grilling technique" } ]} textboxLayout="default" @@ -255,7 +255,7 @@ export default function LandingPage() { description="Subscribe to receive exclusive offers, new menu announcements, and special event invitations delivered to your inbox." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Subscribe" From c1cbf4cccdc5b2237a27603ba69149654f3eb0ac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:41:55 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- .../shared/SvgTextLogo/SvgTextLogo.tsx | 62 ++++++++----------- 1 file changed, 26 insertions(+), 36 deletions(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index f214190..a080b68 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,51 +1,41 @@ -"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; + textClassName?: string; + strokeWidth?: number; + fontSize?: number; } -const SvgTextLogo = memo(function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +export const SvgTextLogo: React.FC = ({ + text, + className = '', + textClassName = '', + strokeWidth = 1, + fontSize = 32 +}) => { return ( - {logoText} + {text} ); -}); +} -SvgTextLogo.displayName = "SvgTextLogo"; - -export default SvgTextLogo; +export default SvgTextLogo; \ No newline at end of file