Merge version_10_1783268788431 into main #9

Merged
bender merged 1 commits from version_10_1783268788431 into main 2026-07-05 16:28:13 +00:00

View File

@@ -10,36 +10,20 @@ export default function HeroSection(): React.JSX.Element {
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardCarousel
tag="Noor & Noir"
title="Noor. Noir."
description=" "
primaryButton={{
tag="Noor & Noir"
title="Noor. Noir."
description=" "
primaryButton={{
text: "View Work",
href: "#services",
}}
secondaryButton={{
secondaryButton={{
text: "Contact",
href: "/contact",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-99503.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-wooden-interior-with-spotlights-shining-down_1048-18961.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30612.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/black-concrete-wall_53876-92805.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beige-textured-fabric-background-with-design-space_53876-133356.jpg",
},
]}
textAnimation="fade"
/>
items={[]}
textAnimation="fade"
/>
</SectionErrorBoundary>
</div>
);