feat: content-aware HDDBore and TrenchLaying animations with drillbit transition
Former-commit-id: 1a541fc31c5b24aa083c3441a9ab642c7d49da59
This commit is contained in:
@@ -4,8 +4,8 @@ import { useLocale } from 'next-intl';
|
||||
import { ShieldCheck, Leaf, Lock, Accessibility, Zap } from 'lucide-react';
|
||||
import { LanguageSwitcher } from './LanguageSwitcher';
|
||||
import { StratumLines } from '@/components/ui/decorations/StratumLines';
|
||||
import { AbstractBore } from '@/components/ui/decorations/AbstractBore';
|
||||
import { AbstractTrench } from '@/components/ui/decorations/AbstractTrench';
|
||||
import { HDDBoreAnimation } from '@/components/ui/decorations/HDDBoreAnimation';
|
||||
import { TrenchLayingAnimation } from '@/components/ui/decorations/TrenchLayingAnimation';
|
||||
|
||||
interface CompanyInfo {
|
||||
contactEmail: string;
|
||||
@@ -153,10 +153,10 @@ export function Footer({ companyInfo }: FooterProps) {
|
||||
<div className="flex items-center gap-2"><Zap className="w-4 h-4 text-white/40" /><span>High Performance</span></div>
|
||||
</div>
|
||||
</div>
|
||||
{/* Minimalist Abstract Drilling */}
|
||||
<AbstractBore className="top-0 opacity-20" invert />
|
||||
{/* Minimalist Abstract Trenching */}
|
||||
<AbstractTrench className="bottom-0 opacity-20" invert />
|
||||
{/* Content-Aware Animation: HDD Drilling */}
|
||||
<HDDBoreAnimation className="top-0 opacity-20" invert />
|
||||
{/* Content-Aware Animation: Trenching */}
|
||||
<TrenchLayingAnimation className="bottom-0 opacity-20" invert />
|
||||
{/* Abstract earth strata */}
|
||||
<StratumLines placement="bottom-right" />
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user