Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-18 13:21:27 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ name: "Lead Urbanist", handle: "not HAUS", testimonial: "Form follows feeling.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elevated-city-highway_53876-75111.jpg" },
{ name: "Design Strategist", handle: "not HAUS", testimonial: "Rigor in every detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-city-building_23-2148107117.jpg" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-standing-art-platform_171337-16786.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtmVgrRB1g5UgQeRCpR7AxnfqY/uploaded-1779110471176-f19rw7pl.jpg"
mediaAnimation="none"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg", alt: "Team member 1" },
@@ -172,6 +172,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="not HAUS Studio"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtmVgrRB1g5UgQeRCpR7AxnfqY/uploaded-1779110471176-f19rw7pl.jpg"
columns={[
{
title: "Studio", items: [{ label: "Projects", href: "#" }, { label: "About", href: "#" }],
@@ -185,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}