diff --git a/src/app/page.tsx b/src/app/page.tsx index 56c28ef..17364a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index d26b695..f21cabd 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -4,7 +4,7 @@ interface SvgTextLogoProps extends SVGProps { 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 = ({