Compare commits
4 Commits
version_15
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 26d6340560 | |||
| f9282ddc55 | |||
| e03963c67b | |||
| 335a44521b |
@@ -37,8 +37,8 @@ export default function LandingPage() {
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
{ name: "Rozpocznij projekt", id: "/rozpocznij-projekt" }
|
||||
]}
|
||||
bottomLeftText="Warszawa, Polska"
|
||||
bottomRightText="hello@walnystudio.ai"
|
||||
bottomLeftText="Rajcza, Polska"
|
||||
bottomRightText="wsa.labs.wolny@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -384,7 +384,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
|
||||
{ icon: Github, href: "https://github.com", ariaLabel: "GitHub" },
|
||||
{ icon: Mail, href: "mailto:hello@walnystudio.ai", ariaLabel: "Email" }
|
||||
{ icon: Mail, href: "mailto:wsa.labs.wolny@gmail.com", ariaLabel: "Email" }
|
||||
]}
|
||||
ariaLabel="Stopka strony"
|
||||
/>
|
||||
|
||||
@@ -59,14 +59,15 @@ export default function RozpocznijProjektPage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="WOLNY STUDIO AI"
|
||||
navItems={[
|
||||
{ name: "Usługi", id: "/" },
|
||||
{ name: "Realizacje", id: "/" },
|
||||
{ name: "Proces", id: "/" },
|
||||
{ name: "O nas", id: "/" },
|
||||
{ name: "Kontakt", id: "/" }
|
||||
{ name: "Usługi", id: "services" },
|
||||
{ name: "Realizacje", id: "cases" },
|
||||
{ name: "Proces", id: "process" },
|
||||
{ name: "O nas", id: "about" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
{ name: "Rozpocznij projekt", id: "/rozpocznij-projekt" }
|
||||
]}
|
||||
bottomLeftText="Warszawa, Polska"
|
||||
bottomRightText="hello@walnystudio.ai"
|
||||
bottomLeftText="Rajcza, Polska"
|
||||
bottomRightText="wsa.labs.wolny@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user