Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-12 09:29:06 +00:00
2 changed files with 1 additions and 3 deletions

View File

@@ -54,7 +54,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064698.jpg"
imageAlt="Mimi Cafe & Bistro cozy interior ambience"
frameStyle="card"
mediaAnimation="opacity"
/>
</div>
@@ -104,7 +103,6 @@ export default function LandingPage() {
buttons={[{ text: "View Full Menu", href: "#menu" }]}
tagAnimation="slide-up"
buttonAnimation="slide-up"
mediaAnimation="opacity"
/>
</div>

View File

@@ -5,7 +5,7 @@ interface SvgTextLogoProps {
className?: string;
textClassName?: string;
preserveAspectRatio?: string;
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'text-before-edge' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'text-after-edge' | 'text-bottom' | 'baseline' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
}
const SvgTextLogo = React.forwardRef<SVGSVGElement, SvgTextLogoProps>(