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">
|
||||
<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>
|
||||
</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">
|
||||
<em>Nicholai broke the website, again.</em>
|
||||
</p>
|
||||
@ -108,9 +108,6 @@ export function TempPlaceholder() {
|
||||
</div>
|
||||
</HorizontalAccordion>
|
||||
</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
|
||||
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={{
|
||||
@ -140,12 +137,6 @@ export function TempPlaceholder() {
|
||||
Biohazard Reel Mar 2025 - Frame.io
|
||||
</a>
|
||||
</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">
|
||||
<strong>Some projects we've worked on:</strong>
|
||||
@ -246,8 +237,16 @@ export function TempPlaceholder() {
|
||||
</p>
|
||||
|
||||
<p className="mb-2 text-sm sm:text-base text-gray-300">
|
||||
<strong>Questions, comments, concerns and inquiries:</strong>{" "}
|
||||
<span className="break-all">contact@biohazardvfx.com</span>
|
||||
Contact us:{" "}
|
||||
<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 className="text-sm sm:text-base text-gray-300">
|
||||
File a complaint:{" "}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user