Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4287f3c4f8 | |||
| 61bee961cb | |||
| 9aad78f5be | |||
| 4de6c6b343 |
@@ -8,6 +8,7 @@ import { getButtonProps } from "@/lib/buttonUtils";
|
|||||||
import { useTheme } from "@/providers/themeProvider/ThemeProvider";
|
import { useTheme } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import type { ButtonConfig } from "@/types/button";
|
import type { ButtonConfig } from "@/types/button";
|
||||||
import type { InvertedBackground } from "@/providers/themeProvider/config/constants";
|
import type { InvertedBackground } from "@/providers/themeProvider/config/constants";
|
||||||
|
import Image from "next/image";
|
||||||
|
|
||||||
type AnimationType = "entrance-slide" | "reveal-blur" | "background-highlight";
|
type AnimationType = "entrance-slide" | "reveal-blur" | "background-highlight";
|
||||||
|
|
||||||
@@ -104,6 +105,14 @@ const ContactText = ({
|
|||||||
<div className="absolute inset-0 w-full h-full z-0 rounded-theme-capped overflow-hidden">
|
<div className="absolute inset-0 w-full h-full z-0 rounded-theme-capped overflow-hidden">
|
||||||
<HeroBackgrounds {...background} />
|
<HeroBackgrounds {...background} />
|
||||||
</div>
|
</div>
|
||||||
|
<div className="absolute bottom-0 right-0 w-1/2 h-1/2">
|
||||||
|
<Image
|
||||||
|
src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80"
|
||||||
|
alt="Contact Image"
|
||||||
|
fill
|
||||||
|
className="object-cover rounded-theme-capped"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user