Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-12 12:23:46 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Elevate Your Code. Own Your Style."
description="Premium clothing designed for developers, hackers, and tech enthusiasts who code hard and dress harder. Express your digital identity through our exclusive streetwear collection."
background={{ variant: "glowing-orb" }}
background={{ variant: "grid" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-wearing-black-hoodie_23-2149359862.jpg", imageAlt: "Hacker hoodie collection"
@@ -202,7 +202,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Join the HACK_WEAR Community"
description="Get exclusive drops, early access to new collections, and tech culture updates delivered to your inbox."
background={{ variant: "glowing-orb" }}
background={{ variant: "grid" }}
inputPlaceholder="your@email.com"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe anytime. No spam, just good vibes."

View File

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