Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-12 04:54:40 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Train like a champion at Fitness Wynk. MMA, boxing, functional training, and personalized conditioning—crafted for athletes who demand excellence."
tag="Est. 2015 | Sumeet Khade's Legacy"
tagIcon={Zap}
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/side-view-female-boxer-practicing-ring-with-trainer_23-2148426215.jpg"
imageAlt="professional MMA fighter training stance combat"
imagePosition="right"
@@ -234,7 +234,7 @@ export default function LandingPage() {
{ text: "Call Now: +91-9876543210", href: "tel:+919876543210" },
{ text: "WhatsApp: Message Us", href: "https://wa.me/919876543210" }
]}
background={{ variant: "plain" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={true}
/>
</div>

View File

@@ -4,7 +4,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
text?: string;
fontSize?: number;
fill?: string;
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({