toned down the profanity
This commit is contained in:
parent
9733cc8ad6
commit
a2eafe3037
@ -71,10 +71,10 @@ export function TempPlaceholder() {
|
|||||||
|
|
||||||
<h1 ref={titleRef} className="text-3xl sm:text-4xl md:text-5xl font-bold mb-4 leading-tight">
|
<h1 ref={titleRef} className="text-3xl sm:text-4xl md:text-5xl font-bold mb-4 leading-tight">
|
||||||
<span ref={titleInnerRef} className="inline-block">
|
<span ref={titleInnerRef} className="inline-block">
|
||||||
You've gotta be <em className="text-gray-400">fucking</em> me.
|
You've gotta be <em className="text-gray-400">shittin'</em> me.
|
||||||
</span>
|
</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-base sm:text-lg mb-2 text-gray-300">This is the 20th fucking time this has happened.</p>
|
<p className="text-base sm:text-lg mb-2 text-gray-300">This is the 20th time this has happened.</p>
|
||||||
<p className="text-base sm:text-lg mb-6 md:mb-8 text-gray-400">
|
<p className="text-base sm:text-lg mb-6 md:mb-8 text-gray-400">
|
||||||
<em>Nicholai broke the website, again.</em>
|
<em>Nicholai broke the website, again.</em>
|
||||||
</p>
|
</p>
|
||||||
@ -108,9 +108,6 @@ export function TempPlaceholder() {
|
|||||||
</div>
|
</div>
|
||||||
</HorizontalAccordion>
|
</HorizontalAccordion>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="mb-6 md:mb-8 text-gray-400 text-sm sm:text-base">Anyway, heres all you assholes need for right now:</p>
|
|
||||||
|
|
||||||
<h1
|
<h1
|
||||||
className="text-4xl sm:text-5xl md:text-7xl lg:text-8xl xl:text-9xl font-black mb-4 md:mb-6 font-exo-2 text-center mx-auto leading-none"
|
className="text-4xl sm:text-5xl md:text-7xl lg:text-8xl xl:text-9xl font-black mb-4 md:mb-6 font-exo-2 text-center mx-auto leading-none"
|
||||||
style={{
|
style={{
|
||||||
@ -140,12 +137,6 @@ export function TempPlaceholder() {
|
|||||||
Biohazard Reel Mar 2025 - Frame.io
|
Biohazard Reel Mar 2025 - Frame.io
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p className="mb-6 md:mb-8 text-sm sm:text-base text-gray-400">
|
|
||||||
(it's lightly outdated because we're a small studio that prefers to
|
|
||||||
spend our time <em>actually working on our clients projects</em> and
|
|
||||||
not working on bullshit like editing our reel, marketing, or building
|
|
||||||
websites.)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p className="mb-4 md:mb-6 text-base sm:text-lg">
|
<p className="mb-4 md:mb-6 text-base sm:text-lg">
|
||||||
<strong>Some projects we've worked on:</strong>
|
<strong>Some projects we've worked on:</strong>
|
||||||
@ -246,8 +237,16 @@ export function TempPlaceholder() {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p className="mb-2 text-sm sm:text-base text-gray-300">
|
<p className="mb-2 text-sm sm:text-base text-gray-300">
|
||||||
<strong>Questions, comments, concerns and inquiries:</strong>{" "}
|
Contact us:{" "}
|
||||||
<span className="break-all">contact@biohazardvfx.com</span>
|
<a
|
||||||
|
href="mailto:contact@biohazardvfx.com"
|
||||||
|
className="hover:underline break-words inline-block"
|
||||||
|
style={{ color: '#ff4d00' }}
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
contact@biohazardvfx.com
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p className="text-sm sm:text-base text-gray-300">
|
<p className="text-sm sm:text-base text-gray-300">
|
||||||
File a complaint:{" "}
|
File a complaint:{" "}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user